r60329 - in /trunk/libtest-subcalls-perl/debian: changelog control copyright rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Jul 15 14:11:50 UTC 2010


Author: ansgar-guest
Date: Thu Jul 15 14:11:30 2010
New Revision: 60329

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60329
Log:
* Team Upload.
* Do not run author tests. See also #589052.
  * Remove build-dep on libtest-cpan-meta-perl, libtest-pod-perl,
    libpod-simple-perl, libtest-minimumversion-perl.
* Use source format 3.0 (quilt).
* debian/copyright: Formatting changes for current DEP-5 proposal.
* Bump Standards-Version to 3.9.0.

Added:
    trunk/libtest-subcalls-perl/debian/source/
    trunk/libtest-subcalls-perl/debian/source/format
Modified:
    trunk/libtest-subcalls-perl/debian/changelog
    trunk/libtest-subcalls-perl/debian/control
    trunk/libtest-subcalls-perl/debian/copyright
    trunk/libtest-subcalls-perl/debian/rules

Modified: trunk/libtest-subcalls-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-subcalls-perl/debian/changelog?rev=60329&op=diff
==============================================================================
--- trunk/libtest-subcalls-perl/debian/changelog (original)
+++ trunk/libtest-subcalls-perl/debian/changelog Thu Jul 15 14:11:30 2010
@@ -1,4 +1,6 @@
-libtest-subcalls-perl (1.09-2) UNRELEASED; urgency=low
+libtest-subcalls-perl (1.09-2) unstable; urgency=low
+
+  * Team Upload.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
@@ -8,7 +10,15 @@
   [ Ryan Niebur ]
   * Update jawnsy's email address
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:19:52 -0700
+  [ Ansgar Burchardt ]
+  * Do not run author tests. See also #589052.
+    * Remove build-dep on libtest-cpan-meta-perl, libtest-pod-perl,
+      libpod-simple-perl, libtest-minimumversion-perl.
+  * Use source format 3.0 (quilt).
+  * debian/copyright: Formatting changes for current DEP-5 proposal.
+  * Bump Standards-Version to 3.9.0.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 15 Jul 2010 23:10:56 +0900
 
 libtest-subcalls-perl (1.09-1) unstable; urgency=low
 

Modified: trunk/libtest-subcalls-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-subcalls-perl/debian/control?rev=60329&op=diff
==============================================================================
--- trunk/libtest-subcalls-perl/debian/control (original)
+++ trunk/libtest-subcalls-perl/debian/control Thu Jul 15 14:11:30 2010
@@ -2,12 +2,10 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libhook-lexwrap-perl (>= 0.20),
- libtest-cpan-meta-perl, libtest-pod-perl (>= 1.26),
- libpod-simple-perl (>= 3.07), libtest-minimumversion-perl
+Build-Depends-Indep: perl, libhook-lexwrap-perl (>= 0.20)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.2
+Standards-Version: 3.9.0
 Homepage: http://search.cpan.org/dist/Test-SubCalls/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-subcalls-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-subcalls-perl/

Modified: trunk/libtest-subcalls-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-subcalls-perl/debian/copyright?rev=60329&op=diff
==============================================================================
--- trunk/libtest-subcalls-perl/debian/copyright (original)
+++ trunk/libtest-subcalls-perl/debian/copyright Thu Jul 15 14:11:30 2010
@@ -1,24 +1,20 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Adam Kennedy <adamk at cpan.org>
-Upstream-Source: http://search.cpan.org/dist/Test-SubCalls/
-Upstream-Name: Test-SubCalls
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Adam Kennedy <adamk at cpan.org>
+Source: http://search.cpan.org/dist/Test-SubCalls/
+Name: Test-SubCalls
 
-Files: *
 Copyright: 2005-2009, Adam Kennedy <adamk at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: inc/Module/*
 Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
  2002-2009, Audrey Tang <autrijus at autrijus.org>
  2002-2009, Brian Ingerson <ingy at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify

Modified: trunk/libtest-subcalls-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-subcalls-perl/debian/rules?rev=60329&op=diff
==============================================================================
--- trunk/libtest-subcalls-perl/debian/rules (original)
+++ trunk/libtest-subcalls-perl/debian/rules Thu Jul 15 14:11:30 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	AUTOMATED_TESTING=1 dh $@
+	dh $@

Added: trunk/libtest-subcalls-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-subcalls-perl/debian/source/format?rev=60329&op=file
==============================================================================
--- trunk/libtest-subcalls-perl/debian/source/format (added)
+++ trunk/libtest-subcalls-perl/debian/source/format Thu Jul 15 14:11:30 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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