r55244 - in /trunk/libsub-override-perl/debian: changelog compat control copyright patches/ patches/series patches/spelling.patch rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Apr 1 11:51:19 UTC 2010


Author: ansgar-guest
Date: Thu Apr  1 11:51:07 2010
New Revision: 55244

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55244
Log:
* Now maintained by the Debian Perl Group. (Closes: #576181)
  + debian/control: Add Vcs-* fields.
  + debian/control: Add myself to Uploaders.
* debian/control: Add Homepage field.
* debian/control: Move debhelper to Build-Depends, drop build-dep on
  libtest-simple-perl, add build-dep on libtest-pod-perl and
  libtest-pod-coverage-perl to enable additional tests.
* debian/control: Add ${misc:Depends}.
* Refresh rules for debhelper 7.
* Use source format 3.0 (quilt).
* Fix spelling error in documentation.
  + new patch: spelling.patch
* Convert debian/copyright to proposed machine-readable format.
* debian/watch: Use dist-based URL.
* Bump Standards-Version to 3.8.4.

Added:
    trunk/libsub-override-perl/debian/patches/
    trunk/libsub-override-perl/debian/patches/series
    trunk/libsub-override-perl/debian/patches/spelling.patch
    trunk/libsub-override-perl/debian/source/
    trunk/libsub-override-perl/debian/source/format
Modified:
    trunk/libsub-override-perl/debian/changelog
    trunk/libsub-override-perl/debian/compat
    trunk/libsub-override-perl/debian/control
    trunk/libsub-override-perl/debian/copyright
    trunk/libsub-override-perl/debian/rules
    trunk/libsub-override-perl/debian/watch

Modified: trunk/libsub-override-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/changelog?rev=55244&op=diff
==============================================================================
--- trunk/libsub-override-perl/debian/changelog (original)
+++ trunk/libsub-override-perl/debian/changelog Thu Apr  1 11:51:07 2010
@@ -1,3 +1,23 @@
+libsub-override-perl (0.08-4) unstable; urgency=low
+
+  * Now maintained by the Debian Perl Group. (Closes: #576181)
+    + debian/control: Add Vcs-* fields.
+    + debian/control: Add myself to Uploaders.
+  * debian/control: Add Homepage field.
+  * debian/control: Move debhelper to Build-Depends, drop build-dep on
+    libtest-simple-perl, add build-dep on libtest-pod-perl and
+    libtest-pod-coverage-perl to enable additional tests.
+  * debian/control: Add ${misc:Depends}.
+  * Refresh rules for debhelper 7.
+  * Use source format 3.0 (quilt).
+  * Fix spelling error in documentation.
+    + new patch: spelling.patch
+  * Convert debian/copyright to proposed machine-readable format.
+  * debian/watch: Use dist-based URL.
+  * Bump Standards-Version to 3.8.4.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 01 Apr 2010 20:50:30 +0900
+
 libsub-override-perl (0.08-3) unstable; urgency=low
 
   * New maintainer (closes: #331099).

Modified: trunk/libsub-override-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/compat?rev=55244&op=diff
==============================================================================
--- trunk/libsub-override-perl/debian/compat (original)
+++ trunk/libsub-override-perl/debian/compat Thu Apr  1 11:51:07 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libsub-override-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/control?rev=55244&op=diff
==============================================================================
--- trunk/libsub-override-perl/debian/control (original)
+++ trunk/libsub-override-perl/debian/control Thu Apr  1 11:51:07 2010
@@ -1,16 +1,20 @@
 Source: libsub-override-perl
-Maintainer: Víctor Pérez Pereira <vperez at debianvenezuela.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at 43-1.org>
 Section: perl
 Priority: optional
-Build-Depends-Indep: debhelper (>= 4.1.0), perl, libtest-simple-perl, libtest-exception-perl
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-exception-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl
+Standards-Version: 3.8.4
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-override-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsub-override-perl/
+Homepage: http://search.cpan.org/dist/Sub-Override/
 
 Package: libsub-override-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module used to temporarily override subroutines
- This is the CPAN module Sub::Override.
- .
  Perl programmers sometimes have a need to override subroutines,
  particularly for testing purposes.  Sub::Override provides a simple
  way to override subroutines instead of using heavier-weight methods

Modified: trunk/libsub-override-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/copyright?rev=55244&op=diff
==============================================================================
--- trunk/libsub-override-perl/debian/copyright (original)
+++ trunk/libsub-override-perl/debian/copyright Thu Apr  1 11:51:07 2010
@@ -1,23 +1,28 @@
-This package was debianized by Kenneth J. Pronovici <pronovic at debian.org> on
-Thu, 14 Oct 2004 20:15:09 -0500.  It was orphaned on 7 Oct 2005 because it is
-currently not used by any other Debian packages.
-It is currently maintained by
-Víctor Pérez Pereira <vperez at debianvenezuela.org>
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Curtis "Ovid" Poe
+Source: http://search.cpan.org/dist/Sub-Override/
+Name: Sub-Override
 
-It was downloaded from CPAN, http://www.cpan.org/modules/by-module/Sub/
+Copyright: © 2004-2005, Curtis "Ovid" Poe
+License: Artistic or GPL-1+
 
-Upstream Author: Curtis "Ovid" Poe 
+Files: debian/*
+Copyright:
+ © 2004-2005, Kenneth J. Pronovici <pronovic at debian.org>
+ © 2006,      Víctor Pérez Pereira <vperez at debianvenezuela.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or 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) 2004 by Curtis "Ovid" Poe
-
-   This library is free software; you can redistribute it and/or modify
-   it under the same terms as Perl itself, either Perl version 5.8.2 or,
-   at your option, any later version of Perl 5 you may have available.
-
-On a Debian system the complete text of the GNU General Public License
-can be found in the file `/usr/share/common-licenses/GPL' and the
-complete text of the the Artistic Licence can be found in the file
-`/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/libsub-override-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/patches/series?rev=55244&op=file
==============================================================================
--- trunk/libsub-override-perl/debian/patches/series (added)
+++ trunk/libsub-override-perl/debian/patches/series Thu Apr  1 11:51:07 2010
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libsub-override-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/patches/spelling.patch?rev=55244&op=file
==============================================================================
--- trunk/libsub-override-perl/debian/patches/spelling.patch (added)
+++ trunk/libsub-override-perl/debian/patches/spelling.patch Thu Apr  1 11:51:07 2010
@@ -1,0 +1,14 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Date: Thu, 01 Apr 2010 20:45:31 +0900
+Subject: Fix spelling error in documentation
+--- libsub-override-perl.orig/lib/Sub/Override.pm
++++ libsub-override-perl/lib/Sub/Override.pm
+@@ -143,7 +143,7 @@
+    # do something
+  }
+ 
+-In the above example, not only have we probably mispelled the subroutine name,
++In the above example, not only have we probably misspelled the subroutine name,
+ but even if their had been a subroutine with that name, we haven't overridden
+ it.  These two bugs can be subtle to detect.
+ 

Modified: trunk/libsub-override-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/rules?rev=55244&op=diff
==============================================================================
--- trunk/libsub-override-perl/debian/rules (original)
+++ trunk/libsub-override-perl/debian/rules Thu Apr  1 11:51:07 2010
@@ -1,50 +1,3 @@
 #!/usr/bin/make -f
-
-PERL=/usr/bin/perl
-
-binary: binary-indep
-
-binary-arch: 
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_strip
-	dh_fixperms
-	dh_compress
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_installdirs
-	$(MAKE) install INSTALLDIRS=vendor PREFIX=$(CURDIR)/debian/libsub-override-perl/usr
-	rm -rf $(CURDIR)/debian/libsub-override-perl/usr/lib  # empty
-
-build: configure-stamp build-stamp
-build-stamp: 
-	dh_testdir
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	touch configure-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
-	rm -f build-stamp configure-stamp
-	dh_clean
-
-.PHONY: binary binary-arch binary-indep install build configure clean
+%:
+	dh $@

Added: trunk/libsub-override-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/source/format?rev=55244&op=file
==============================================================================
--- trunk/libsub-override-perl/debian/source/format (added)
+++ trunk/libsub-override-perl/debian/source/format Thu Apr  1 11:51:07 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libsub-override-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-override-perl/debian/watch?rev=55244&op=diff
==============================================================================
--- trunk/libsub-override-perl/debian/watch (original)
+++ trunk/libsub-override-perl/debian/watch Thu Apr  1 11:51:07 2010
@@ -1,2 +1,2 @@
-version=2
-http://www.cpan.org/modules/by-module/Sub/Sub-Override-(.*)\.tar\.gz    debian      uupdate
+version=3
+http://search.cpan.org/dist/Sub-Override/   .*/Sub-Override-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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