[Pkg-gnupg-commit] r209 - /gnupg/trunk/debian/rules

thijs at users.alioth.debian.org thijs at users.alioth.debian.org
Mon Feb 20 19:21:30 UTC 2012


Author: thijs
Date: Mon Feb 20 19:21:30 2012
New Revision: 209

URL: http://svn.debian.org/wsvn/pkg-gnupg/?sc=1&rev=209
Log:
do not ship deprecated subdir ChangeLogs (now only archived upstream
and not updated anymore), only the master ChangeLog which is still
updated.

Modified:
    gnupg/trunk/debian/rules

Modified: gnupg/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/trunk/debian/rules?rev=209&op=diff
==============================================================================
--- gnupg/trunk/debian/rules (original)
+++ gnupg/trunk/debian/rules Mon Feb 20 19:21:30 2012
@@ -138,13 +138,7 @@
 binary-arch: build install
 	dh_testdir -a
 	dh_testroot -a
-	dh_installchangelogs -a NEWS
-	# Do we want to ship these 100 of kB's changelogs?
-	for i in checks cipher doc g10 include keyserver mpi po tools util; do \
-	    install -m 644 $$i/ChangeLog debian/gnupg/usr/share/doc/gnupg/changelog.$$i; \
-	done
-	install -m 644 ChangeLog debian/gnupg/usr/share/doc/gnupg/changelog.toplevel
-	install -m 644 keyserver/ChangeLog debian/gnupg-curl/usr/share/doc/gnupg-curl/changelog.keyserver
+	dh_installchangelogs -a NEWS ChangeLog
 	dh_installdocs -a
 	dh_installexamples -a
 	dh_movefiles -a -pgpgv --sourcedir=debian/gnupg




More information about the Pkg-gnupg-commit mailing list