[xml/sgml-commit] r2221 - in /packages/xml-core/trunk: debhelper/dh_installxmlcatalogs debian/changelog debian/rules

aerostitch-guest at users.alioth.debian.org aerostitch-guest at users.alioth.debian.org
Sat Mar 1 14:50:55 UTC 2014


Author: aerostitch-guest
Date: Sat Mar  1 14:50:55 2014
New Revision: 2221

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2221
Log:
  * debian/rules:
    - Moving from "dh_clean -k" (deprecated) to "dh_prep" (Closes: #651832).
    Thanks to Simone Vellei for his patch.


Modified:
    packages/xml-core/trunk/debhelper/dh_installxmlcatalogs
    packages/xml-core/trunk/debian/changelog
    packages/xml-core/trunk/debian/rules

Modified: packages/xml-core/trunk/debhelper/dh_installxmlcatalogs
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xml-core/trunk/debhelper/dh_installxmlcatalogs?rev=2221&op=diff
==============================================================================
--- packages/xml-core/trunk/debhelper/dh_installxmlcatalogs	(original)
+++ packages/xml-core/trunk/debhelper/dh_installxmlcatalogs	Sat Mar  1 14:50:55 2014
@@ -85,7 +85,7 @@
 
 =head1 NOTES
 
-Note that this command is not idempotent. "dh_clean -k" should be
+Note that this command is not idempotent. "dh_prep" should be
 called between invocations of this command. Otherwise, it may cause
 multiple instances of the same text to be added to maintainer scripts.
 

Modified: packages/xml-core/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xml-core/trunk/debian/changelog?rev=2221&op=diff
==============================================================================
--- packages/xml-core/trunk/debian/changelog	(original)
+++ packages/xml-core/trunk/debian/changelog	Sat Mar  1 14:50:55 2014
@@ -11,9 +11,11 @@
     (Vcs-Browser): temporarly removed field because it does not work anymore
     and we can't figure out why
   * debian/rules:
-    Adding build-arch and build-indep to be compliant with section 4.9 of the
+    - Adding build-arch and build-indep to be compliant with section 4.9 of the
     Debian Policy following lintian debian-rules-missing-recommended-target
     recommendations
+    - Moving from "dh_clean -k" (deprecated) to "dh_prep" (Closes: #651832).
+    Thanks to Simone Vellei for his patch.
   * debian/source/format:
     Adding the file with the format of a native package (as it is one)
 

Modified: packages/xml-core/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xml-core/trunk/debian/rules?rev=2221&op=diff
==============================================================================
--- packages/xml-core/trunk/debian/rules	(original)
+++ packages/xml-core/trunk/debian/rules	Sat Mar  1 14:50:55 2014
@@ -33,7 +33,7 @@
 install-stamp:	build
 		dh_testdir
 		dh_testroot
-		dh_clean -k
+		dh_prep
 		dh_installdirs
 		$(MAKE) install prefix=$(CURDIR)/debian/$(PACKAGE)/usr
 		touch install-stamp




More information about the debian-xml-sgml-commit mailing list