r50053 - in /trunk/libxml-stream-perl/debian: changelog compat control copyright libxml-stream-perl.docs rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 3 11:55:24 UTC 2010


Author: ansgar-guest
Date: Sun Jan  3 11:55:18 2010
New Revision: 50053

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50053
Log:
* don't install README any more.
* debian/control: Remove duplicate Section, Priority fields from binary
  package stanza.
* debian/control: Mention module name in description.
* Bump Standards-Version to 3.8.3.
* Refresh rules for debhelper 7.
* Add myself to Uploaders.
* debian/watch: Use extended regular expression to match upstream releases.
* debian/rules: Move t/lib aside while running tests to use Test::Simple
  bundled with perl instead of a local copy.

Added:
    trunk/libxml-stream-perl/debian/libxml-stream-perl.docs
Modified:
    trunk/libxml-stream-perl/debian/changelog
    trunk/libxml-stream-perl/debian/compat
    trunk/libxml-stream-perl/debian/control
    trunk/libxml-stream-perl/debian/copyright
    trunk/libxml-stream-perl/debian/rules
    trunk/libxml-stream-perl/debian/watch

Modified: trunk/libxml-stream-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-stream-perl/debian/changelog?rev=50053&op=diff
==============================================================================
--- trunk/libxml-stream-perl/debian/changelog (original)
+++ trunk/libxml-stream-perl/debian/changelog Sun Jan  3 11:55:18 2010
@@ -1,20 +1,15 @@
-libxml-stream-perl (1.22-4) UNRELEASED; urgency=low
+libxml-stream-perl (1.22-4) 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.
   * Split out changes in lib/XML/Stream.pm into patches; add quilt framework.
-  * Refresh debian/rules, no functional changes.
-  * Remove debian/libxml-stream-perl.docs, install INFO via debian/rules,
-    don't install README any more.
+  * don't install README any more.
   * debian/control: move Suggests from source to binary stanza.
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
   [ Salvatore Bonaccorso ]
@@ -22,7 +17,18 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:46 +0100
+  [ Ansgar Burchardt ]
+  * debian/control: Remove duplicate Section, Priority fields from binary
+    package stanza.
+  * debian/control: Mention module name in description.
+  * Bump Standards-Version to 3.8.3.
+  * Refresh rules for debhelper 7.
+  * Add myself to Uploaders.
+  * debian/watch: Use extended regular expression to match upstream releases.
+  * debian/rules: Move t/lib aside while running tests to use Test::Simple
+    bundled with perl instead of a local copy.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 03 Jan 2010 20:52:36 +0900
 
 libxml-stream-perl (1.22-3) unstable; urgency=low
 

Modified: trunk/libxml-stream-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-stream-perl/debian/compat?rev=50053&op=diff
==============================================================================
--- trunk/libxml-stream-perl/debian/compat (original)
+++ trunk/libxml-stream-perl/debian/compat Sun Jan  3 11:55:18 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libxml-stream-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-stream-perl/debian/control?rev=50053&op=diff
==============================================================================
--- trunk/libxml-stream-perl/debian/control (original)
+++ trunk/libxml-stream-perl/debian/control Sun Jan  3 11:55:18 2010
@@ -2,22 +2,21 @@
 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.7.2.2
+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-Stream/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-stream-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-stream-perl/
-Build-Depends: debhelper (>= 4.1), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libio-socket-ssl-perl, libauthen-sasl-perl
 
 Package: libxml-stream-perl
-Section: perl
-Priority: optional
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libio-socket-ssl-perl, libauthen-sasl-perl
 Suggests: libnet-dns-perl
 Description: Perl module for accessing XML Streams
- This module provides access to XML Streams.  An XML Stream is just
+ The XML::Stream module provides access to XML Streams.  An XML Stream is just
  that: A stream of XML over a connection between two computers.  For
  more information about XML Streams, and the group that created them,
  please visit:

Modified: trunk/libxml-stream-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-stream-perl/debian/copyright?rev=50053&op=diff
==============================================================================
--- trunk/libxml-stream-perl/debian/copyright (original)
+++ trunk/libxml-stream-perl/debian/copyright Sun Jan  3 11:55:18 2010
@@ -1,19 +1,38 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Fri, Jul 21, 2000, 12:32:28 +0200.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ryan Eatmon
+Source: http://search.cpan.org/dist/XML-Stream/
+Name: XML-Stream
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-Visit <http://www.cpan.org/> to find a CPAN site near you.
+Copyright: © 1998-2004, Jabber Software Foundation http://jabber.org/
+License: GPL-2+
 
-Upstream Authors: Ryan Eatmon <reatmon at ti.com>
+Files: debian/*
+Copyright:
+ © 2000-2003, Ardo van Rangelrooij <ardo at debian.org>
+ © 2004-2007, Jay Bonci <jaybonci at debian.org>
+ © 2007,      Andreas Barth <aba at not.so.argh.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Copyright:
+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'
 
-Copyright (c) 2000 Jabber.org Project
-	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 2, or (at your option) any
-	later version.
+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'
 
-	See:
-
-	/usr/share/common-licenses/GPL
+License: GPL-2+
+    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/libxml-stream-perl/debian/libxml-stream-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-stream-perl/debian/libxml-stream-perl.docs?rev=50053&op=file
==============================================================================
--- trunk/libxml-stream-perl/debian/libxml-stream-perl.docs (added)
+++ trunk/libxml-stream-perl/debian/libxml-stream-perl.docs Sun Jan  3 11:55:18 2010
@@ -1,0 +1,1 @@
+INFO

Modified: trunk/libxml-stream-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-stream-perl/debian/rules?rev=50053&op=diff
==============================================================================
--- trunk/libxml-stream-perl/debian/rules (original)
+++ trunk/libxml-stream-perl/debian/rules Sun Jan  3 11:55:18 2010
@@ -1,62 +1,8 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
+%:
+	dh --with quilt $@
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-include /usr/share/quilt/quilt.make
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs INFO
-	dh_installchangelogs CHANGES
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+override_dh_auto_test:
+	[ ! -d t/lib ] || mv t/lib t/lib-do-not-use
+	dh_auto_test
+	[ ! -d t/lib-do-not-use ] || mv t/lib-do-not-use t/lib

Modified: trunk/libxml-stream-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-stream-perl/debian/watch?rev=50053&op=diff
==============================================================================
--- trunk/libxml-stream-perl/debian/watch (original)
+++ trunk/libxml-stream-perl/debian/watch Sun Jan  3 11:55:18 2010
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/XML-Stream/ .*/XML-Stream-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/XML-Stream/   .*/XML-Stream-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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