r20540 - in /trunk/libsub-identify-perl/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Fri May 30 09:41:59 UTC 2008


Author: eloy
Date: Fri May 30 09:41:59 2008
New Revision: 20540

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

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

Added: trunk/libsub-identify-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-identify-perl/debian/changelog?rev=20540&op=file
==============================================================================
--- trunk/libsub-identify-perl/debian/changelog (added)
+++ trunk/libsub-identify-perl/debian/changelog Fri May 30 09:41:59 2008
@@ -1,0 +1,5 @@
+libsub-identify-perl (0.03-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Wed, 28 May 2008 17:24:38 +0200

Added: trunk/libsub-identify-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-identify-perl/debian/compat?rev=20540&op=file
==============================================================================
--- trunk/libsub-identify-perl/debian/compat (added)
+++ trunk/libsub-identify-perl/debian/compat Fri May 30 09:41:59 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libsub-identify-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-identify-perl/debian/control?rev=20540&op=file
==============================================================================
--- trunk/libsub-identify-perl/debian/control (added)
+++ trunk/libsub-identify-perl/debian/control Fri May 30 09:41:59 2008
@@ -1,0 +1,27 @@
+Source: libsub-identify-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.7.3
+Homepage: http://search.cpan.org/dist/Sub-Identify/
+
+Package: libsub-identify-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description:  Retrieve names of code references
+ Sub::Identify allows you to retrieve the real name of code references. For
+ this, it uses perl's introspection mechanism, provided by the B module.
+ .
+ It provides four functions : sub_name returns the name of the
+ subroutine (or __ANON__ if it's an anonymous code reference),
+ stash_name returns its package, and sub_fullname returns the
+ concatenation of the two.
+ .
+ The fourth function, get_code_info, returns a list of two elements,
+ the package and the subroutine name (in case of you want both and are worried
+ by the speed.)
+ .
+ In case of subroutine aliasing, those functions always return the
+ original name.

Added: trunk/libsub-identify-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-identify-perl/debian/copyright?rev=20540&op=file
==============================================================================
--- trunk/libsub-identify-perl/debian/copyright (added)
+++ trunk/libsub-identify-perl/debian/copyright Fri May 30 09:41:59 2008
@@ -1,0 +1,13 @@
+This is the debian package for the Sub-Identify module.
+It was created by Krzysztof Krzyżaniak (eloy) <eloy at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Sub-Identify/
+
+This copyright info was automatically extracted from the perl module.
+It may not be accurate, so you better check the module sources
+if you don't want to get into legal troubles.
+
+
+
+The Debian packaging is (C) 2008, Krzysztof Krzyżaniak (eloy) <eloy at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libsub-identify-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-identify-perl/debian/rules?rev=20540&op=file
==============================================================================
--- trunk/libsub-identify-perl/debian/rules (added)
+++ trunk/libsub-identify-perl/debian/rules Fri May 30 09:41:59 2008
@@ -1,0 +1,18 @@
+#!/usr/bin/make -f
+
+build:
+	dh build
+
+clean:
+	dh clean
+
+install: build
+	dh install
+
+binary-arch: install
+	dh binary-arch
+
+binary-indep: install
+	dh binary-indep
+
+binary: binary-arch binary-indep

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

Added: trunk/libsub-identify-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-identify-perl/debian/watch?rev=20540&op=file
==============================================================================
--- trunk/libsub-identify-perl/debian/watch (added)
+++ trunk/libsub-identify-perl/debian/watch Fri May 30 09:41:59 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Sub-Identify/   .*/Sub-Identify-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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