r25876 - in /trunk/libjson-perl/debian: changelog compat control libjson-perl.docs rules

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Thu Oct 9 11:18:29 UTC 2008


Author: angelabad-guest
Date: Thu Oct  9 11:18:24 2008
New Revision: 25876

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25876
Log:
Upgrade to debhelper 7 libjson-perl

Added:
    trunk/libjson-perl/debian/libjson-perl.docs
Modified:
    trunk/libjson-perl/debian/changelog
    trunk/libjson-perl/debian/compat
    trunk/libjson-perl/debian/control
    trunk/libjson-perl/debian/rules

Modified: trunk/libjson-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/changelog?rev=25876&op=diff
==============================================================================
--- trunk/libjson-perl/debian/changelog (original)
+++ trunk/libjson-perl/debian/changelog Thu Oct  9 11:18:24 2008
@@ -1,16 +1,4 @@
 libjson-perl (2.12-1) UNRELEASED; urgency=low
-
-	NOTES:
-	- let's wait for Ivan's reply regarding libjson-xs-perl.
-	  if we have JSON::XS >= 2.22: make Recommends versioned and add
-	  libjson-xs-perl to B-D-I
-	- not necessary but recommended:
-	  * switch to debhelper 7 in debian/rules, control, compat
-	  * change to new format in debian/copyright
-	  (dh-make-perl -R -dh7 helps for both)
-	  
-	  -- gregoa
-	
 
   * New upstream release (closes: #501335)
   * Take over for the Debian Perl Group on maintainer's request
@@ -28,8 +16,9 @@
   * Update debian/watch
   * Update debian/rules
   * Add libtest-pod-perl to Build-Depends-Indep
+  * Upgrade to debhelper 7
 
- -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Tue, 07 Oct 2008 09:21:42 +0200
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Thu, 09 Oct 2008 13:17:58 +0200
 
 libjson-perl (2.07-1) unstable; urgency=low
 

Modified: trunk/libjson-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/compat?rev=25876&op=diff
==============================================================================
--- trunk/libjson-perl/debian/compat (original)
+++ trunk/libjson-perl/debian/compat Thu Oct  9 11:18:24 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libjson-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/control?rev=25876&op=diff
==============================================================================
--- trunk/libjson-perl/debian/control (original)
+++ trunk/libjson-perl/debian/control Thu Oct  9 11:18:24 2008
@@ -1,7 +1,7 @@
 Source: libjson-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl (>= 1.00)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>, Ivan Kohler <ivan-debian at 420.am>

Added: trunk/libjson-perl/debian/libjson-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/libjson-perl.docs?rev=25876&op=file
==============================================================================
--- trunk/libjson-perl/debian/libjson-perl.docs (added)
+++ trunk/libjson-perl/debian/libjson-perl.docs Thu Oct  9 11:18:24 2008
@@ -1,0 +1,1 @@
+README

Modified: trunk/libjson-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/rules?rev=25876&op=diff
==============================================================================
--- trunk/libjson-perl/debian/rules (original)
+++ trunk/libjson-perl/debian/rules Thu Oct  9 11:18:24 2008
@@ -1,63 +1,23 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README 
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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