[SCM] Debian packaging of Data::Printer branch, master, updated. 0b59ab728d7188a797f29382ba57fc49ff48ca24

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Jan 12 23:42:57 UTC 2012


The following commit has been merged in the master branch:
commit 0b59ab728d7188a797f29382ba57fc49ff48ca24
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Fri Jan 13 00:34:38 2012 +0100

    fix TODO items, release to unstable
    
    - Test::More is indeed only used for build testing
    - libterm-ansicolor-perl was needed for a local squeeze-backport, but
        unlikely to be useful for Debian
    - DBI* is not used or required by this module; rather, Data::Printer
        matches those strings against the class of the objects it gets
        handed, I believe

diff --git a/debian/changelog b/debian/changelog
index 7ca4e00..b29a3b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,5 @@
-libdata-printer-perl (0.26-1) UNRELEASED; urgency=low
-
-  TODO:
-  d/control: Test::More in Depends seems weird; and DBIx* might be missing
-  there? and I don't see libterm-ansicolor-perl in debian?!
+libdata-printer-perl (0.26-1) unstable; urgency=low
 
   * Initial Release. (Closes: #637558)
 
- -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Wed, 11 Jan 2012 22:55:23 +0100
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Fri, 13 Jan 2012 00:33:13 +0100
diff --git a/debian/control b/debian/control
index ff7b68b..9df69db 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,7 @@ Build-Depends-Indep: libcapture-tiny-perl,
  libhash-fieldhash-perl,
  libmoose-perl (>= 0.81),
  libsort-naturally-perl,
- perl (>= 5.13.3) | libterm-ansicolor-perl (>= 3),
- perl,
+ perl (>= 5.13.3),
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-printer-perl.git
@@ -28,8 +27,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libhash-fieldhash-perl,
  libmoose-perl (>= 0.81),
  libsort-naturally-perl,
- perl (>= 5.13.3) | libterm-ansicolor-perl (>= 3),
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+ perl (>= 5.13.3)
 Description: colored pretty-printer of Perl data structures and objects
  Data::Printer is a tool designed to display Perl variables and objects on
  screen, properly formatted for inspection by a human being.

-- 
Debian packaging of Data::Printer



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