From c32bc66c4cd530cb2ab260583d884864c2cba0d1 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sun, 24 Aug 2014 13:23:34 -0400 Subject: parallel --- debian/changelog | 10 ++++++++-- debian/libradsec0.lintian-overrides | 2 +- debian/rules | 2 +- 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 Sat, 23 Aug 2014 19:00:50 -0400 + -- Sam Hartman 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) + * Initial release -- Sam Hartman 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: -- cgit v1.2.3