r64639 - in /trunk/libsub-delete-perl/debian: ./ changelog compat control copyright libsub-delete-perl.docs rules watch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Sat Nov 6 19:55:41 UTC 2010


Author: emhn-guest
Date: Sat Nov  6 19:55:22 2010
New Revision: 64639

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64639
Log:
[svn-inject] Applying Debian modifications (1.00002-1) to trunk

Added:
    trunk/libsub-delete-perl/debian/
    trunk/libsub-delete-perl/debian/changelog
    trunk/libsub-delete-perl/debian/compat
    trunk/libsub-delete-perl/debian/control
    trunk/libsub-delete-perl/debian/copyright
    trunk/libsub-delete-perl/debian/libsub-delete-perl.docs
    trunk/libsub-delete-perl/debian/rules   (with props)
    trunk/libsub-delete-perl/debian/watch

Added: trunk/libsub-delete-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-delete-perl/debian/changelog?rev=64639&op=file
==============================================================================
--- trunk/libsub-delete-perl/debian/changelog (added)
+++ trunk/libsub-delete-perl/debian/changelog Sat Nov  6 19:55:22 2010
@@ -1,0 +1,5 @@
+libsub-delete-perl (1.00002-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #602638).
+
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Sat, 6 Nov 2010 14:49:05 -0430

Added: trunk/libsub-delete-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-delete-perl/debian/compat?rev=64639&op=file
==============================================================================
--- trunk/libsub-delete-perl/debian/compat (added)
+++ trunk/libsub-delete-perl/debian/compat Sat Nov  6 19:55:22 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libsub-delete-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-delete-perl/debian/control?rev=64639&op=file
==============================================================================
--- trunk/libsub-delete-perl/debian/control (added)
+++ trunk/libsub-delete-perl/debian/control Sat Nov  6 19:55:22 2010
@@ -1,0 +1,25 @@
+Source: libsub-delete-perl
+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-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-delete-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsub-delete-perl/
+
+Package: libsub-delete-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, perl
+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
+ function, write use Sub::Delete();.)
+ .
+ This does more than simply undefine the subroutine in the manner of undef
+ &foo, which leaves a stub that can trigger AUTOLOAD (and, consequently, won't
+ 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).

Added: trunk/libsub-delete-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-delete-perl/debian/copyright?rev=64639&op=file
==============================================================================
--- trunk/libsub-delete-perl/debian/copyright (added)
+++ trunk/libsub-delete-perl/debian/copyright Sat Nov  6 19:55:22 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Father Chrysostomos <sprout at cpan.org>
+Source: http://search.cpan.org/dist/Sub-Delete/
+Name: Sub-Delete
+
+Files: *
+Copyright: 2008-10 Father Chrysostomos <sprout at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+License: Artistic or GPL-1+
+
+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'.
+
+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 version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libsub-delete-perl/debian/libsub-delete-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-delete-perl/debian/libsub-delete-perl.docs?rev=64639&op=file
==============================================================================
--- trunk/libsub-delete-perl/debian/libsub-delete-perl.docs (added)
+++ trunk/libsub-delete-perl/debian/libsub-delete-perl.docs Sat Nov  6 19:55:22 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libsub-delete-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-delete-perl/debian/rules?rev=64639&op=file
==============================================================================
--- trunk/libsub-delete-perl/debian/rules (added)
+++ trunk/libsub-delete-perl/debian/rules Sat Nov  6 19:55:22 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libsub-delete-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsub-delete-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-delete-perl/debian/watch?rev=64639&op=file
==============================================================================
--- trunk/libsub-delete-perl/debian/watch (added)
+++ trunk/libsub-delete-perl/debian/watch Sat Nov  6 19:55:22 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Sub-Delete/   .*/Sub-Delete-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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