r28888 - in /trunk/libextutils-pkgconfig-perl/debian: changelog compat control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Dec 29 00:50:50 UTC 2008


Author: ryan52-guest
Date: Mon Dec 29 00:50:47 2008
New Revision: 28888

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28888
Log:
dh 7

Modified:
    trunk/libextutils-pkgconfig-perl/debian/changelog
    trunk/libextutils-pkgconfig-perl/debian/compat
    trunk/libextutils-pkgconfig-perl/debian/control
    trunk/libextutils-pkgconfig-perl/debian/rules

Modified: trunk/libextutils-pkgconfig-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-pkgconfig-perl/debian/changelog?rev=28888&op=diff
==============================================================================
--- trunk/libextutils-pkgconfig-perl/debian/changelog (original)
+++ trunk/libextutils-pkgconfig-perl/debian/changelog Mon Dec 29 00:50:47 2008
@@ -12,8 +12,9 @@
   * Add me to uploaders, remove old maintainer(s)
   * fix watch file
   * New upstream release
+  * dh 7
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 02:19:54 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 16:50:33 -0800
 
 libextutils-pkgconfig-perl (1.11-1) unstable; urgency=low
 

Modified: trunk/libextutils-pkgconfig-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-pkgconfig-perl/debian/compat?rev=28888&op=diff
==============================================================================
--- trunk/libextutils-pkgconfig-perl/debian/compat (original)
+++ trunk/libextutils-pkgconfig-perl/debian/compat Mon Dec 29 00:50:47 2008
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libextutils-pkgconfig-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-pkgconfig-perl/debian/control?rev=28888&op=diff
==============================================================================
--- trunk/libextutils-pkgconfig-perl/debian/control (original)
+++ trunk/libextutils-pkgconfig-perl/debian/control Mon Dec 29 00:50:47 2008
@@ -1,7 +1,7 @@
 Source: libextutils-pkgconfig-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0-16), pkg-config
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>

Modified: trunk/libextutils-pkgconfig-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-pkgconfig-perl/debian/rules?rev=28888&op=diff
==============================================================================
--- trunk/libextutils-pkgconfig-perl/debian/rules (original)
+++ trunk/libextutils-pkgconfig-perl/debian/rules Mon Dec 29 00:50:47 2008
@@ -1,80 +1,23 @@
 #!/usr/bin/make -f
-# 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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-# Allow disabling build optimation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-
-	
-	# Add here commands to compile the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)"
-
-	touch build-stamp
+	dh build
+	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
+	dh $@
 
-	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) distclean
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
 
-	dh_clean build-stamp
+binary-arch:
 
-install: 
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
+binary-indep: install
+	dh $@
 
-	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+binary: binary-arch binary-indep
 
-	#As this is a architecture independent package, we are not supposed to install
-	#stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl 
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build




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