r15628 - in /trunk/libsub-name-perl/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Feb 26 09:47:34 UTC 2008


Author: eloy
Date: Tue Feb 26 09:47:33 2008
New Revision: 15628

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

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

Added: trunk/libsub-name-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsub-name-perl/debian/changelog?rev=15628&op=file
==============================================================================
--- trunk/libsub-name-perl/debian/changelog (added)
+++ trunk/libsub-name-perl/debian/changelog Tue Feb 26 09:47:33 2008
@@ -1,0 +1,21 @@
+libsub-name-perl (0.03-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Mon, 25 Feb 2008 17:46:55 +0100
+
+libsub-name-perl (0.02-2) unstable; urgency=low
+
+  * debian/watch: file improved
+  * debian/rules: make transition to perl 5.10 smooth
+  * debian/compat: updated to 6 without changes
+  * debian/control: Standards-Version updated to 3.7.3 without changes
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Thu, 24 Jan 2008 15:44:59 +0100
+
+libsub-name-perl (0.02-1) unstable; urgency=low
+
+  * Initial Release (closes: #340606)
+
+ -- Krzysztof Krzyzaniak (eloy) <eloy at debian.org>  Sun, 20 Nov 2005 20:50:02 +0100
+

Added: trunk/libsub-name-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libsub-name-perl/debian/compat?rev=15628&op=file
==============================================================================
--- trunk/libsub-name-perl/debian/compat (added)
+++ trunk/libsub-name-perl/debian/compat Tue Feb 26 09:47:33 2008
@@ -1,0 +1,1 @@
+6

Added: trunk/libsub-name-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libsub-name-perl/debian/control?rev=15628&op=file
==============================================================================
--- trunk/libsub-name-perl/debian/control (added)
+++ trunk/libsub-name-perl/debian/control Tue Feb 26 09:47:33 2008
@@ -1,0 +1,23 @@
+Source: libsub-name-perl
+Section: perl
+Priority: optional
+Build-Depends: perl (>= 5.8.0-7), debhelper (>= 4.0.2)
+Maintainer: Debian Catalyst Maintainers <pkg-catalyst-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Standards-Version: 3.7.3
+
+Package: libsub-name-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
+Description:  Assigns a new name to referenced sub
+ Sub::Name has only one function, which is also exported by default:
+ .
+ subname NAME, CODEREF
+ .
+ Assigns a new name to referenced sub. If package specification is
+ omitted in the name, then the current package is used. The return
+ value is the sub.
+ .
+ The name is only used for informative routines (caller, Carp, etc).
+ You won't be able to actually invoke the sub by the given name. To
+ allow that, you need to do glob-assignment yourself.

Added: trunk/libsub-name-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libsub-name-perl/debian/copyright?rev=15628&op=file
==============================================================================
--- trunk/libsub-name-perl/debian/copyright (added)
+++ trunk/libsub-name-perl/debian/copyright Tue Feb 26 09:47:33 2008
@@ -1,0 +1,23 @@
+This is the debian package for the Sub-Name module.
+It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org>.
+
+It was downloaded from: http://search.cpan.org/~xmath/Sub-Name-0.02/
+
+The upstream author is: Matthijs van Duin <xmath at cpan.org>
+
+Copyright (C) 2004  Matthijs van Duin.  All rights reserved.
+
+This program is free software, you can redistribute it and/or modify it under
+the same terms as Perl itself.
+
+Perl is distributed under licenses:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+  
+    b) the "Artistic License" which comes with Perl.
+  
+    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'.

Added: trunk/libsub-name-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsub-name-perl/debian/rules?rev=15628&op=file
==============================================================================
--- trunk/libsub-name-perl/debian/rules (added)
+++ trunk/libsub-name-perl/debian/rules Tue Feb 26 09:47:33 2008
@@ -1,0 +1,80 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+# Allow disabling build optimation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+        CFLAGS += -O0
+else
+        CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) realclean
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) test
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
+	touch install-stamp
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples 
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

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

Added: trunk/libsub-name-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libsub-name-perl/debian/watch?rev=15628&op=file
==============================================================================
--- trunk/libsub-name-perl/debian/watch (added)
+++ trunk/libsub-name-perl/debian/watch Tue Feb 26 09:47:33 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Sub-Name/ .*/Sub-Name-v?(\d.+)\.(?:tar\.gz|tar|tgz)$




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