r58945 - in /trunk/libpod-sax-perl/debian: changelog compat control copyright libpod-sax-perl.docs libpod-sax-perl.examples libpod-sax-perl.install rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jun 6 08:27:37 UTC 2010


Author: ansgar-guest
Date: Sun Jun  6 08:25:40 2010
New Revision: 58945

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58945
Log:
* Use debhelper 7.
* No longer install man page for pod2axpoint.xsl which is only an example.
* Use source format 3.0 (quilt).
* Convert debian/copyright to proposed machine-readable format.
* debian/control: Move debhelper to Build-Depends.
* debian/control: Mention module name in description.
* debian/control: Remove duplicated Priority and Section fields from binary
  package stanza.
* debian/watch: Use extended regular expression to match upstream releases.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libpod-sax-perl/debian/libpod-sax-perl.examples
    trunk/libpod-sax-perl/debian/source/
    trunk/libpod-sax-perl/debian/source/format
Removed:
    trunk/libpod-sax-perl/debian/libpod-sax-perl.docs
    trunk/libpod-sax-perl/debian/libpod-sax-perl.install
Modified:
    trunk/libpod-sax-perl/debian/changelog
    trunk/libpod-sax-perl/debian/compat
    trunk/libpod-sax-perl/debian/control
    trunk/libpod-sax-perl/debian/copyright
    trunk/libpod-sax-perl/debian/rules
    trunk/libpod-sax-perl/debian/watch

Modified: trunk/libpod-sax-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-sax-perl/debian/changelog?rev=58945&op=diff
==============================================================================
--- trunk/libpod-sax-perl/debian/changelog (original)
+++ trunk/libpod-sax-perl/debian/changelog Sun Jun  6 08:25:40 2010
@@ -1,15 +1,26 @@
-libpod-sax-perl (0.14-5) UNRELEASED; urgency=low
+libpod-sax-perl (0.14-5) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:14 +0100
+  [ Ansgar Burchardt ]
+  * Use debhelper 7.
+  * No longer install man page for pod2axpoint.xsl which is only an example.
+  * Use source format 3.0 (quilt).
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/control: Move debhelper to Build-Depends.
+  * debian/control: Mention module name in description.
+  * debian/control: Remove duplicated Priority and Section fields from binary
+    package stanza.
+  * debian/watch: Use extended regular expression to match upstream releases.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 06 Jun 2010 17:25:01 +0900
 
 libpod-sax-perl (0.14-4) unstable; urgency=low
 

Modified: trunk/libpod-sax-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-sax-perl/debian/compat?rev=58945&op=diff
==============================================================================
--- trunk/libpod-sax-perl/debian/compat (original)
+++ trunk/libpod-sax-perl/debian/compat Sun Jun  6 08:25:40 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libpod-sax-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-sax-perl/debian/control?rev=58945&op=diff
==============================================================================
--- trunk/libpod-sax-perl/debian/control (original)
+++ trunk/libpod-sax-perl/debian/control Sun Jun  6 08:25:40 2010
@@ -2,19 +2,18 @@
 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>, Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Pod-SAX/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-sax-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-sax-perl/
-Build-Depends-Indep: debhelper (>= 4.1), perl, libxml-sax-perl (>= 0.10), libxml-sax-writer-perl (>= 0.39)
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: perl, libxml-sax-perl (>= 0.10), libxml-sax-writer-perl (>= 0.39)
 
 Package: libpod-sax-perl
-Section: perl
-Priority: optional
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libxml-sax-perl (>= 0.10), libxml-sax-writer-perl (>= 0.39)
 Description: Perl module for generating SAX events from POD
- This module parses POD and generates corresponding SAX events. The aim of 
- this module is not round trip data preservation, but rather standards 
+ The Pod::SAX module parses POD and generates corresponding SAX events. The aim
+ of this module is not round trip data preservation, but rather standards
  compliance, while maintaining simple access to the underlying data.

Modified: trunk/libpod-sax-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-sax-perl/debian/copyright?rev=58945&op=diff
==============================================================================
--- trunk/libpod-sax-perl/debian/copyright (original)
+++ trunk/libpod-sax-perl/debian/copyright Sun Jun  6 08:25:40 2010
@@ -1,26 +1,28 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Sun, Aug 18, 2002, 11:35:34 -0500.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Matt Sergeant <matt at sergeant.org>
+Source: http://search.cpan.org/dist/Pod-SAX/
+Name: Pod-SAX
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-http://search.cpan.org/dist/Pod-SAX
+Copyright: © 2002, AxKit.com Ltd
+License: Artistic or GPL-1+
 
-Upstream Author: Matt Sergeant <matt at sergeant.org>
+Files: debian/*
+Copyright:
+ © 2002-2003, Ardo van Rangelrooij <ardo at debian.org>
+ © 2003-2004, Jay Bonci <jaybonci at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-Copyright AxKit.com Ltd 2002
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
 
-        This program is free software; you can redistribute it and/or modify
-        it under the terms of either:
-
-        a) the GNU General Public License as published by the Free
-        Software Foundation; either version 1, or (at your option) any
-        later version, or
-
-        b) the "Artistic License"
-
-        See:
-
-        /usr/share/common-licenses/Artistic
-        /usr/share/common-licenses/GPL
-
-        For more information regarding these licensing options
-
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libpod-sax-perl/debian/libpod-sax-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-sax-perl/debian/libpod-sax-perl.examples?rev=58945&op=file
==============================================================================
--- trunk/libpod-sax-perl/debian/libpod-sax-perl.examples (added)
+++ trunk/libpod-sax-perl/debian/libpod-sax-perl.examples Sun Jun  6 08:25:40 2010
@@ -1,0 +1,1 @@
+pod2axpoint.xsl

Modified: trunk/libpod-sax-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-sax-perl/debian/rules?rev=58945&op=diff
==============================================================================
--- trunk/libpod-sax-perl/debian/rules (original)
+++ trunk/libpod-sax-perl/debian/rules Sun Jun  6 08:25:40 2010
@@ -1,56 +1,11 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+PACKAGE := $(shell dh_listpackages)
+TMP     := $(CURDIR)/debian/$(PACKAGE)
 
-# This is the debhelper compatibility version to use.
-# export DH_COMPAT=4
+%:
+	dh $@
 
-PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
-PKGROOT=$(CURDIR)/debian/$(PACKAGE)/usr
-ETCDIR=$(PKGROOT)/share/doc/$(PACKAGE)/examples
-
-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
-
-install:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) PREFIX=$(PKGROOT) OPTIMIZE="-O2 -g -Wall" test install
-	install -d $(ETCDIR)
-	install -m 644 $(CURDIR)/*.xsl $(ETCDIR)
-	[ ! -d $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(shell dh_listpackages)/usr/lib/perl5
-
-binary-arch:;
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installman
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+override_dh_auto_install:
+	dh_auto_install
+	rm $(TMP)/usr/share/man/man3/pod2axpoint.xsl.3*

Added: trunk/libpod-sax-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-sax-perl/debian/source/format?rev=58945&op=file
==============================================================================
--- trunk/libpod-sax-perl/debian/source/format (added)
+++ trunk/libpod-sax-perl/debian/source/format Sun Jun  6 08:25:40 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libpod-sax-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-sax-perl/debian/watch?rev=58945&op=diff
==============================================================================
--- trunk/libpod-sax-perl/debian/watch (original)
+++ trunk/libpod-sax-perl/debian/watch Sun Jun  6 08:25:40 2010
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Pod-SAX/ .*/Pod-SAX-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Pod-SAX/   .*/Pod-SAX-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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