[SCM] Debian packaging of liborlite-mirror-perl branch, master, updated. 38b41522e6054066a7b9dcc17997f17991170908

Fabrizio Regalli fabreg at fabreg.it
Thu Aug 11 16:23:55 UTC 2011


The following commit has been merged in the master branch:
commit 38b41522e6054066a7b9dcc17997f17991170908
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Aug 11 18:23:45 2011 +0200

    Fixed some review tasks

diff --git a/debian/changelog b/debian/changelog
index 25b6579..a41d831 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,20 +2,16 @@ liborlite-mirror-perl (1.21-1) UNRELEASED; urgency=low
 
   [ Fabrizio Regalli ]
   TODO:
-  - debian/copyright:
-    + *: 2008-2011
-    + inc/Module/*: 2002-2011
   - tests (some moved to xt/):
-    + remove AUTOMATED_TESTING=1 in d/rules (not used anymore in tests)
-    + remove some unneeded packages (libtest-cpan-meta-perl,
-      libtest-minimumversion-perl, libtest-pod-perl)
 
   * New upstream release
   * Bump to 3.9.2 Standard-Version.
   * Switch d/compat to 8.
   * Build-Depends: switch to debhelper (>= 8).
-  * Add myself to Uploaders.
-  * Add myself to copyright.
+  * Add myself to Uploaders and Copyright.
+  * Removed AUTOMATED_TESTING=1 in d/rules
+  * Removed libtest-cpan-meta-perl, libtest-minimumversion-perl,
+    libtest-pod-perl from dependencies
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
diff --git a/debian/control b/debian/control
index fbd6b01..801232e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: liborlite-mirror-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-cpan-meta-perl, libtest-minimumversion-perl,
- libwww-perl (>= 5.806), libtest-pod-perl (>= 1.26), liborlite-perl (>= 1.37),
+Build-Depends-Indep: perl,
+ libwww-perl (>= 5.806), liborlite-perl (>= 1.37),
  liburi-perl, libparams-util-perl (>= 0.33), libfile-remove-perl (>= 1.42),
  perl (>= 5.10.1) | libio-compress-bzip2-perl (>= 2.008), liblwp-online-perl,
  libfile-sharedir-perl (>= 1), libfile-homedir-perl (>= 0.69),
diff --git a/debian/copyright b/debian/copyright
index 33ce324..5746d15 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Source: http://search.cpan.org/dist/ORLite-Mirror/
 Name: ORLite-Mirror
 
 Files: *
-Copyright: 2008-2010, Adam Kennedy <adamk at cpan.org>
+Copyright: 2008-2011, Adam Kennedy <adamk at cpan.org>
 License: Artistic or GPL-1+
 
 Files: inc/Module/*
-Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+Copyright: 2002-2011, Adam Kennedy <adamk at cpan.org>
  2002-2010, Audrey Tang <autrijus at autrijus.org>
  2002-2010, Brian Ingerson <ingy at cpan.org>
 License: Artistic or GPL-1+
diff --git a/debian/rules b/debian/rules
index 63b7057..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_test:
-	HOME=$(CURDIR)/debian AUTOMATED_TESTING=1 dh_auto_test

-- 
Debian packaging of liborlite-mirror-perl



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