r44441 - in /trunk/libxml-mini-perl/debian: changelog control patches/fix-attribute-value-parsing.diff patches/fix-nested-nodes-parsing.diff patches/header-attributes-sorting.diff patches/pod-fixes.diff rules

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Sun Sep 20 19:18:55 UTC 2009


Author: hertzog
Date: Sun Sep 20 19:18:49 2009
New Revision: 44441

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44441
Log:
* Update my name in Uploaders to add the accented character.
* Switch to debhelper 7 tiny rules file.
* Update Standards-Version to 3.8.3 (no changes needed).
* Add DEP-3 compliant headers to all patches.

Modified:
    trunk/libxml-mini-perl/debian/changelog
    trunk/libxml-mini-perl/debian/control
    trunk/libxml-mini-perl/debian/patches/fix-attribute-value-parsing.diff
    trunk/libxml-mini-perl/debian/patches/fix-nested-nodes-parsing.diff
    trunk/libxml-mini-perl/debian/patches/header-attributes-sorting.diff
    trunk/libxml-mini-perl/debian/patches/pod-fixes.diff
    trunk/libxml-mini-perl/debian/rules

Modified: trunk/libxml-mini-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-mini-perl/debian/changelog?rev=44441&op=diff
==============================================================================
--- trunk/libxml-mini-perl/debian/changelog (original)
+++ trunk/libxml-mini-perl/debian/changelog Sun Sep 20 19:18:49 2009
@@ -1,4 +1,4 @@
-libxml-mini-perl (1.38-2) UNRELEASED; urgency=low
+libxml-mini-perl (1.38-2) unstable; urgency=low
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
@@ -12,7 +12,13 @@
   [ gregor herrmann ]
   * Change my email address.
 
- -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:34:23 -0300
+  [ Raphaël Hertzog ]
+  * Update my name in Uploaders to add the accented character.
+  * Switch to debhelper 7 tiny rules file.
+  * Update Standards-Version to 3.8.3 (no changes needed).
+  * Add DEP-3 compliant headers to all patches.
+
+ -- Raphaël Hertzog <hertzog at debian.org>  Sun, 20 Sep 2009 21:13:24 +0200
 
 libxml-mini-perl (1.38-1) unstable; urgency=low
 

Modified: trunk/libxml-mini-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-mini-perl/debian/control?rev=44441&op=diff
==============================================================================
--- trunk/libxml-mini-perl/debian/control (original)
+++ trunk/libxml-mini-perl/debian/control Sun Sep 20 19:18:49 2009
@@ -1,12 +1,12 @@
 Source: libxml-mini-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), quilt
+Build-Depends: debhelper (>= 7.0.50~), quilt
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Raphael Hertzog <hertzog at debian.org>,
+Uploaders: Raphaël Hertzog <hertzog at debian.org>,
  gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Homepage: http://minixml.psychogenic.com
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-mini-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-mini-perl/

Modified: trunk/libxml-mini-perl/debian/patches/fix-attribute-value-parsing.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-mini-perl/debian/patches/fix-attribute-value-parsing.diff?rev=44441&op=diff
==============================================================================
--- trunk/libxml-mini-perl/debian/patches/fix-attribute-value-parsing.diff (original)
+++ trunk/libxml-mini-perl/debian/patches/fix-attribute-value-parsing.diff Sun Sep 20 19:18:49 2009
@@ -1,4 +1,10 @@
-Fix attribute value parsing. See http://bugs.debian.org/278669
+Description: Fix attribute value parsing
+ Without this patch it can't parse stuff like
+ <job src="BASE64DATA===" id="toto" attrib="toto" />
+ and <job src="" id="toto" attrib="toto" />
+Origin: other, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=libxml-mini.patch;att=1;bug=278669
+Bug-Debian: http://bugs.debian.org/278669
+Author: Eric Bollengier <eric at eb.homelinux.org>
 
 --- a/lib/XML/Mini/Document.pm
 +++ b/lib/XML/Mini/Document.pm

