r32509 - in /desktop/unstable/gtk+2.0/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Feb 3 22:09:58 UTC 2012


Author: biebl
Date: Fri Feb  3 22:09:56 2012
New Revision: 32509

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32509
Log:
* Don't install a duplicate of the ChangeLog file as ChangeLog.gz. It's
  already installed as changelog.gz via dh_installchangelogs.
* Install AUTHORS file.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=32509&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Fri Feb  3 22:09:56 2012
@@ -4,8 +4,11 @@
   * Remove debian/patches/070_revert_gtk_iconview_layout.patch, merged
     upstream.
   * Update debian/patches/065_gir_set_packages.patch.
-
- -- Michael Biebl <biebl at debian.org>  Wed, 25 Jan 2012 12:30:03 +0100
+  * Don't install a duplicate of the ChangeLog file as ChangeLog.gz. It's
+    already installed as changelog.gz via dh_installchangelogs.
+  * Install AUTHORS file.
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 03 Feb 2012 23:04:35 +0100
 
 gtk+2.0 (2.24.8-3) unstable; urgency=low
 

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=32509&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules [utf-8] Fri Feb  3 22:09:56 2012
@@ -150,7 +150,7 @@
 # list of flavors to run the test suite on
 CHECK_FLAVORS := $(filter opt shared static, $(FLAVORS))
 
-DH_INSTALLDOCS_FILES := NEWS README ChangeLog
+DH_INSTALLDOCS_FILES := NEWS README AUTHORS
 
 # macro computing the list of 'debian/<pkg>.*" files which have a corresponding
 # ".in" file; pass the list of packages in $(1)




More information about the pkg-gnome-commits mailing list