r42092 - in /trunk/libxml-checker-perl/debian: changelog compat control copyright libxml-checker-perl.docs libxml-checker-perl.install rules watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Wed Aug 19 12:38:27 UTC 2009


Author: ansgar-guest
Date: Wed Aug 19 12:38:20 2009
New Revision: 42092

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42092
Log:
* debian/watch: Use extended regexp to match upstream releases.
* Refresh rules for debhelper 7.
* No longer install README (no useful content).
* debian/control: Remove duplicate Section and Priority fields from binary
  package definition.
* Add myself to Uploaders.
* Bump Standards-Version to 3.8.3.
* Convert debian/copyright to proposed machine-readable format.

Removed:
    trunk/libxml-checker-perl/debian/libxml-checker-perl.docs
    trunk/libxml-checker-perl/debian/libxml-checker-perl.install
Modified:
    trunk/libxml-checker-perl/debian/changelog
    trunk/libxml-checker-perl/debian/compat
    trunk/libxml-checker-perl/debian/control
    trunk/libxml-checker-perl/debian/copyright
    trunk/libxml-checker-perl/debian/rules
    trunk/libxml-checker-perl/debian/watch

Modified: trunk/libxml-checker-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-checker-perl/debian/changelog?rev=42092&op=diff
==============================================================================
--- trunk/libxml-checker-perl/debian/changelog (original)
+++ trunk/libxml-checker-perl/debian/changelog Wed Aug 19 12:38:20 2009
@@ -1,17 +1,25 @@
-libxml-checker-perl (0.13-5) UNRELEASED; urgency=low
+libxml-checker-perl (0.13-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.
   * Revert changes to upstream Makefile.PL; adding a missing prerequisite
     there is nice but we have debian/control for defining dependencies.
-  * 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:29 +0100
+  [ Ansgar Burchardt ]
+  * debian/watch: Use extended regexp to match upstream releases.
+  * Refresh rules for debhelper 7.
+  * No longer install README (no useful content).
+  * debian/control: Remove duplicate Section and Priority fields from binary
+    package definition.
+  * Add myself to Uploaders.
+  * Bump Standards-Version to 3.8.3.
+  * Convert debian/copyright to proposed machine-readable format.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Wed, 19 Aug 2009 14:36:18 +0200
 
 libxml-checker-perl (0.13-4) unstable; urgency=low
 

Modified: trunk/libxml-checker-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-checker-perl/debian/compat?rev=42092&op=diff
==============================================================================
--- trunk/libxml-checker-perl/debian/compat (original)
+++ trunk/libxml-checker-perl/debian/compat Wed Aug 19 12:38:20 2009
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libxml-checker-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-checker-perl/debian/control?rev=42092&op=diff
==============================================================================
--- trunk/libxml-checker-perl/debian/control (original)
+++ trunk/libxml-checker-perl/debian/control Wed Aug 19 12:38:20 2009
@@ -2,18 +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.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-Checker/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-checker-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-checker-perl/
-Build-Depends-Indep: debhelper (>= 4.1), perl, libxml-dom-perl (>= 1.29), libxml-parser-perl (>= 2.30), libxml-perl (>= 0.07), libxml-regexp-perl (>= 0.03)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libxml-dom-perl (>= 1.29), libxml-parser-perl (>= 2.30),
+ libxml-perl (>= 0.07), libxml-regexp-perl (>= 0.03)
 
 Package: libxml-checker-perl
-Section: perl
-Priority: optional
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libxml-dom-perl (>= 1.29), libxml-parser-perl (>= 2.30), libxml-perl (>= 0.07), libxml-regexp-perl (>= 0.03)
+Depends: ${misc:Depends}, ${perl:Depends}, libxml-dom-perl (>= 1.29),
+ libxml-parser-perl (>= 2.30), libxml-perl (>= 0.07),
+ libxml-regexp-perl (>= 0.03)
 Conflicts: libxml-enno-perl
 Replaces: libxml-enno-perl
 Description: Perl modules for validating XML

Modified: trunk/libxml-checker-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-checker-perl/debian/copyright?rev=42092&op=diff
==============================================================================
--- trunk/libxml-checker-perl/debian/copyright (original)
+++ trunk/libxml-checker-perl/debian/copyright Wed Aug 19 12:38:20 2009
@@ -1,26 +1,31 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Sun, Sep  2, 2001, 22:00:21 -0500.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: T.J. Mather
+Upstream-Source: http://search.cpan.org/dist/XML-Checker/
+Upstream-Name: XML-Checker
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-http://search.cpan.org/dist/XML-Checker
+Files: *
+Copyright: © 1999-2000, Enno Derksen
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author: Enno Derksen <enno at att.com>
+Files: debian/*
+Copyright:
+ © 2001-2003, Ardo van Rangelrooij <ardo at debian.org>
+ © 2003-2004, Jay Bonci <jaybonci at debian.org>
+ © 2009,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
 
-Copyright (c) 1999,2000 Enno Derksen
+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'

Modified: trunk/libxml-checker-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-checker-perl/debian/rules?rev=42092&op=diff
==============================================================================
--- trunk/libxml-checker-perl/debian/rules (original)
+++ trunk/libxml-checker-perl/debian/rules Wed Aug 19 12:38:20 2009
@@ -1,54 +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_installexamples
-	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-checker-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-checker-perl/debian/watch?rev=42092&op=diff
==============================================================================
--- trunk/libxml-checker-perl/debian/watch (original)
+++ trunk/libxml-checker-perl/debian/watch Wed Aug 19 12:38:20 2009
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/XML-Checker/ .*/XML-Checker-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/XML-Checker/ .*/XML-Checker-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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