r21669 - in /trunk/libcss-tiny-perl/debian: changelog compat control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Jun 15 18:41:40 UTC 2008


Author: dmn
Date: Sun Jun 15 18:41:40 2008
New Revision: 21669

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21669
Log:
replace debian/rules with a 3-liner thanks to debhelper 7

Modified:
    trunk/libcss-tiny-perl/debian/changelog
    trunk/libcss-tiny-perl/debian/compat
    trunk/libcss-tiny-perl/debian/control
    trunk/libcss-tiny-perl/debian/rules

Modified: trunk/libcss-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/changelog?rev=21669&op=diff
==============================================================================
--- trunk/libcss-tiny-perl/debian/changelog (original)
+++ trunk/libcss-tiny-perl/debian/changelog Sun Jun 15 18:41:40 2008
@@ -19,6 +19,7 @@
   * debian/control: drop unnecessary (build-)dependency on
     libextutils-autoinstall-perl and libsort-versions-perl
   * bump standards-version to 3.8.0 (no changes)
+  * replace debian/rules with a 3-liner thanks to debhelper 7
 
  -- Damyan Ivanov <dmn at debian.org>  Sun, 15 Jun 2008 21:08:41 +0300
 

Modified: trunk/libcss-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/compat?rev=21669&op=diff
==============================================================================
--- trunk/libcss-tiny-perl/debian/compat (original)
+++ trunk/libcss-tiny-perl/debian/compat Sun Jun 15 18:41:40 2008
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libcss-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/control?rev=21669&op=diff
==============================================================================
--- trunk/libcss-tiny-perl/debian/control (original)
+++ trunk/libcss-tiny-perl/debian/control Sun Jun 15 18:41:40 2008
@@ -1,7 +1,7 @@
 Source: libcss-tiny-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), perl-modules
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debian.org>, Damyan Ivanov <dmn at debian.org>

Modified: trunk/libcss-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcss-tiny-perl/debian/rules?rev=21669&op=diff
==============================================================================
--- trunk/libcss-tiny-perl/debian/rules (original)
+++ trunk/libcss-tiny-perl/debian/rules Sun Jun 15 18:41:40 2008
@@ -1,56 +1,4 @@
 #!/usr/bin/make -f
-
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="-Wall -O2 -g"
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	-$(MAKE) distclean
-	dh_clean build-stamp install-stamp
-
-install: build install-stamp
-install-stamp:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
-	touch install-stamp
-
 binary-arch:
-# We have nothing to do by default.
-
-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
-
-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
+build binary-indep binary clean:
+	dh $@




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