[Pkg-gnupg-commit] [gnupg2] 01/01: more cleanup on arch-dependent packages.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Mar 30 07:42:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit ccaed859d713e8a7f7fa4cf670102611a85bcac9
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Mar 30 03:36:38 2016 -0400

    more cleanup on arch-dependent packages.
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c0dff46..8a9482c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnupg2 (2.1.11-6+exp3) experimental; urgency=medium
+
+  * more cleanup on arch-dependent packages.
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Wed, 30 Mar 2016 03:36:18 -0400
+
 gnupg2 (2.1.11-6+exp2) experimental; urgency=medium
 
   * avoid build failures when building only arch-dependent or only
diff --git a/debian/rules b/debian/rules
index 498fa6d..c800f11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,9 @@ override_dh_auto_install-indep:
 
 override_dh_strip:
 	dh_strip
-	if [ -f debian/gpgv-win32/usr/share/win32/gpgv.exe ]; then strip debian/gpgv-win32/usr/share/win32/gpgv.exe fi
+	if [ -f debian/gpgv-win32/usr/share/win32/gpgv.exe ]; then \
+		strip debian/gpgv-win32/usr/share/win32/gpgv.exe; \
+	fi
 
 override_dh_installman:
 	if [ -x debian/tmp/usr/bin/kbxutil ]; then \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list