r10165 - in /trunk/libexception-class-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 11:56:28 UTC 2007


Author: vdanjean
Date: Sat Dec  1 11:56:28 2007
New Revision: 10165

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

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

Added: trunk/libexception-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libexception-class-perl/debian/changelog?rev=10165&op=file
==============================================================================
--- trunk/libexception-class-perl/debian/changelog (added)
+++ trunk/libexception-class-perl/debian/changelog Sat Dec  1 11:56:28 2007
@@ -1,0 +1,61 @@
+libexception-class-perl (1.23-1) unstable; urgency=low
+
+  * New upstream release (Closes: #392322)
+  * Policy version bump. No other changes
+  * Changed Build-Depends-Indep to Build-Depends
+
+ -- Jay Bonci <jaybonci at debian.org>  Mon,  4 Dec 2006 01:27:53 -0500
+
+libexception-class-perl (1.21-1) unstable; urgency=low
+
+  * New upstream release
+  * Policy version bump. No other changes
+
+ -- Jay Bonci <jaybonci at debian.org>  Wed,  8 Jun 2005 13:53:11 -0400
+
+libexception-class-perl (1.20-1) unstable; urgency=low
+
+  * New upstream release
+  * New Maintainer (Closes: #291647)
+  * Bumped policy-version to 3.6.1.0 (No other changes)
+  * Changed Build-Depends to Build-Depends-Indep
+  * Changed to my Module::Build rules template
+  * Added download URL to copyright file
+
+ -- Jay Bonci <jaybonci at debian.org>  Tue,  8 Feb 2005 16:53:15 -0500
+
+libexception-class-perl (1.19-2) unstable; urgency=low
+
+  * Update libdevel-stacktrace-perl dependancy (closes: Bug#268355).
+  * Add watch file for uscan
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Fri, 27 Aug 2004 03:16:49 -0700
+
+libexception-class-perl (1.19-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sat,  7 Aug 2004 20:36:45 -0700
+
+libexception-class-perl (1.16-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Wed,  1 Oct 2003 05:04:47 -0700
+
+libexception-class-perl (1.12-1) unstable; urgency=low
+
+  * New upstream version (closes: Bug#192842).
+  * Fix README.Debian vs. copyright pedantry
+  * Fix binary-arch vs. binary-indep build targets
+  * Update to debhelper compat level 4
+  * Change section from interpreters to perl
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sun, 11 May 2003 13:15:16 -0700
+
+libexception-class-perl (1.01-1) unstable; urgency=low
+
+  * Initial Release (closes: #152846).
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Sat, 13 Jul 2002 06:36:08 -0700
+

Added: trunk/libexception-class-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libexception-class-perl/debian/compat?rev=10165&op=file
==============================================================================
--- trunk/libexception-class-perl/debian/compat (added)
+++ trunk/libexception-class-perl/debian/compat Sat Dec  1 11:56:28 2007
@@ -1,0 +1,1 @@
+4

Added: trunk/libexception-class-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libexception-class-perl/debian/control?rev=10165&op=file
==============================================================================
--- trunk/libexception-class-perl/debian/control (added)
+++ trunk/libexception-class-perl/debian/control Sat Dec  1 11:56:28 2007
@@ -1,0 +1,22 @@
+Source: libexception-class-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4), perl (>= 5.6.0-17), libclass-data-inheritable-perl, libdevel-stacktrace-perl (>= 1.07), libmodule-build-perl
+Maintainer: Jay Bonci <jaybonci at debian.org>
+Standards-Version: 3.7.2
+
+Package: libexception-class-perl
+Architecture: all
+Depends: ${perl:Depends}, libclass-data-inheritable-perl, libdevel-stacktrace-perl (>= 1.07)
+Description:  a module that allows you to declare real exception classes in Perl
+ Exception::Class allows you to declare exceptions in your modules in a
+ manner similar to how exceptions are declared in Java.
+ .
+ It features a simple interface allowing programmers to 'declare'
+ exception classes at compile time.  It also has a base exception
+ class, Exception::Class::Base, that can be used for classes stored in
+ files (aka modules ;) ) that are subclasses.
+ .
+ It is designed to make structured exception handling simpler and
+ better by encouraging people to use hierarchies of exceptions in their
+ applications.

Added: trunk/libexception-class-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libexception-class-perl/debian/copyright?rev=10165&op=file
==============================================================================
--- trunk/libexception-class-perl/debian/copyright (added)
+++ trunk/libexception-class-perl/debian/copyright Sat Dec  1 11:56:28 2007
@@ -1,0 +1,16 @@
+This is the debian package for the Exception::Class module.
+It was created by Ivan Kohler <ivan-debian at 420.am> using dh-make-perl.
+
+You can download this from:
+	http://search.cpan.org/dist/Exception-Class
+
+Copyright (c) 2000 Dave Rolsky
+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 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'.
+

Added: trunk/libexception-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libexception-class-perl/debian/rules?rev=10165&op=file
==============================================================================
--- trunk/libexception-class-perl/debian/rules (added)
+++ trunk/libexception-class-perl/debian/rules Sat Dec  1 11:56:28 2007
@@ -1,0 +1,55 @@
+#!/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 Build.PL installdirs=vendor
+clean:
+	dh_testdir
+	dh_testroot
+
+	-./Build clean
+	rm -rf ./Build _build
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	
+	./Build test
+	./Build install destdir=$(CURDIR)/debian/$(PACKAGE)
+	-find $(CURDIR)/debian -type d | xargs rmdir -p --ignore-fail-on-non-empty
+
+binary-indep:;
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs Changes
+	dh_installexamples
+	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/libexception-class-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libexception-class-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libexception-class-perl/debian/watch?rev=10165&op=file
==============================================================================
--- trunk/libexception-class-perl/debian/watch (added)
+++ trunk/libexception-class-perl/debian/watch Sat Dec  1 11:56:28 2007
@@ -1,0 +1,7 @@
+# watch control file for uscan
+# you can run the "uscan" command
+# to check for upstream updates and more.
+# Site          Directory               Pattern                 Version Script
+version=2
+ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Exception/Exception-Class-([\d\.]+)\.tar\.gz \
+  debian uupdate




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