r5936 - packages/trunk/vodovod/debian

Cyril Brulebois kibi-guest at alioth.debian.org
Thu Feb 28 23:25:51 UTC 2008


Author: kibi-guest
Date: 2008-02-28 23:25:51 +0000 (Thu, 28 Feb 2008)
New Revision: 5936

Removed:
   packages/trunk/vodovod/debian/docs
Modified:
   packages/trunk/vodovod/debian/changelog
   packages/trunk/vodovod/debian/rules
Log:
Remove debian/docs, use a dh_installchangelogs call instead, so that the upstream changelog gets an appropriate filename. Update timestamp with Miriam's mail.

Modified: packages/trunk/vodovod/debian/changelog
===================================================================
--- packages/trunk/vodovod/debian/changelog	2008-02-28 23:18:56 UTC (rev 5935)
+++ packages/trunk/vodovod/debian/changelog	2008-02-28 23:25:51 UTC (rev 5936)
@@ -18,6 +18,9 @@
     patch:
      + fix-FTBFS-with-gcc-4.3.patch.
   * Call dh_desktop since a .desktop file is shipped.
+  * Remove debian/docs (containing only the CHANGES file), and use
+    a dh_installchangelogs call instead, so that the file gets an
+    appropriate filename (changelog.gz).
 
   [ Barry deFreese ]
   * Re-fix the watch file.
@@ -25,7 +28,7 @@
   * Remove deprecated encoding from desktop file and path from exec.
   * Bump Standards-Version to 3.7.3.
 
- -- Jon Dowland <jon at alcopop.org>  Thu, 12 Jul 2007 12:08:03 +0100
+ -- Miriam Ruiz <little_miry at yahoo.es>  Fri, 29 Feb 2008 00:23:54 +0100
 
 vodovod (1.10-1) unstable; urgency=low
 

Deleted: packages/trunk/vodovod/debian/docs
===================================================================
--- packages/trunk/vodovod/debian/docs	2008-02-28 23:18:56 UTC (rev 5935)
+++ packages/trunk/vodovod/debian/docs	2008-02-28 23:25:51 UTC (rev 5936)
@@ -1 +0,0 @@
-CHANGES

Modified: packages/trunk/vodovod/debian/rules
===================================================================
--- packages/trunk/vodovod/debian/rules	2008-02-28 23:18:56 UTC (rev 5935)
+++ packages/trunk/vodovod/debian/rules	2008-02-28 23:25:51 UTC (rev 5936)
@@ -46,7 +46,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs CHANGES
 	dh_installdocs
 	dh_installexamples
 	dh_install




More information about the Pkg-games-commits mailing list