[xml/sgml-commit] r2218 - in /packages/xml-core/trunk/debian: changelog control rules

aerostitch-guest at users.alioth.debian.org aerostitch-guest at users.alioth.debian.org
Fri Feb 28 18:16:53 UTC 2014


Author: aerostitch-guest
Date: Fri Feb 28 18:16:52 2014
New Revision: 2218

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=2218
Log:
  * debian/control:
    (Standards-Version): Raised to 3.9.5
    (DM-Upload-Allowed): removed as it is now obsolete
    (Vcs-Svn): updating field to use canonical uri (see lintian info tag)
  * debian/rules:
    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
  * debian/source/format:
    Adding the file with the format of a native package (as it is one)


Modified:
    packages/xml-core/trunk/debian/changelog
    packages/xml-core/trunk/debian/control
    packages/xml-core/trunk/debian/rules

Modified: packages/xml-core/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xml-core/trunk/debian/changelog?rev=2218&op=diff
==============================================================================
--- packages/xml-core/trunk/debian/changelog	(original)
+++ packages/xml-core/trunk/debian/changelog	Fri Feb 28 18:16:52 2014
@@ -4,6 +4,16 @@
   * Adding an optional sorting switch to sort the catalog entries 
     (Closes: #626036). This switch is used by default while adding
     data through the dh_installxmlcatalogs debhelper.
+  * debian/control: 
+    (Standards-Version): Raised to 3.9.5
+    (DM-Upload-Allowed): removed as it is now obsolete
+    (Vcs-Svn): updating field to use canonical uri (see lintian info tag)
+  * debian/rules:
+    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
+  * debian/source/format:
+    Adding the file with the format of a native package (as it is one)
 
  -- Joseph HERLANT <herlantj at gmail.com>  Thu, 27 Feb 2014 12:07:52 +0100
 

Modified: packages/xml-core/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xml-core/trunk/debian/control?rev=2218&op=diff
==============================================================================
--- packages/xml-core/trunk/debian/control	(original)
+++ packages/xml-core/trunk/debian/control	Fri Feb 28 18:16:52 2014
@@ -5,10 +5,9 @@
 Uploaders: Ardo van Rangelrooij <ardo at debian.org>, Daniel Leidert (dale) <daniel.leidert at wgdd.de>
 Build-Depends: debhelper (>= 9.20120909)
 Build-Depends-Indep: perl
-Standards-Version: 3.8.3
+Standards-Version: 3.9.5
 Vcs-Browser: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xml-core/
-Vcs-Svn: svn://svn.debian.org/svn/debian-xml-sgml/packages/xml-core/trunk/
-DM-Upload-Allowed: yes
+Vcs-Svn: svn://anonscm.debian.org/svn/debian-xml-sgml/packages/xml-core/trunk/
 
 Package: xml-core
 Architecture: all

Modified: packages/xml-core/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/xml-core/trunk/debian/rules?rev=2218&op=diff
==============================================================================
--- packages/xml-core/trunk/debian/rules	(original)
+++ packages/xml-core/trunk/debian/rules	Fri Feb 28 18:16:52 2014
@@ -21,7 +21,9 @@
 		    debhelper/dh_installxmlcatalogs.1 \
 		    build-stamp install-stamp
 
-build:		build-stamp
+build:		build-arch build-indep
+build-arch:		build-stamp
+build-indep:		build-stamp
 build-stamp:
 		dh_testdir
 		$(MAKE)




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