r66348 - in /trunk/libconfig-json-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Dec 25 18:34:30 UTC 2010


Author: jawnsy-guest
Date: Sat Dec 25 18:34:23 2010
New Revision: 66348

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66348
Log:
builds lintian clean, dch -r

Modified:
    trunk/libconfig-json-perl/debian/changelog
    trunk/libconfig-json-perl/debian/control
    trunk/libconfig-json-perl/debian/rules

Modified: trunk/libconfig-json-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-json-perl/debian/changelog?rev=66348&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/changelog (original)
+++ trunk/libconfig-json-perl/debian/changelog Sat Dec 25 18:34:23 2010
@@ -1,10 +1,12 @@
-libconfig-json-perl (1.5100-1) UNRELEASED; urgency=low
+libconfig-json-perl (1.5100-1) unstable; urgency=low
 
   * New upstream release
   * Standards-Version 3.9.1 (no changes)
   * Use new 3.0 (quilt) source format
+  * No longer run RELEASE_TESTING tests; drop associated B-C-I
+  * Drop version deps satisfied in oldstable
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 25 Dec 2010 13:27:31 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 25 Dec 2010 13:45:25 -0500
 
 libconfig-json-perl (1.5000-1) unstable; urgency=low
 

Modified: trunk/libconfig-json-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-json-perl/debian/control?rev=66348&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/control (original)
+++ trunk/libconfig-json-perl/debian/control Sat Dec 25 18:34:23 2010
@@ -1,10 +1,9 @@
 Source: libconfig-json-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl, libtest-pod-perl (>= 1.41), libjson-perl (>= 2.16),
- libtest-deep-perl (>= 0.095), libany-moose-perl (>= 0.13)
-Build-Conflicts-Indep: libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libjson-perl (>= 2.16), libtest-deep-perl,
+ libany-moose-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
  Jose Luis Rivas <ghostbar38 at gmail.com>, Jonathan Yu <jawnsy at cpan.org>,
@@ -17,7 +16,7 @@
 Package: libconfig-json-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libjson-perl (>= 2.16),
- libany-moose-perl (>= 0.13)
+ libany-moose-perl
 Description: parser for JSON-based configuration files
  Config::JSON is a Perl module capable of parsing and writing configuration
  files written in JavaScript Object Notation (JSON). It supports arbitrary

Modified: trunk/libconfig-json-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-json-perl/debian/rules?rev=66348&op=diff
==============================================================================
--- trunk/libconfig-json-perl/debian/rules (original)
+++ trunk/libconfig-json-perl/debian/rules Sat Dec 25 18:34:23 2010
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_test:
-	RELEASE_TESTING=1 dh_auto_test




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