[Pkg-gnupg-commit] r123 - in /gnupg/branches/experimental/debian: changelog gnupg.docs gnupg.links rules

thijs at users.alioth.debian.org thijs at users.alioth.debian.org
Sat Aug 15 16:42:57 UTC 2009


Author: thijs
Date: Sat Aug 15 16:42:57 2009
New Revision: 123

URL: http://svn.debian.org/wsvn/pkg-gnupg/?sc=1&rev=123
Log:
install NEWS as upstream changelog

Removed:
    gnupg/branches/experimental/debian/gnupg.links
Modified:
    gnupg/branches/experimental/debian/changelog
    gnupg/branches/experimental/debian/gnupg.docs
    gnupg/branches/experimental/debian/rules

Modified: gnupg/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/branches/experimental/debian/changelog?rev=123&op=diff
==============================================================================
--- gnupg/branches/experimental/debian/changelog (original)
+++ gnupg/branches/experimental/debian/changelog Sat Aug 15 16:42:57 2009
@@ -30,6 +30,7 @@
   * Re-enable build-time tests, accidentally disabled due to false
     logic in debian/rules. Thanks Neil Williams, closes: #521884.
   * Checked for policy 3.8.2.
+  * Install NEWS as upstream changelog.
 
   [ Daniel Leidert ]
   * debian/control (Build-Depends): Added libcurl4-gnutls-dev (LP: #62864).
@@ -42,7 +43,7 @@
   * debian/patches/99_yat2m_fix_samp_handling.dpatch: Ditto.
   * debian/patches/00list: Adjusted.
 
- -- Thijs Kinkhorst <thijs at debian.org>  Fri, 22 May 2009 12:14:11 +0200
+ -- Thijs Kinkhorst <thijs at debian.org>  Sat, 15 Aug 2009 18:05:08 +0200
 
 gnupg (1.4.9-4) unstable; urgency=low
 

Modified: gnupg/branches/experimental/debian/gnupg.docs
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/branches/experimental/debian/gnupg.docs?rev=123&op=diff
==============================================================================
--- gnupg/branches/experimental/debian/gnupg.docs (original)
+++ gnupg/branches/experimental/debian/gnupg.docs Sat Aug 15 16:42:57 2009
@@ -1,4 +1,3 @@
-NEWS
 README
 THANKS
 TODO

Modified: gnupg/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/branches/experimental/debian/rules?rev=123&op=diff
==============================================================================
--- gnupg/branches/experimental/debian/rules (original)
+++ gnupg/branches/experimental/debian/rules Sat Aug 15 16:42:57 2009
@@ -90,8 +90,8 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
-	# Maybe drop them and install NEWS as upstream changelog?
+	dh_installchangelogs NEWS
+	# Do we want to ship these 100 of kB's changelogs?
 	for i in po util mpi cipher tools g10 checks include; do \
 	    install -m 644 $$i/ChangeLog debian/gnupg/usr/share/doc/gnupg/changelog.$$i; \
 	done




More information about the Pkg-gnupg-commit mailing list