r57088 - in /trunk/libparse-debian-packages-perl/debian: changelog compat control copyright patches/ patches/bug-579063.patch patches/series rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Apr 29 08:17:45 UTC 2010


Author: ansgar-guest
Date: Thu Apr 29 08:13:03 2010
New Revision: 57088

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57088
Log:
* Set Standards-Version to 3.8.0 (no changes).
* Move libmodule-build-perl to Build-Depends.
* Fix error when description contains lines with colons. (Closes: #579063)
  + new patch: bug-579063.patch
* Refresh rules for debhelper 7.
* Use source format 3.0 (quilt).
* Convert debian/copyright to proposed machine-readable format.
* debian/watch: Use extended regular expression to match upstream releases.
* debian/control: Replace build-dep on libmodule-build-perl by perl (which
  includes Module::Build); remove perl from Build-Depends-Indep.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libparse-debian-packages-perl/debian/patches/
    trunk/libparse-debian-packages-perl/debian/patches/bug-579063.patch
    trunk/libparse-debian-packages-perl/debian/patches/series
    trunk/libparse-debian-packages-perl/debian/source/
    trunk/libparse-debian-packages-perl/debian/source/format
Modified:
    trunk/libparse-debian-packages-perl/debian/changelog
    trunk/libparse-debian-packages-perl/debian/compat
    trunk/libparse-debian-packages-perl/debian/control
    trunk/libparse-debian-packages-perl/debian/copyright
    trunk/libparse-debian-packages-perl/debian/rules
    trunk/libparse-debian-packages-perl/debian/watch

Modified: trunk/libparse-debian-packages-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debian-packages-perl/debian/changelog?rev=57088&op=diff
==============================================================================
--- trunk/libparse-debian-packages-perl/debian/changelog (original)
+++ trunk/libparse-debian-packages-perl/debian/changelog Thu Apr 29 08:13:03 2010
@@ -1,4 +1,4 @@
-libparse-debian-packages-perl (0.01-2) UNRELEASED; urgency=low
+libparse-debian-packages-perl (0.01-2) unstable; urgency=low
 
   [ Frank Lichtenheld ]
   * s/debian/Debian/ in Description
@@ -8,20 +8,25 @@
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/watch: use dist-based URL.
+  * Set Standards-Version to 3.8.0 (no changes).
+  * Move libmodule-build-perl to Build-Depends.
 
   [ Joachim Breitner ]
   * Removed myself from uploaders.
 
-  [ gregor herrmann ]
-  * Refresh debian/rules, no functional changes; except: don't create
-    .packlist file any more and run test suite.
-  * Set debhelper compatibility level to 5.
-  * Set Standards-Version to 3.8.0 (no changes).
-  * Move libmodule-build-perl to Build-Depends.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
+  [ Ansgar Burchardt ]
+  * Fix error when description contains lines with colons. (Closes: #579063)
+    + new patch: bug-579063.patch
+  * Refresh rules for debhelper 7.
+  * Use source format 3.0 (quilt).
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/watch: Use extended regular expression to match upstream releases.
+  * debian/control: Replace build-dep on libmodule-build-perl by perl (which
+    includes Module::Build); remove perl from Build-Depends-Indep.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
 
- -- Joachim Breitner <nomeata at debian.org>  Mon, 11 Feb 2008 20:32:46 +0000
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 29 Apr 2010 17:12:31 +0900
 
 libparse-debian-packages-perl (0.01-1) unstable; urgency=low
 

Modified: trunk/libparse-debian-packages-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debian-packages-perl/debian/compat?rev=57088&op=diff
==============================================================================
--- trunk/libparse-debian-packages-perl/debian/compat (original)
+++ trunk/libparse-debian-packages-perl/debian/compat Thu Apr 29 08:13:03 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libparse-debian-packages-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debian-packages-perl/debian/control?rev=57088&op=diff
==============================================================================
--- trunk/libparse-debian-packages-perl/debian/control (original)
+++ trunk/libparse-debian-packages-perl/debian/control Thu Apr 29 08:13:03 2010
@@ -1,10 +1,10 @@
 Source: libparse-debian-packages-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 7), perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Standards-Version: 3.8.0
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Parse-Debian-Packages/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-debian-packages-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparse-debian-packages-perl/

Modified: trunk/libparse-debian-packages-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debian-packages-perl/debian/copyright?rev=57088&op=diff
==============================================================================
--- trunk/libparse-debian-packages-perl/debian/copyright (original)
+++ trunk/libparse-debian-packages-perl/debian/copyright Thu Apr 29 08:13:03 2010
@@ -1,15 +1,27 @@
-This is the debian package for the Parse-Debian-Packages module.
-It was created by Marc Brockschmidt <marc at dch-faq.de>.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Richard Clamp <richardc at unixbeard.net>
+Source: http://search.cpan.org/dist/Parse-Debian-Packages/
+Name: Parse-Debian-Packages
 
-The upstream author is Richard Clamp <richardc at unixbeard.net>.
+Copyright: © 2003, Richard Clamp <richardc at unixbeard.net>
+License: Artistic or GPL-1+
 
-Copyright (C) 2003 Richard Clamp.  All Rights Reserved.
+Files: debian/*
+Copyright:
+ © 2004-2008, Joachim Breitner <nomeata at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-This module is free software; you can redistribute it and/or modify it
-under the same terms as Perl (GPL or Artistic license) itself.
+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'
 
-On Debian systems the complete text of the GPL and Artistic
-licenses can be found at:
-        /usr/share/common-licenses/GPL and
-        /usr/share/common-licenses/Artistic
-
+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/libparse-debian-packages-perl/debian/patches/bug-579063.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debian-packages-perl/debian/patches/bug-579063.patch?rev=57088&op=file
==============================================================================
--- trunk/libparse-debian-packages-perl/debian/patches/bug-579063.patch (added)
+++ trunk/libparse-debian-packages-perl/debian/patches/bug-579063.patch Thu Apr 29 08:13:03 2010
@@ -1,0 +1,20 @@
+From: "G. de la Rey" <debian at delarey.org>
+Date: Sat, 24 Apr 2010 23:52:45 +0100
+Bug-Debian: http://bugs.debian.org/579063
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=57031
+Subject: Fix error when description contains lines with colons
+
+[ ansgar: Removed changes that would change the API. ]
+
+Acked-by: Ansgar Burchardt <ansgar at 43-1.org>
+--- libparse-debian-packages-perl.orig/lib/Parse/Debian/Packages.pm
++++ libparse-debian-packages-perl/lib/Parse/Debian/Packages.pm
+@@ -16,7 +16,7 @@
+     my %parsed;
+     while (<$fh>) {
+         last if /^$/;
+-        if (my ($key, $value) = m/^(.*): (.*)/) {
++        if (my ($key, $value) = m/^(\S*): (.*)/) {
+             $parsed{$key} = $value;
+         }
+         else {

Added: trunk/libparse-debian-packages-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debian-packages-perl/debian/patches/series?rev=57088&op=file
==============================================================================
--- trunk/libparse-debian-packages-perl/debian/patches/series (added)
+++ trunk/libparse-debian-packages-perl/debian/patches/series Thu Apr 29 08:13:03 2010
@@ -1,0 +1,1 @@
+bug-579063.patch

Modified: trunk/libparse-debian-packages-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debian-packages-perl/debian/rules?rev=57088&op=diff
==============================================================================
--- trunk/libparse-debian-packages-perl/debian/rules (original)
+++ trunk/libparse-debian-packages-perl/debian/rules Thu Apr 29 08:13:03 2010
@@ -1,60 +1,4 @@
 #!/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.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
 
-# 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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	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
+%:
+	dh --buildsystem=perl_build $@

Added: trunk/libparse-debian-packages-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debian-packages-perl/debian/source/format?rev=57088&op=file
==============================================================================
--- trunk/libparse-debian-packages-perl/debian/source/format (added)
+++ trunk/libparse-debian-packages-perl/debian/source/format Thu Apr 29 08:13:03 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libparse-debian-packages-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-debian-packages-perl/debian/watch?rev=57088&op=diff
==============================================================================
--- trunk/libparse-debian-packages-perl/debian/watch (original)
+++ trunk/libparse-debian-packages-perl/debian/watch Thu Apr 29 08:13:03 2010
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Parse-Debian-Packages/ .*/Parse-Debian-Packages-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Parse-Debian-Packages/   .*/Parse-Debian-Packages-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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