r64143 - in /trunk/libtext-patch-perl/debian: changelog control rules

jotamjr-guest at users.alioth.debian.org jotamjr-guest at users.alioth.debian.org
Fri Oct 22 02:37:10 UTC 2010


Author: jotamjr-guest
Date: Fri Oct 22 02:37:02 2010
New Revision: 64143

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64143
Log:
  + debian/control Build depend on debhelper '(>= 7)'
* debian/rules: Use rules tiny version

Modified:
    trunk/libtext-patch-perl/debian/changelog
    trunk/libtext-patch-perl/debian/control
    trunk/libtext-patch-perl/debian/rules

Modified: trunk/libtext-patch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-patch-perl/debian/changelog?rev=64143&op=diff
==============================================================================
--- trunk/libtext-patch-perl/debian/changelog (original)
+++ trunk/libtext-patch-perl/debian/changelog Fri Oct 22 02:37:02 2010
@@ -19,6 +19,8 @@
     will not use 'perl (>=5.8.7)' any more
   * debian/control: Bump Standards Version to 3.9.1 no changes needed.
   * debian/compat: Bump compatibility level to 7
+    + debian/control Build depend on debhelper '(>= 7)'
+  * debian/rules: Use rules tiny version
 
  -- Jotam Jr. Trejo <jotamjr at debian.org.sv>  Thu, 21 Oct 2010 10:27:28 -0600
 

Modified: trunk/libtext-patch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-patch-perl/debian/control?rev=64143&op=diff
==============================================================================
--- trunk/libtext-patch-perl/debian/control (original)
+++ trunk/libtext-patch-perl/debian/control Fri Oct 22 02:37:02 2010
@@ -5,7 +5,7 @@
 Uploaders: Xavier Oswald <x.oswald at free.fr>,
  Jotam Jr. Trejo <jotamjr at debian.org.sv>
 Build-Depends-Indep: perl
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Test-Patch/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-patch-perl/

Modified: trunk/libtext-patch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-patch-perl/debian/rules?rev=64143&op=diff
==============================================================================
--- trunk/libtext-patch-perl/debian/rules (original)
+++ trunk/libtext-patch-perl/debian/rules Fri Oct 22 02:37:02 2010
@@ -1,50 +1,3 @@
 #!/usr/bin/make -f
-
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs ChangeLog
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@




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