r26369 - in /trunk/libsub-current-perl/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Thu Oct 30 14:21:22 UTC 2008


Author: eloy
Date: Thu Oct 30 14:21:19 2008
New Revision: 26369

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

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

Added: trunk/libsub-current-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-current-perl/debian/changelog?rev=26369&op=file
==============================================================================
--- trunk/libsub-current-perl/debian/changelog (added)
+++ trunk/libsub-current-perl/debian/changelog Thu Oct 30 14:21:19 2008
@@ -1,0 +1,5 @@
+libsub-current-perl (0.02-1) WORK-IN-PROGRESS; urgency=low
+
+  * Initial Release.
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Thu, 30 Oct 2008 15:15:28 +0100

Added: trunk/libsub-current-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-current-perl/debian/compat?rev=26369&op=file
==============================================================================
--- trunk/libsub-current-perl/debian/compat (added)
+++ trunk/libsub-current-perl/debian/compat Thu Oct 30 14:21:19 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libsub-current-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-current-perl/debian/control?rev=26369&op=file
==============================================================================
--- trunk/libsub-current-perl/debian/control (added)
+++ trunk/libsub-current-perl/debian/control Thu Oct 30 14:21:19 2008
@@ -1,0 +1,20 @@
+Source: libsub-current-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.10-12)
+Maintainer: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Sub-Current/
+
+Package: libsub-current-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description:  Get the current subroutine
+ Sub::Current makes available a function ROUTINE(), that returns a code
+ reference pointing at the currently executing subroutine.
+ .
+ In a special block (BEGIN, END, CHECK, INIT, and UNITCHECK in Perl 5.10)
+ this function will return undef.
+ .
+ Outside of a special block (that is, at the top level of a program)
+ ROUTINE() will return undef as well.

Added: trunk/libsub-current-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-current-perl/debian/copyright?rev=26369&op=file
==============================================================================
--- trunk/libsub-current-perl/debian/copyright (added)
+++ trunk/libsub-current-perl/debian/copyright Thu Oct 30 14:21:19 2008
@@ -1,0 +1,24 @@
+This is the debian package for the Sub-Current 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-Current/
+
+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.
+
+
+
+(c) Copyright 2007 by Rafael Garcia-Suarez.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+
+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-current-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-current-perl/debian/rules?rev=26369&op=file
==============================================================================
--- trunk/libsub-current-perl/debian/rules (added)
+++ trunk/libsub-current-perl/debian/rules Thu Oct 30 14:21:19 2008
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libsub-current-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-current-perl/debian/watch?rev=26369&op=file
==============================================================================
--- trunk/libsub-current-perl/debian/watch (added)
+++ trunk/libsub-current-perl/debian/watch Thu Oct 30 14:21:19 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-Current/   .*/Sub-Current-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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