Modified: trunk/libxml-mini-perl/debian/patches/fix-nested-nodes-parsing.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-mini-perl/debian/patches/fix-nested-nodes-parsing.diff?rev=44441&op=diff
==============================================================================
--- trunk/libxml-mini-perl/debian/patches/fix-nested-nodes-parsing.diff (original)
+++ trunk/libxml-mini-perl/debian/patches/fix-nested-nodes-parsing.diff Sun Sep 20 19:18:49 2009
@@ -1,4 +1,7 @@
-Fix nested node parsing. See http://bugs.debian.org/292987.
+Description: Fix nested node parsing
+Origin: vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=292987#8
+Bug-Debian: http://bugs.debian.org/292987
+Author: Raphaël Hertzog <hertzog at debian.org>
 
 --- a/lib/XML/Mini/Document.pm
 +++ b/lib/XML/Mini/Document.pm

Modified: trunk/libxml-mini-perl/debian/patches/header-attributes-sorting.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-mini-perl/debian/patches/header-attributes-sorting.diff?rev=44441&op=diff
==============================================================================
--- trunk/libxml-mini-perl/debian/patches/header-attributes-sorting.diff (original)
+++ trunk/libxml-mini-perl/debian/patches/header-attributes-sorting.diff Sun Sep 20 19:18:49 2009
@@ -1,7 +1,9 @@
-Fix XML header creation. See http://bugs.debian.org/335841
-Fix sorting of attributes in XML headers. See http://bugs.debian.org/335846
-
-The patches have been updated for the version 1.38.
+Description: Fix XML header creation and sorting of attributes in XML headers
+ The patch has been updated for the version 1.38.
+Origin: other, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=fix1.patch;att=2;bug=335841 and http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=fix2.patch;att=2;bug=335846
+Bug-Debian: http://bugs.debian.org/335841
+Bug-Debian: http://bugs.debian.org/335846
+Author: Marc Laue <marc.laue at schlund.de>
 
 --- a/lib/XML/Mini/Element/Header.pm
 +++ b/lib/XML/Mini/Element/Header.pm

Modified: trunk/libxml-mini-perl/debian/patches/pod-fixes.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-mini-perl/debian/patches/pod-fixes.diff?rev=44441&op=diff
==============================================================================
--- trunk/libxml-mini-perl/debian/patches/pod-fixes.diff (original)
+++ trunk/libxml-mini-perl/debian/patches/pod-fixes.diff Sun Sep 20 19:18:49 2009
@@ -1,3 +1,9 @@
+Description: Enhance POD documentation to have proper whatis entries
+ Without those changes the generated manual pages can't be properly
+ indexed by man-db as they lack a short description in the NAME section.
+ Those descriptions are used by the whatis utility in particular.
+Author: Raphaël Hertzog <hertzog at debian.org>
+
 --- a/lib/XML/Mini/Element/CData.pm
 +++ b/lib/XML/Mini/Element/CData.pm
 @@ -80,7 +80,7 @@ __END__

Modified: trunk/libxml-mini-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-mini-perl/debian/rules?rev=44441&op=diff
==============================================================================
--- trunk/libxml-mini-perl/debian/rules (original)
+++ trunk/libxml-mini-perl/debian/rules Sun Sep 20 19:18:49 2009
@@ -1,75 +1,5 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
 
-PACKAGE=$(shell dh_listpackages)
+%:
+	dh --with quilt $@
 
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP    = $(CURDIR)/debian/$(PACKAGE)
-
-CFLAGS = -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-CFLAGS += -O0
-else
-CFLAGS += -O2
-endif
-
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-
-	# Add here commands to compile the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall $(CFLAGS)"
-	$(MAKE) test
-
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-
-	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	# Add here commands to install the package into debian/<package>
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose $(TMP)/usr/lib/perl5
-
-	touch $@
-
-# Build architecture-dependent files here.
-binary-arch: build install
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary




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