r10351 - in /trunk/libtest-exception-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:18:28 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:18:28 2007
New Revision: 10351

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

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

Added: trunk/libtest-exception-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-exception-perl/debian/changelog?rev=10351&op=file
==============================================================================
--- trunk/libtest-exception-perl/debian/changelog (added)
+++ trunk/libtest-exception-perl/debian/changelog Sat Dec  1 12:18:28 2007
@@ -1,0 +1,37 @@
+libtest-exception-perl (0.25-1) unstable; urgency=low
+
+  * New upstream release
+  * Policy version bump to 3.7.2.2. No other changes
+  * Change to make clean to conditionally ignore errors for lintian
+  * Change build-depends-indep to build-depends for lintian
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 04 Jul 2007 17:37:32 -0400
+
+libtest-exception-perl (0.21-1) unstable; urgency=low
+
+  * New upstream release
+  * Changes Build-Depends to be on libtest-simple-perl (Closes: #356052)
+  * Bump policy-version to 3.6.2.2 (No other changes)
+  * Fixed watchfile so uupdate will work
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue, 14 Mar 2006 13:43:19 -0500
+
+libtest-exception-perl (0.20-2) unstable; urgency=low
+
+  * Removed unneeded Depends/Build-Depends (Closes: #282923)
+    - Graciously spotted by Allard Hoeve
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 29 Dec 2004 00:28:41 -0500
+
+libtest-exception-perl (0.20-1) unstable; urgency=low
+
+  * New upstream version
+  * Fixes debian/watch so uscan will actually work
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon, 11 Oct 2004 01:53:24 -0400
+
+libtest-exception-perl (0.15-1) unstable; urgency=low
+
+  * Initial Release (Closes: #178035)
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed, 27 Aug 2003 00:56:00 -0400

Added: trunk/libtest-exception-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libtest-exception-perl/debian/compat?rev=10351&op=file
==============================================================================
--- trunk/libtest-exception-perl/debian/compat (added)
+++ trunk/libtest-exception-perl/debian/compat Sat Dec  1 12:18:28 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libtest-exception-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-exception-perl/debian/control?rev=10351&op=file
==============================================================================
--- trunk/libtest-exception-perl/debian/control (added)
+++ trunk/libtest-exception-perl/debian/control Sat Dec  1 12:18:28 2007
@@ -1,0 +1,14 @@
+Source: libtest-exception-perl
+Section: perl
+Priority: optional
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Build-Depends: debhelper (>> 4.0.0), perl (>= 5.6.0-16), libsub-uplevel-perl, libtest-simple-perl, libpod-coverage-perl
+Standards-Version: 3.7.2.2
+
+Package: libtest-exception-perl
+Architecture: all
+Depends: ${perl:Depends}, libsub-uplevel-perl, libtest-simple-perl
+Description: Test functions for exception based code in perl
+ This module provides a few convenience methods for testing exception based 
+ code. It is built with Test::Builder and plays happily with Test::More and 
+ friends. 

Added: trunk/libtest-exception-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libtest-exception-perl/debian/copyright?rev=10351&op=file
==============================================================================
--- trunk/libtest-exception-perl/debian/copyright (added)
+++ trunk/libtest-exception-perl/debian/copyright Sat Dec  1 12:18:28 2007
@@ -1,0 +1,23 @@
+This package was debianized by Jay Bonci <jay at bonci.com> on
+Thu, 23 Jan 2003 00:58:23 -0500.
+
+It was downloaded from http://search.cpan.org/dist/Test-Exception/
+
+Upstream Author: Adrian Howard <adrianh at quietstars.com> 
+
+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/libtest-exception-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libtest-exception-perl/debian/rules?rev=10351&op=file
==============================================================================
--- trunk/libtest-exception-perl/debian/rules (added)
+++ trunk/libtest-exception-perl/debian/rules Sat Dec  1 12:18:28 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/libtest-exception-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtest-exception-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libtest-exception-perl/debian/watch?rev=10351&op=file
==============================================================================
--- trunk/libtest-exception-perl/debian/watch (added)
+++ trunk/libtest-exception-perl/debian/watch Sat Dec  1 12:18:28 2007
@@ -1,0 +1,3 @@
+version=2
+http://www.cpan.org/modules/by-module/Test/Test-Exception-([0-9].*)\.tar.gz \
+debian uupdate




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