[Dctrl-tools-devel] [SCM] Debian control file query tools branch, master, updated. 2.11-46-g26acb37

Antti-Juhani Kaijanaho ajk at debian.org
Sat Aug 8 09:19:52 UTC 2009


The following commit has been merged in the master branch:
commit 26acb37fc2c0048aca2c8a444b1e7b03c1dcc318
Author: Antti-Juhani Kaijanaho <ajk at debian.org>
Date:   Sat Aug 8 12:19:49 2009 +0300

    Fix Debian bug#511081
    
    Signed-off-by: Antti-Juhani Kaijanaho <ajk at debian.org>

diff --git a/GNUmakefile b/GNUmakefile
index d6959b3..df76aee 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -112,7 +112,7 @@ test :	all-no-mo
 
 clean :
 	$(RM) core $(exe) man/grep-dctrl.1 $(obj) so/*.o libdctrl.a libdctrl.so
-	$(RM) po/*.mo TAGS *.d
+	$(RM) po/*.mo TAGS *.d */*.d
 	$(RM) sync-available/sync-available
 
 distclean : clean
diff --git a/debian/changelog b/debian/changelog
index 6b2e230..19ca57b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,13 +22,16 @@ dctrl-tools (2.14) UNRELEASED; urgency=low
     The whole paragraph no longer includes the final newline.
     Closes: #511022 (the full paragraph should not include its final newline)
     Reported by: Loïc Minier <lool at dooz.org>
+  * GNUmakefile, debian/rules: clean backup files and .d files in subdirs too
+    Closes: #511081 (.d files do not belong in the source package)
+    Reported by: Adeodato Simó
   
   [ Stefano Zacchiroli ]
   * grep-dctrl: add new matching mode --whole-pkg/-w: it is an improved -e
     matching exact package names, i.e., no sub-string matching on package
     names. Closes: #383921
 
- -- Antti-Juhani Kaijanaho <ajk at debian.org>  Sat, 08 Aug 2009 12:07:57 +0300
+ --
 
 dctrl-tools (2.13.0) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 786bfc1..ed43a7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,4 +80,4 @@ debian/stamp/binary/dctrl-tools: debian/stamp/build
 	touch $@
 
 clean-binary:
-	$(RM) *~
+	$(RM) *~ */*~

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list