Author: kibi
Date: 2008-06-09 07:27:52 +0000 (Mon, 09 Jun 2008)
New Revision: 7315

Modified:
   packages/trunk/teg/debian/changelog
   packages/trunk/teg/debian/rules
Log:
Silly “make distclean” doesn't do its job. Add workaround.

Modified: packages/trunk/teg/debian/changelog
===================================================================
--- packages/trunk/teg/debian/changelog 2008-06-09 07:14:55 UTC (rev 7314)
+++ packages/trunk/teg/debian/changelog 2008-06-09 07:27:52 UTC (rev 7315)
@@ -21,6 +21,8 @@
     calling quilt directly. That also keeps .pc/* away from the Debian
     diff.
   * Bump Standards-Version from 3.7.2 to 3.7.3, no changes required.
+  * Remove additional files in “clean” since “make distclean” doesn't do
+    its job: intltool-update and *.html under docs/gnome-help/.
 
  -- Cyril Brulebois <[EMAIL PROTECTED]>  Mon, 09 Jun 2008 08:44:16 +0200
 

Modified: packages/trunk/teg/debian/rules
===================================================================
--- packages/trunk/teg/debian/rules     2008-06-09 07:14:55 UTC (rev 7314)
+++ packages/trunk/teg/debian/rules     2008-06-09 07:27:52 UTC (rev 7315)
@@ -38,6 +38,9 @@
        dh_testdir
        dh_testroot
        [ ! -f Makefile ] || $(MAKE) distclean
+       # Make distclean doesn't do its job.
+       rm -f intltool-update
+       -find docs/gnome-help -name '*.html' -delete
        dh_clean po/*.gmo configure-stamp build-stamp config.log config.status
 
 install: build


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to