r11226 - in /trunk/libxml-sax-expat-perl/debian: changelog control rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Sun Dec 16 14:26:49 UTC 2007


Author: hanska-guest
Date: Sun Dec 16 14:26:49 2007
New Revision: 11226

URL: http://svn.debian.org/wsvn/?sc=1&rev=11226
Log:
* debian/control:
  - added myself to Uploaders
  - bumping Standards-Version to 3.7.3
  - debhelper dependency moved to Build-Depdends instead of B-D-Indep
  - removed some unnecessary fields from the binary stanza
  - wrapped *Depends fields
* debian/rules:
  - don't ignore the return value of $(MAKE) clean
  - some minor fixes

Modified:
    trunk/libxml-sax-expat-perl/debian/changelog
    trunk/libxml-sax-expat-perl/debian/control
    trunk/libxml-sax-expat-perl/debian/rules

Modified: trunk/libxml-sax-expat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/changelog?rev=11226&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/changelog (original)
+++ trunk/libxml-sax-expat-perl/debian/changelog Sun Dec 16 14:26:49 2007
@@ -1,7 +1,16 @@
-libxml-sax-expat-perl (0.39-1) UNRELEASED; urgency=low
+libxml-sax-expat-perl (0.39-1) unstable; urgency=low
 
   [ David Paleino ]
   * New upstream release
+  * debian/control:
+    - added myself to Uploaders
+    - bumping Standards-Version to 3.7.3
+    - debhelper dependency moved to Build-Depdends instead of B-D-Indep
+    - removed some unnecessary fields from the binary stanza
+    - wrapped *Depends fields
+  * debian/rules:
+    - don't ignore the return value of $(MAKE) clean
+    - some minor fixes
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/libxml-sax-expat-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/control?rev=11226&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/control (original)
+++ trunk/libxml-sax-expat-perl/debian/control Sun Dec 16 14:26:49 2007
@@ -2,18 +2,19 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Standards-Version: 3.6.1.0
+Uploaders: Jay Bonci <jaybonci at debian.org>, David Paleino <d.paleino at gmail.com>
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/XML-SAX-Expat/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-sax-expat-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-expat-perl/
-Build-Depends-Indep: debhelper (>= 4.1), perl, libxml-namespacesupport-perl (>= 0.03), libxml-parser-perl (>= 2.27), libxml-sax-perl (>= 0.03)
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl, libxml-namespacesupport-perl (>= 0.03), libxml-parser-perl (>= 2.27),
+ libxml-sax-perl (>= 0.03)
 
 Package: libxml-sax-expat-perl
-Section: perl
-Priority: optional
 Architecture: all
-Depends: ${perl:Depends}, libxml-namespacesupport-perl (>= 0.03), libxml-parser-perl (>= 2.27), libxml-sax-perl (>= 0.03)
+Depends: ${perl:Depends}, libxml-namespacesupport-perl (>= 0.03), libxml-parser-perl (>= 2.27),
+ libxml-sax-perl (>= 0.03)
 Description: Perl module for a SAX2 driver for Expat (XML::Parser)
  This module is an implementation of a SAX2 driver sitting on top of
  Expat (XML::Parser).  It is still incomplete, though most of the

Modified: trunk/libxml-sax-expat-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-expat-perl/debian/rules?rev=11226&op=diff
==============================================================================
--- trunk/libxml-sax-expat-perl/debian/rules (original)
+++ trunk/libxml-sax-expat-perl/debian/rules Sun Dec 16 14:26:49 2007
@@ -10,18 +10,16 @@
 
 PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
 
-
 build:
 	dh_testdir
-	# Add here commands to compile the package.
 	perl Makefile.PL verbose INSTALLDIRS=vendor
+
 clean:
 	dh_testdir
 	dh_testroot
 
-	-$(MAKE) clean
-	rm -f Makefile.old
-	dh_clean
+	[ ! -f Makefile ] || $(MAKE) clean
+	dh_clean Makefile.old
 
 install:
 	dh_testdir
@@ -50,4 +48,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-perl-cvs-commits mailing list