r10321 - in /trunk/libsub-uplevel-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:15:37 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:15:37 2007
New Revision: 10321

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

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

Added: trunk/libsub-uplevel-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/changelog?rev=10321&op=file
==============================================================================
--- trunk/libsub-uplevel-perl/debian/changelog (added)
+++ trunk/libsub-uplevel-perl/debian/changelog Sat Dec  1 12:15:37 2007
@@ -1,0 +1,53 @@
+libsub-uplevel-perl (0.14-1) unstable; urgency=low
+
+  * New upstream release
+  * Fixed watchfile so uscan will work
+  * Ack'd NMU. Thanks Gunnar. (Closes: #363009)
+  * Bumped standards version to 3.7.2.2 (No other changes)
+  * Minor fix to rules file to only conditionally ignore make clean errors for lintian
+  * Build-Depends-Indep to Build-Depends to satisfy lintian
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 03 Jul 2007 13:15:38 -0400
+
+libsub-uplevel-perl (0.09-2.1) unstable; urgency=low
+
+  * Non-Maintainer Upload by Gunnar Wolf
+  * Applied patch by Martin Ferrari, checking for definedness (which was
+    in turn breaking other packates). (Closes: #363009)
+  * Bumped up standards-version to 3.6.2
+
+ -- Gunnar Wolf <gwolf at debian.org>  Fri, 21 Apr 2006 12:21:46 -0500
+
+libsub-uplevel-perl (0.09-2) unstable; urgency=low
+
+  * Fixed watch file so uscan will actually work
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed,  6 Oct 2004 03:06:39 -0400
+
+libsub-uplevel-perl (0.09-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon, 19 Jul 2004 08:20:07 -0400
+
+libsub-uplevel-perl (0.08-1) unstable; urgency=low
+
+  * New Upstream Version.
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon, 17 Nov 2003 11:05:53 -0500
+
+libsub-uplevel-perl (0.07-2) unstable; urgency=low
+
+  * Updated maintainer address
+  * Bumped up policy version (no other changes)
+  * Added watch file
+  * Changed copyright url to be not dependant on the module version
+  * Added compat file per debhelper best practices
+
+ -- Jay Bonci <jaybonci at debian.org>  Fri, 10 Oct 2003 14:31:20 -0400
+
+libsub-uplevel-perl (0.07-1) unstable; urgency=low
+
+  * Initial Release (Closes: #178018)
+
+ -- Jay Bonci <jay at bonci.com>  Wed,  16 July 2003 08:58:18 -0500

Added: trunk/libsub-uplevel-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/compat?rev=10321&op=file
==============================================================================
--- trunk/libsub-uplevel-perl/debian/compat (added)
+++ trunk/libsub-uplevel-perl/debian/compat Sat Dec  1 12:15:37 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libsub-uplevel-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/control?rev=10321&op=file
==============================================================================
--- trunk/libsub-uplevel-perl/debian/control (added)
+++ trunk/libsub-uplevel-perl/debian/control Sat Dec  1 12:15:37 2007
@@ -1,0 +1,15 @@
+Source: libsub-uplevel-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Build-Depends: debhelper (>> 4.0.0), perl (>= 5.6.0-16)
+Standards-Version: 3.7.2.2
+
+Package: libsub-uplevel-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Sub::Uplevel - safe call stack spoofing for perl
+ Sub::Uplevel from CPAN provides a safe implementation similar to Tcl's
+ uplevel() function. It allows you to safely fool the caller() into 
+ thinking it's in a different part of the stack, without knowing that
+ it is being wrapped.

Added: trunk/libsub-uplevel-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/copyright?rev=10321&op=file
==============================================================================
--- trunk/libsub-uplevel-perl/debian/copyright (added)
+++ trunk/libsub-uplevel-perl/debian/copyright Sat Dec  1 12:15:37 2007
@@ -1,0 +1,23 @@
+This package was debianized by Jay Bonci <jay at bonci.com> on
+Thu, 23 Jan 2003 01:04:47 -0500.
+
+It was downloaded from: http://search.cpan.org/dist/Sub-Uplevel
+
+Upstream Author: Michael G. Schwern <mschwern at cpan.org>
+
+Copyright:
+        This program is free software; you can redistribute it and/or modify
+        it under the terms of either:
+
+        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"
+
+        See:
+
+        /usr/share/common-licenses/Artistic
+        /usr/share/common-licenses/GPL
+
+        For more information regarding these licensing options

Added: trunk/libsub-uplevel-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/rules?rev=10321&op=file
==============================================================================
--- trunk/libsub-uplevel-perl/debian/rules (added)
+++ trunk/libsub-uplevel-perl/debian/rules Sat Dec  1 12:15:37 2007
@@ -1,0 +1,53 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+# export DH_COMPAT=4
+
+PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
+
+
+build:
+	dh_testdir
+	# Add here commands to compile the package.
+	perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	[ ! -f Makefile ] || $(MAKE) clean
+	rm -f Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) PREFIX=$(CURDIR)/debian/$(PACKAGE)/usr OPTIMIZE="-O2 -g -Wall" test install
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:;
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

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

Added: trunk/libsub-uplevel-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libsub-uplevel-perl/debian/watch?rev=10321&op=file
==============================================================================
--- trunk/libsub-uplevel-perl/debian/watch (added)
+++ trunk/libsub-uplevel-perl/debian/watch Sat Dec  1 12:15:37 2007
@@ -1,0 +1,3 @@
+version=2
+http://www.cpan.org/modules/by-module/Sub/Sub-Uplevel-([0-9].*)\.tar.gz \
+ debian uupdate




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