r28907 - in /trunk/libgtk2-perl/debian: changelog compat control rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Dec 29 01:33:38 UTC 2008


Author: ryan52-guest
Date: Mon Dec 29 01:33:33 2008
New Revision: 28907

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

Modified:
    trunk/libgtk2-perl/debian/changelog
    trunk/libgtk2-perl/debian/compat
    trunk/libgtk2-perl/debian/control
    trunk/libgtk2-perl/debian/rules

Modified: trunk/libgtk2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/changelog?rev=28907&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/changelog (original)
+++ trunk/libgtk2-perl/debian/changelog Mon Dec 29 01:33:33 2008
@@ -14,8 +14,9 @@
   * New upstream release (Closes: #504062)
     - refreshed quilt patches
   * add README.source
-
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 12:01:22 -0800
+  * debhelper 7
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 28 Dec 2008 17:33:11 -0800
 
 libgtk2-perl (1:1.190-1) unstable; urgency=low
 

Modified: trunk/libgtk2-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/compat?rev=28907&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/compat (original)
+++ trunk/libgtk2-perl/debian/compat Mon Dec 29 01:33:33 2008
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libgtk2-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/control?rev=28907&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/control (original)
+++ trunk/libgtk2-perl/debian/control Mon Dec 29 01:33:33 2008
@@ -1,7 +1,7 @@
 Source: libgtk2-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2), quilt (>= 0.40), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl (>= 1.03), libgtk2.0-dev (>= 2.6.0), libglib-perl (>= 1:1.211), libcairo-perl (>= 1.00), xvfb, xauth, xfonts-base, hicolor-icon-theme
+Build-Depends: debhelper (>= 7), quilt (>= 0.40), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.300), libextutils-pkgconfig-perl (>= 1.03), libgtk2.0-dev (>= 2.6.0), libglib-perl (>= 1:1.211), libcairo-perl (>= 1.00), xvfb, xauth, xfonts-base, hicolor-icon-theme
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.0

Modified: trunk/libgtk2-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/rules?rev=28907&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/rules (original)
+++ trunk/libgtk2-perl/debian/rules Mon Dec 29 01:33:33 2008
@@ -1,94 +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
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
 
-include /usr/share/quilt/quilt.make
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/tmp
-
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)"
-	
-	touch build-stamp
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	
-	[ ! -f Makefile ] || $(MAKE) realclean
-	
-	dh_clean build-stamp install-stamp
+clean:
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	
-	xvfb-run -a $(MAKE) test
-	
-	$(MAKE) install PREFIX=$(TMP)/usr
-	touch install-stamp
+	dh install
+	touch $@
 
-# Build architecture-independent files here.
-binary-indep: install
-	dh_testdir -i
-	dh_testroot -i
-	dh_install -i --sourcedir=debian/tmp	
-	dh_installdocs -i
-	dh_installexamples  -i
-	dh_installchangelogs -i ChangeLog
-	dh_link -i
-	dh_fixperms -i
-	dh_strip -i
-	dh_compress -i
-	dh_installdeb -i
-	dh_perl  -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
+binary-arch: install
+	dh $@
 
-# Build architecture-dependent files here.
-binary-arch: install
-	dh_testdir -a
-	dh_testroot -a
-	dh_install -a --sourcedir=debian/tmp
-	dh_installdocs -a
-	dh_installchangelogs -a ChangeLog
-	dh_link -a
-	dh_fixperms -a
-	dh_strip -a
-	dh_compress -a
-	dh_makeshlibs -a
-	dh_installdeb -a
-	dh_perl  -a
-	dh_shlibdeps -a
-	dh_gencontrol -a
-	dh_md5sums -a
-	dh_builddeb -a
+binary-indep:
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean clean-unpatched patch unpatch binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build




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