summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Hartman <hartmans@debian.org>2014-08-24 13:23:34 -0400
committerSam Hartman <hartmans@debian.org>2014-08-24 13:24:05 -0400
commitc32bc66c4cd530cb2ab260583d884864c2cba0d1 (patch)
tree67850b543a1d04d39dd5ad175f62e59d3bcd0d41
parent9cef30c6d1ae197abeee37dc9c12b6f7da60ceed (diff)
parallel
-rw-r--r--debian/changelog10
-rw-r--r--debian/libradsec0.lintian-overrides2
-rwxr-xr-xdebian/rules2
3 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 3b02d65..f4b4959 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,14 @@ libradsec (0.0.5-1) unstable; urgency=medium
* Update copyright file and review licenses of source code
* Upload to Debian, Closes: #647742
+ * Note that lintian miss-detected gpl+openssl, because only the
+ packaging is GPL and the packaging includes no code. In case I should
+ forget to mark this in debian/copyright in the future if there are
+ ever any patches, any code patches developed by Painless Security are
+ intended to be licensed under the libradsec BSD license.
+ * Multiarch
- -- Sam Hartman <hartmans@debian.org> Sat, 23 Aug 2014 19:00:50 -0400
+ -- Sam Hartman <hartmans@debian.org> Sun, 24 Aug 2014 13:23:12 -0400
libradsec (0.0.4-2) UNRELEASED; urgency=low
@@ -43,6 +49,6 @@ libradsec (0.0.2+20110426-2) unstable; urgency=low
libradsec (0.0.2+20110426-1) unstable; urgency=low
- * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+ * Initial release
-- Sam Hartman <hartmans@debian.org> Tue, 26 Apr 2011 06:15:32 -0400
diff --git a/debian/libradsec0.lintian-overrides b/debian/libradsec0.lintian-overrides
index 2e2bed8..4c414c5 100644
--- a/debian/libradsec0.lintian-overrides
+++ b/debian/libradsec0.lintian-overrides
@@ -1,2 +1,2 @@
# It's upset because debian/* is GPL, but there's no code in that
-E: libradsec0: possible-gpl-code-linked-with-openssl
+libradsec0: possible-gpl-code-linked-with-openssl
diff --git a/debian/rules b/debian/rules
index a7c033f..ec3ee90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
#export DEB_CFLAGS_MAINT_APPEND
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf --parallel
override_dh_auto_configure: