[SCM] Debian packaging of libsub-delete-perl branch, master, updated. fc078bf98cb0c509e2f386511cd16f4914c5661b

gregor herrmann gregoa at debian.org
Thu Jul 5 20:56:17 UTC 2012


The following commit has been merged in the master branch:
commit 8962dfba9c1a1f214ff5d6bdc699cdc77c483c9e
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:55:55 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 4be8802..fbad2ec 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,19 @@
 Source: libsub-delete-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Sub-Delete/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libsub-delete-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsub-delete-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libsub-delete-perl.git
+Homepage: http://search.cpan.org/dist/Sub-Delete/
 
 Package: libsub-delete-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, perl
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module to delete subroutines
  Sub::Delete provides one function, delete_sub, that deletes the subroutine
  whose name is passed to it. (To load the module without importing the
@@ -23,3 +24,4 @@ Description: Perl module to delete subroutines
  work for deleting methods). The subroutine is completely obliterated from the
  symbol table (though there may be references to it elsewhere, including in
  compiled code).
+

-- 
Debian packaging of libsub-delete-perl



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