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

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Wed Oct 8 22:43:45 UTC 2008


Author: angelabad-guest
Date: Wed Oct  8 22:43:42 2008
New Revision: 25874

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25874
Log:
Upgrade to debhelper 7 and switch to unstable

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

Modified: trunk/libjson-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/changelog?rev=25874&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/changelog (original)
+++ trunk/libjson-xs-perl/debian/changelog Wed Oct  8 22:43:42 2008
@@ -1,8 +1,5 @@
-libjson-xs-perl (2.23-1) UNRELEASED; urgency=low
+libjson-xs-perl (2.23-1) unstable; urgency=low
 
-  PLEASE upgrade to dh7, it does work :)
-  (see mail to debian-perl) -- gregoa
-  
   * New upstream release
   * Take over for the Debian Perl Group on maintainer's request
     (http://lists.debian.org/debian-perl/2008/10/msg00010.html)
@@ -17,8 +14,9 @@
   * Update Standards-Version 3.8.0
   * Remove bench from examples because it has circular dependency with
     libjson-perl
+  * Upgrade to debhelper 7
 
- -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Wed, 08 Oct 2008 18:29:03 +0200
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Thu, 09 Oct 2008 00:41:02 +0200
 
 libjson-xs-perl (2.01-1) unstable; urgency=low
 

Modified: trunk/libjson-xs-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/compat?rev=25874&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/compat (original)
+++ trunk/libjson-xs-perl/debian/compat Wed Oct  8 22:43:42 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libjson-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/control?rev=25874&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/control (original)
+++ trunk/libjson-xs-perl/debian/control Wed Oct  8 22:43:42 2008
@@ -1,7 +1,7 @@
 Source: libjson-xs-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), perl (>= 5.8.8)
+Build-Depends: debhelper (>= 7), perl (>= 5.8.8)
 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>
 Standards-Version: 3.8.0

Added: trunk/libjson-xs-perl/debian/libjson-xs-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/libjson-xs-perl.docs?rev=25874&op=file
==============================================================================
--- trunk/libjson-xs-perl/debian/libjson-xs-perl.docs (added)
+++ trunk/libjson-xs-perl/debian/libjson-xs-perl.docs Wed Oct  8 22:43:42 2008
@@ -1,0 +1,1 @@
+README

Modified: trunk/libjson-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-xs-perl/debian/rules?rev=25874&op=diff
==============================================================================
--- trunk/libjson-xs-perl/debian/rules (original)
+++ trunk/libjson-xs-perl/debian/rules Wed Oct  8 22:43:42 2008
@@ -1,76 +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)
-
-# Allow disabling build optimisation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(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)
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/share/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/share/perl5
+	dh install
 	touch $@
 
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do here for an architecture-dependent package
+binary-arch: install
+	dh $@
 
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_shlibdeps
-	dh_strip
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep:
 
-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