r11961 - in /trunk/libjson-any-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Jan 3 23:44:59 UTC 2008


Author: gregoa-guest
Date: Thu Jan  3 23:44:59 2008
New Revision: 11961

URL: http://svn.debian.org/wsvn/?sc=1&rev=11961
Log:
NEEDS 'JSON'   => '2.02'

* debian/rules:
  - only remove /usr/lib/perl5 if it exists
  - don't install README which is just a copy of the POD documentation
* debian/control: bump versioned dependency on libjson-perl

Modified:
    trunk/libjson-any-perl/debian/changelog
    trunk/libjson-any-perl/debian/control
    trunk/libjson-any-perl/debian/rules

Modified: trunk/libjson-any-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libjson-any-perl/debian/changelog?rev=11961&op=diff
==============================================================================
--- trunk/libjson-any-perl/debian/changelog (original)
+++ trunk/libjson-any-perl/debian/changelog Thu Jan  3 23:44:59 2008
@@ -1,6 +1,12 @@
 libjson-any-perl (1.15-1) UNRELEASED; urgency=low
 
+  NEEDS 'JSON'   => '2.02'
+  
   * New upstream release.
+  * debian/rules:
+    - only remove /usr/lib/perl5 if it exists
+    - don't install README which is just a copy of the POD documentation
+  * debian/control: bump versioned dependency on libjson-perl
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 04 Jan 2008 00:35:09 +0100
 

Modified: trunk/libjson-any-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libjson-any-perl/debian/control?rev=11961&op=diff
==============================================================================
--- trunk/libjson-any-perl/debian/control (original)
+++ trunk/libjson-any-perl/debian/control Thu Jan  3 23:44:59 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-7), libjson-perl (>= 2.0.0),
+Build-Depends-Indep: perl (>= 5.8.8-7), libjson-perl (>= 2.02),
  libyaml-syck-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>,
@@ -15,7 +15,7 @@
 
 Package: libjson-any-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libjson-perl (>= 2.0.0) | libyaml-syck-perl
+Depends: ${perl:Depends}, ${misc:Depends}, libjson-perl (>= 2.02) | libyaml-syck-perl
 Description: wrapper class for the various JSON classes
  The JSON::Any module provides a coherent API to bring together the various
  JSON modules currently on CPAN. This module will allow you to code to

Modified: trunk/libjson-any-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libjson-any-perl/debian/rules?rev=11961&op=diff
==============================================================================
--- trunk/libjson-any-perl/debian/rules (original)
+++ trunk/libjson-any-perl/debian/rules Thu Jan  3 23:44:59 2008
@@ -33,7 +33,7 @@
 	dh_testroot
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 	touch install-stamp
 
 binary-arch:
@@ -42,7 +42,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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