[SCM] Debian packaging of HTML-TokeParser-Simple CPAN distribution branch, master, updated. debian/3.15-1-15-g837b9d9
gregor herrmann
gregoa at debian.org
Sat Mar 30 12:38:00 UTC 2013
The following commit has been merged in the master branch:
commit ff1b6b08c708bfe525a0b52553faf27bc7cbc1bd
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Mar 30 13:23:55 2013 +0100
Use tiny debian/rules.
Don't install README anymore.
diff --git a/debian/rules b/debian/rules
index 0451f48..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,50 +1,3 @@
#!/usr/bin/make -f
-
-PERL=/usr/bin/perl
-
-binary: binary-indep
-
-binary-arch:
-
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installdocs README
- dh_installchangelogs Changes
- dh_strip
- dh_fixperms
- dh_compress
- dh_installdeb
- dh_perl
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-install: build
- dh_testdir
- dh_testroot
- dh_installdirs
- $(MAKE) install INSTALLDIRS=vendor PREFIX=$(CURDIR)/debian/libhtml-tokeparser-simple-perl/usr
- rm -rf $(CURDIR)/debian/libhtml-tokeparser-simple-perl/usr/lib # empty
-
-build: configure-stamp build-stamp
-build-stamp:
- dh_testdir
- $(MAKE)
- $(MAKE) test
- touch build-stamp
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- touch configure-stamp
-
-clean:
- dh_testdir
- dh_testroot
- if [ -e Makefile ]; then $(MAKE) -i distclean; fi
- rm -f build-stamp configure-stamp
- dh_clean
-
-.PHONY: binary binary-arch binary-indep install build configure clean
+%:
+ dh $@
--
Debian packaging of HTML-TokeParser-Simple CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list