r25031 - in /trunk/libtest-block-perl/debian: changelog control copyright rules

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Fri Sep 12 08:28:51 UTC 2008


Author: jeremiah-guest
Date: Fri Sep 12 08:28:40 2008
New Revision: 25031

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25031
Log:
Addressed all the points in the TODO that was placed in the changelog.

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

Modified: trunk/libtest-block-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/debian/changelog?rev=25031&op=diff
==============================================================================
--- trunk/libtest-block-perl/debian/changelog (original)
+++ trunk/libtest-block-perl/debian/changelog Fri Sep 12 08:28:40 2008
@@ -1,15 +1,12 @@
-libtest-block-perl (0.11-1) UNRELEASED; urgency=low
- 
-  TODO:
-  - add years of upstream copyright to debian/copyright
-  - move libtest-exception-perl from Build-Depends to Build-Depends-Indep and
-    probably make the dependency versioned like in Depends
-  - s/This module/Test::Block/ in long description
-  - change architecture to all (at least I don't see any compiled stuff)
-    and exchange binary-indep and binary-arch in debian/rules
-    and remove ${shlibs:Depends} from Depends
-  - I don't think libmodule-build-perl is really used during the build
-  
+libtest-block-perl (0.11-1) unstable; urgency=low
+	
   * Initial Release, closes: #494664
+  * Added dates to upstream copyright
+  * Moved libtest-exception-perl to Build-Depends-Indep
+  * Clarified long description
+  * Changed architecture from any to all 
+  * Exchanged binary-indep with	binary-arch in debian/rules
+  * Removed ${shlibs:Depends} in d/control
+  * libmodule-build-perl is not used during the build 
 
- -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Thu, 11 Sep 2008 18:42:00 +0200
+ -- Jeremiah C. Foster <jeremiah at jeremiahfoster.com>  Fri, 12 Sep 2008 10:27:41 +0200

Modified: trunk/libtest-block-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/debian/control?rev=25031&op=diff
==============================================================================
--- trunk/libtest-block-perl/debian/control (original)
+++ trunk/libtest-block-perl/debian/control Fri Sep 12 08:28:40 2008
@@ -1,8 +1,8 @@
 Source: libtest-block-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), libtest-exception-perl, libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.6.1)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.1), libtest-exception-perl (>= 0.15)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jeremiah C. Foster <jeremiah at jeremiahfoster.com>
 Standards-Version: 3.8.0
@@ -11,10 +11,10 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/
 
 Package: libtest-block-perl
-Architecture: any
-Depends: perl (>= 5.6.1), ${shlibs:Depends}, ${misc:Depends}, libtest-exception-perl (>= 0.15)
+Architecture: all
+Depends: perl (>= 5.6.1), ${misc:Depends}, libtest-exception-perl (>= 0.15)
 Description: Specify tests with a finer granularity
- This module allows you to specify the number of expected tests at a finer 
+ Test::Block allows one to specify the number of expected tests at a finer 
  level of granularity than an entire test script. It is built with 
  Test::Builder and plays happily with Test::More and friends.
  .

Modified: trunk/libtest-block-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/debian/copyright?rev=25031&op=diff
==============================================================================
--- trunk/libtest-block-perl/debian/copyright (original)
+++ trunk/libtest-block-perl/debian/copyright Fri Sep 12 08:28:40 2008
@@ -5,7 +5,7 @@
 Upstream-Name: Test-Block
 
 Files: *
-Copyright: Adrian Howard <adrianh at quietstars.com>
+Copyright: 2003 - 2006 Adrian Howard <adrianh at quietstars.com>
 License-Alias: Perl
 License: Artistic | GPL-1+
 

Modified: trunk/libtest-block-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-block-perl/debian/rules?rev=25031&op=diff
==============================================================================
--- trunk/libtest-block-perl/debian/rules (original)
+++ trunk/libtest-block-perl/debian/rules Fri Sep 12 08:28:40 2008
@@ -13,10 +13,10 @@
 	dh install
 	touch $@
 
-binary-arch: install
+binary-indep: install
 	dh $@
 
-binary-indep:
+binary-arch:
 
 binary: binary-arch binary-indep
 




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