r51069 - in /trunk/libxml-handler-trees-perl/debian: changelog compat control copyright rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 17 04:34:41 UTC 2010


Author: ansgar-guest
Date: Sun Jan 17 04:34:26 2010
New Revision: 51069

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51069
Log:
* Refresh rules for debhelper 7.
* Convert debian/copyright to proposed machine-readable format.
* debian/watch: Use extended regular expression to match upstream releases.
* debian/control: Remove duplicate Section, Priority fields from binary
  package stanza.
* debian/control: Move debhelper to Build-Depends (instead of B-D-Indep).
* debian/control: Mention module name in description.
* Bump Standards-Version to 3.8.3.
* Add myself to Uploaders.

Modified:
    trunk/libxml-handler-trees-perl/debian/changelog
    trunk/libxml-handler-trees-perl/debian/compat
    trunk/libxml-handler-trees-perl/debian/control
    trunk/libxml-handler-trees-perl/debian/copyright
    trunk/libxml-handler-trees-perl/debian/rules
    trunk/libxml-handler-trees-perl/debian/watch

Modified: trunk/libxml-handler-trees-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-handler-trees-perl/debian/changelog?rev=51069&op=diff
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/changelog (original)
+++ trunk/libxml-handler-trees-perl/debian/changelog Sun Jan 17 04:34:26 2010
@@ -1,15 +1,24 @@
-libxml-handler-trees-perl (0.02-6) UNRELEASED; urgency=low
+libxml-handler-trees-perl (0.02-6) 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:37 +0100
+  [ Ansgar Burchardt ]
+  * Refresh rules for debhelper 7.
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/watch: Use extended regular expression to match upstream releases.
+  * debian/control: Remove duplicate Section, Priority fields from binary
+    package stanza.
+  * debian/control: Move debhelper to Build-Depends (instead of B-D-Indep).
+  * debian/control: Mention module name in description.
+  * Bump Standards-Version to 3.8.3.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 17 Jan 2010 13:34:14 +0900
 
 libxml-handler-trees-perl (0.02-5) unstable; urgency=low
 

Modified: trunk/libxml-handler-trees-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-handler-trees-perl/debian/compat?rev=51069&op=diff
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/compat (original)
+++ trunk/libxml-handler-trees-perl/debian/compat Sun Jan 17 04:34:26 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libxml-handler-trees-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-handler-trees-perl/debian/control?rev=51069&op=diff
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/control (original)
+++ trunk/libxml-handler-trees-perl/debian/control Sun Jan 17 04:34:26 2010
@@ -2,22 +2,22 @@
 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.3
 Homepage: http://search.cpan.org/dist/XML-Handler-Trees/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-handler-trees-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-handler-trees-perl/
-Build-Depends-Indep: debhelper (>= 4.1), perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
 
 Package: libxml-handler-trees-perl
-Section: perl
-Priority: optional
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module for building tree structures using PerlSAX handlers
- This module provides three PerlSAX handler classes for building tree
- structures.  XML::Handler::Tree builds the same type of tree as the
- "Tree" style in XML::Parser.  XML::Handler::EasyTree builds the same
+ The XML::Handler::Trees module provides three PerlSAX handler classes for
+ building tree structures.  XML::Handler::Tree builds the same type of tree
+ as the "Tree" style in XML::Parser.  XML::Handler::EasyTree builds the same
  type of tree as the "EasyTree" style added to XML::Parser by
  XML::Parser::EasyTree.  XML::Handler::TreeBuilder builds the same
  type of tree as Sean M. Burke's XML::TreeBuilder.  These classes make

Modified: trunk/libxml-handler-trees-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-handler-trees-perl/debian/copyright?rev=51069&op=diff
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/copyright (original)
+++ trunk/libxml-handler-trees-perl/debian/copyright Sun Jan 17 04:34:26 2010
@@ -1,33 +1,32 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Mon, Dec 31, 2001, 19:25:12 -0600.
-
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-Visit <http://www.cpan.org/> to find a CPAN site near you.
-
-Upstream Authors: Eric Bohlman <ebohlman at omsdev.com>
-                  Matt Sergeant <matt at sergeant.org>
-                  Stuart McDow <smcdow at moontower.org>
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Eric Bohlman
+Source: http://search.cpan.org/dist/XML-Handler-Trees/
+Name: XML-Handler-Trees
 
 Copyright:
+ © 2001, Eric Bohlman <ebohlman at omsdev.com>
+ © 2001, Matt Sergeant <matt at sergeant.org>
+ © 2001, Stuart McDow <smcdow at moontower.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Copyright (c) 2001 Eric Bohlman.
+Files: debian/*
+Copyright:
+ © 2001-2003, Ardo van Rangelrooij <ardo at debian.org>
+ © 2004,      Jay Bonci <jaybonci at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
 
-Portions of this code Copyright (c) 2001 Matt Sergeant.
+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'
 
-Portions of this code Copyright (c) 2001 Stuart McDow.
-
-	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'

Modified: trunk/libxml-handler-trees-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-handler-trees-perl/debian/rules?rev=51069&op=diff
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/rules (original)
+++ trunk/libxml-handler-trees-perl/debian/rules Sun Jan 17 04:34:26 2010
@@ -1,53 +1,3 @@
 #!/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
-
-# This is the debhelper compatibility version to use.
-# export DH_COMPAT=4
-
-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
-
-install:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
-	[ ! -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
+%:
+	dh $@

Modified: trunk/libxml-handler-trees-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-handler-trees-perl/debian/watch?rev=51069&op=diff
==============================================================================
--- trunk/libxml-handler-trees-perl/debian/watch (original)
+++ trunk/libxml-handler-trees-perl/debian/watch Sun Jan 17 04:34:26 2010
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/XML-Handler-Trees/ .*/XML-Handler-Trees-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/XML-Handler-Trees/   .*/XML-Handler/Trees-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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