r22711 - in /trunk/libpoe-filter-xml-perl/debian: changelog compat control rules

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Thu Jul 3 07:15:55 UTC 2008


Author: tincho
Date: Thu Jul  3 07:15:54 2008
New Revision: 22711

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22711
Log:
* debian/control: bumped Standards-Version (no changes), debhelper version
  to 5, correct versioned dependencies (build and run-time), corrected
  Description.
* debian/rules: refreshed from templates.

Modified:
    trunk/libpoe-filter-xml-perl/debian/changelog
    trunk/libpoe-filter-xml-perl/debian/compat
    trunk/libpoe-filter-xml-perl/debian/control
    trunk/libpoe-filter-xml-perl/debian/rules

Modified: trunk/libpoe-filter-xml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-xml-perl/debian/changelog?rev=22711&op=diff
==============================================================================
--- trunk/libpoe-filter-xml-perl/debian/changelog (original)
+++ trunk/libpoe-filter-xml-perl/debian/changelog Thu Jul  3 07:15:54 2008
@@ -1,5 +1,6 @@
 libpoe-filter-xml-perl (0.31-1) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
     (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -9,6 +10,12 @@
     <rafl at debianforum.de>); Florian Ragwitz <rafl at debianforum.de> moved
     to Uploaders.
   * Add debian/watch.
+
+  [ Martín Ferrari ]
+  * debian/control: bumped Standards-Version (no changes), debhelper version
+    to 5, correct versioned dependencies (build and run-time), corrected
+    Description.
+  * debian/rules: refreshed from templates.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 15 Jun 2008 16:55:46 +0200
 

Modified: trunk/libpoe-filter-xml-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-xml-perl/debian/compat?rev=22711&op=diff
==============================================================================
--- trunk/libpoe-filter-xml-perl/debian/compat (original)
+++ trunk/libpoe-filter-xml-perl/debian/compat Thu Jul  3 07:15:54 2008
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libpoe-filter-xml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-xml-perl/debian/control?rev=22711&op=diff
==============================================================================
--- trunk/libpoe-filter-xml-perl/debian/control (original)
+++ trunk/libpoe-filter-xml-perl/debian/control Thu Jul  3 07:15:54 2008
@@ -1,19 +1,22 @@
 Source: libpoe-filter-xml-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
-Build-Depends-Indep: perl (>= 5.8.0-7), libpoe-perl, libxml-sax-perl (>= 0.14), libxml-sax-expat-incremental-perl, libmodule-build-perl, libfilter-template-perl
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8.1), libmodule-build-perl, libpoe-perl,
+ libxml-sax-perl (>= 0.14), libxml-sax-expat-incremental-perl (>= 0.04),
+ libfilter-template-perl (>= 1.01)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debianforum.de>
-Standards-Version: 3.6.2
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/POE-Filter-XML/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-filter-xml-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-xml-perl/
 
 Package: libpoe-filter-xml-perl
 Architecture: all
-Depends: ${perl:Depends}, libpoe-perl, libxml-sax-perl, libxml-sax-expat-incremental-perl, libfilter-template-perl
-Description:  A POE Filter for parsing XML
+Depends: ${perl:Depends}, libpoe-perl, libxml-sax-perl (>= 0.14),
+ libxml-sax-expat-incremental-perl (>= 0.04), libfilter-template-perl (>= 1.01)
+Description: POE Filter for parsing XML
  POE::Filter::XML provides POE with a completely encapsulated XML parsing 
  strategy for POE::Wheels that will be dealing with XML streams.
  .
@@ -22,7 +25,7 @@
  .
  The assumed parser is XML::SAX::Expat::Incremental (Need a real push parser)
  .
- Default, the Filter will spit out POE::Filter::XML::Nodes because that is 
+ By default, the Filter will spit out POE::Filter::XML::Nodes because that is 
  what the default XML::SAX compliant Handler produces from the stream it is 
  given. You are of course encouraged to override the default Handler for your 
  own purposes if you feel POE::Filter::XML::Node to be inadequate.

Modified: trunk/libpoe-filter-xml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-filter-xml-perl/debian/rules?rev=22711&op=diff
==============================================================================
--- trunk/libpoe-filter-xml-perl/debian/rules (original)
+++ trunk/libpoe-filter-xml-perl/debian/rules Thu Jul  3 07:15:54 2008
@@ -1,46 +1,42 @@
 #!/usr/bin/make -f
 
+#export DH_VERBOSE=1
 export PERL_MM_USE_DEFAULT=1
 
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-	$(PERL) Build.PL installdirs=vendor destdir=$(TMP)
+	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
-	touch build-stamp
+	$(PERL) Build test
+	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-	[ ! -f Build ] || $(PERL) Build realclean
 	dh_clean build-stamp install-stamp
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
 
-install: build install-stamp
-install-stamp:
+install: install-stamp
+install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(PERL) Build test
-	$(PERL) Build install
-	touch install-stamp
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	touch $@
 
 binary-arch:
-# We have nothing to do by default.
+# We have nothing to do here for an architecture-independent package
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_installexamples
 	dh_installdocs 
-	dh_installchangelogs 
+	dh_installchangelogs ChangeLog
 	dh_perl
 	dh_compress
 	dh_fixperms
@@ -49,8 +45,5 @@
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install




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