r24678 - in /trunk/libtest-exception-perl/debian: changelog control copyright rules

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Thu Aug 28 11:07:42 UTC 2008


Author: jeremiah-guest
Date: Thu Aug 28 11:07:39 2008
New Revision: 24678

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24678
Log:
Added my package changes to the original packaging done by Jay Bonci.

Modified:
    trunk/libtest-exception-perl/debian/changelog
    trunk/libtest-exception-perl/debian/control
    trunk/libtest-exception-perl/debian/copyright
    trunk/libtest-exception-perl/debian/rules

Modified: trunk/libtest-exception-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/changelog?rev=24678&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/changelog (original)
+++ trunk/libtest-exception-perl/debian/changelog Thu Aug 28 11:07:39 2008
@@ -1,3 +1,19 @@
+libtest-exception-perl (0.27-1.1) UNRELEASED; urgency=low
+
+  * debian/control:
+    - more description of package added, taken from CPAN
+    - moved architecture from all to any
+    - added /me to Uploaders
+  * debian/rules:
+    - Now using deb-helper 7 which makes for a much smaller rules
+	file
+  * debian/copyright:
+    - Added myself as copyright holder for packaging 2008
+    - More explicit licensing information included
+    - Adopted the current copyright format specification
+	
+ -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Thu, 28 Aug 2008 12:59:43 +0200
+
 libtest-exception-perl (0.27-1) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libtest-exception-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/control?rev=24678&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/control (original)
+++ trunk/libtest-exception-perl/debian/control Thu Aug 28 11:07:39 2008
@@ -1,24 +1,29 @@
 Source: libtest-exception-perl
 Section: perl
 Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl, perl (>= 5.6.1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
  David Paleino <d.paleino at gmail.com>,
  gregor herrmann <gregor+debian at comodo.priv.at>
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.1),
- libsub-uplevel-perl (>= 0.18), libtest-simple-perl (>= 0.78),
- libpod-coverage-perl, libtest-harness-perl (>= 2.03)
-Standards-Version: 3.7.3
+ Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Test-Exception/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-exception-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/
 
 Package: libtest-exception-perl
-Architecture: all
-Depends: ${perl:Depends}, libsub-uplevel-perl (>= 0.18),
- libtest-simple-perl (>= 0.78)
-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. 
+Architecture: any
+Depends: perl (>= 5.6.1), ${shlibs:Depends}, ${misc:Depends}, libsub-uplevel-perl (>= 0.18)
+Description: a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends.
+ 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.
+ .
+ If you are not already familiar with Test::More now would be the time to go take a look.
+ .
+ You can specify the test plan when you use Test::Exception in the same way as use Test::More.
+ See Test::More for details.
+ .
+ NOTE: Test::Exception only checks for exceptions. It will ignore other methods of stopping 
+ program execution - including exit(). If you have an exit() in evalled code Test::Exception
+ will not catch this with any of its testing functions.

Modified: trunk/libtest-exception-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/copyright?rev=24678&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/copyright (original)
+++ trunk/libtest-exception-perl/debian/copyright Thu Aug 28 11:07:39 2008
@@ -1,24 +1,32 @@
 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/
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Adrian Howard <adrianh at quietstars.com>
+Upstream-Source: http://search.cpan.org/dist/Test-Exception/
+Upstream-Name: Test-Exception
 
-Upstream Author: Adrian Howard <adrianh at quietstars.com> 
+Files: *
+Copyright: Adrian Howard <adrianh at quietstars.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Copyright 2002-2007 Adrian Howard, All Rights Reserved.
+Files: debian/*
+Copyright: 2003 - 2007, Jay Bonci <jay at bonci.com> 
+Copyright: 2008, Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
+License: Artistic | GPL-1+
 
-        This program is free software; you can redistribute it and/or modify
-        it under the terms of either:
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in /usr/share/common-licenses/Artistic
 
-        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
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by 
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libtest-exception-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-exception-perl/debian/rules?rev=24678&op=diff
==============================================================================
--- trunk/libtest-exception-perl/debian/rules (original)
+++ trunk/libtest-exception-perl/debian/rules Thu Aug 28 11:07:39 2008
@@ -1,70 +1,23 @@
 #!/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)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
+	dh install
 	touch $@
 
-binary-arch:
-# We have nothing to do here for an architecture-independent package
+binary-arch: install
+	dh $@
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep:
 
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: binary binary-arch binary-indep install clean build




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