r27611 - in /trunk/libhtml-parser-perl/debian: changelog compat control docs examples rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Dec 1 21:44:44 UTC 2008


Author: dmn
Date: Mon Dec  1 21:44:41 2008
New Revision: 27611

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27611
Log:
adopt debelper 7; adjust rules, control and compat

Added:
    trunk/libhtml-parser-perl/debian/docs
    trunk/libhtml-parser-perl/debian/examples
Modified:
    trunk/libhtml-parser-perl/debian/changelog
    trunk/libhtml-parser-perl/debian/compat
    trunk/libhtml-parser-perl/debian/control
    trunk/libhtml-parser-perl/debian/rules

Modified: trunk/libhtml-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/changelog?rev=27611&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/debian/changelog (original)
+++ trunk/libhtml-parser-perl/debian/changelog Mon Dec  1 21:44:41 2008
@@ -3,6 +3,7 @@
   * Take over for the Debian Perl Group with eloy's permission
   * New upstream release
     + bump years of copyright
+  * adopt debelper 7; adjust rules, control and compat
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 01 Dec 2008 23:15:48 +0200
 

Modified: trunk/libhtml-parser-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/compat?rev=27611&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/debian/compat (original)
+++ trunk/libhtml-parser-perl/debian/compat Mon Dec  1 21:44:41 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libhtml-parser-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/control?rev=27611&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/debian/control (original)
+++ trunk/libhtml-parser-perl/debian/control Mon Dec  1 21:44:41 2008
@@ -3,7 +3,7 @@
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Kenneth J. Pronovici <pronovic at debian.org>, Florian Ragwitz <rafl at debianforum.de>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8.1), libhtml-tagset-perl, libtest-pod-perl, liburi-perl
+Build-Depends: debhelper (>= 7), perl (>= 5.8.1), libhtml-tagset-perl, libtest-pod-perl, liburi-perl
 Standards-Version: 3.7.2.1
 
 Package: libhtml-parser-perl

Added: trunk/libhtml-parser-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/docs?rev=27611&op=file
==============================================================================
--- trunk/libhtml-parser-perl/debian/docs (added)
+++ trunk/libhtml-parser-perl/debian/docs Mon Dec  1 21:44:41 2008
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libhtml-parser-perl/debian/examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/examples?rev=27611&op=file
==============================================================================
--- trunk/libhtml-parser-perl/debian/examples (added)
+++ trunk/libhtml-parser-perl/debian/examples Mon Dec  1 21:44:41 2008
@@ -1,0 +1,1 @@
+eg/*

Modified: trunk/libhtml-parser-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-parser-perl/debian/rules?rev=27611&op=diff
==============================================================================
--- trunk/libhtml-parser-perl/debian/rules (original)
+++ trunk/libhtml-parser-perl/debian/rules Mon Dec  1 21:44:41 2008
@@ -1,53 +1,24 @@
 #!/usr/bin/make -f
 
-PERL=/usr/bin/perl
-
-binary: binary-arch
-
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs TODO
-	chmod a+x eg/hform
-	dh_installexamples eg/hanchors eg/hform eg/hrefsub eg/hstrip eg/htext eg/htextsub eg/htitle
-	dh_installchangelogs Changes
-	dh_strip
-	dh_fixperms
-	dh_compress
-	dh_installdeb
-	dh_perl
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-indep: 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_installdirs
-	$(MAKE) install INSTALLDIRS=vendor PREFIX=$(CURDIR)/debian/libhtml-parser-perl/usr
-	rm -rf debian/libhtml-parser-perl/usr/share/perl5
-
-build: configure-stamp build-stamp
+build: build-stamp
 build-stamp:
-	dh_testdir
-	$(MAKE) OPTIMIZE="-O2 -g -Wall"
-	$(MAKE) test
-	touch build-stamp
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	touch configure-stamp
+	dh build
+	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
-	rm -f build-stamp configure-stamp
-	dh_clean 
+	dh $@
 
-.PHONY: binary binary-arch binary-indep install build configure clean
+install: install-stamp
+install-stamp: build-stamp
+	chmod a+x eg/hform
+	dh install
+	touch $@
+
+binary-arch: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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