r28898 - in /trunk/libgnome2-print-perl/debian: changelog compat control rules
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Mon Dec 29 01:18:16 UTC 2008
Author: ryan52-guest
Date: Mon Dec 29 01:18:13 2008
New Revision: 28898
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28898
Log:
debhelper 7
Modified:
trunk/libgnome2-print-perl/debian/changelog
trunk/libgnome2-print-perl/debian/compat
trunk/libgnome2-print-perl/debian/control
trunk/libgnome2-print-perl/debian/rules
Modified: trunk/libgnome2-print-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/changelog?rev=28898&op=diff
==============================================================================
--- trunk/libgnome2-print-perl/debian/changelog (original)
+++ trunk/libgnome2-print-perl/debian/changelog Mon Dec 29 01:18:13 2008
@@ -12,8 +12,9 @@
* Add me to uploaders, remove old maintainer(s)
* fix watch file (Closes: #449919)
* New upstream release
+ * debhelper 7
- -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 28 Dec 2008 11:21:01 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 28 Dec 2008 17:18:05 -0800
libgnome2-print-perl (0.95.1-1) unstable; urgency=low
Modified: trunk/libgnome2-print-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/compat?rev=28898&op=diff
==============================================================================
--- trunk/libgnome2-print-perl/debian/compat (original)
+++ trunk/libgnome2-print-perl/debian/compat Mon Dec 29 01:18:13 2008
@@ -1,1 +1,1 @@
-4
+7
Modified: trunk/libgnome2-print-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/control?rev=28898&op=diff
==============================================================================
--- trunk/libgnome2-print-perl/debian/control (original)
+++ trunk/libgnome2-print-perl/debian/control Mon Dec 29 01:18:13 2008
@@ -1,7 +1,7 @@
Source: libgnome2-print-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7), libextutils-depends-perl, libextutils-pkgconfig-perl, libglib-perl (>= 1.040), libgtk2-perl (>= 1.040), libgnome2-perl, libgnome2-dev, libgnomeui-dev, libgnomeprint2.2-dev (>= 2.2), libgnomeprintui2.2-dev (>= 2.2)
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libextutils-depends-perl, libextutils-pkgconfig-perl, libglib-perl (>= 1.040), libgtk2-perl (>= 1.040), libgnome2-perl, libgnome2-dev, libgnomeui-dev, libgnomeprint2.2-dev (>= 2.2), libgnomeprintui2.2-dev (>= 2.2)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
Standards-Version: 3.6.2
Modified: trunk/libgnome2-print-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-print-perl/debian/rules?rev=28898&op=diff
==============================================================================
--- trunk/libgnome2-print-perl/debian/rules (original)
+++ trunk/libgnome2-print-perl/debian/rules Mon Dec 29 01:18:13 2008
@@ -1,78 +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)
-
-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
- rm -f build-stamp
+ dh $@
- # Add here commands to clean up after the build process.
- -$(MAKE) realclean
+install: install-stamp
+install-stamp: build-stamp
+ dh install
+ touch $@
- dh_clean
+binary-arch: install
+ dh $@
-install:
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
+binary-indep:
- $(MAKE) install PREFIX=$(TMP)/usr
+binary: binary-arch binary-indep
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installdocs README
- dh_installexamples
- dh_installchangelogs ChangeLog
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_makeshlibs
- dh_installdeb
- dh_perl
- dh_shlibdeps
- 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