parallel
authorSam Hartman <hartmans@debian.org>
Sun, 24 Aug 2014 17:23:34 +0000 (13:23 -0400)
committerSam Hartman <hartmans@debian.org>
Sun, 24 Aug 2014 17:24:05 +0000 (13:24 -0400)
debian/changelog
debian/libradsec0.lintian-overrides
debian/rules

index 3b02d65..f4b4959 100644 (file)
@@ -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
index 2e2bed8..4c414c5 100644 (file)
@@ -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
index a7c033f..ec3ee90 100755 (executable)
@@ -7,7 +7,7 @@
 #export DEB_CFLAGS_MAINT_APPEND
 
 %:
-       dh $@  --with autoreconf
+       dh $@  --with autoreconf --parallel
 
 
 override_dh_auto_configure: