Codebase list libfile-remove-perl / 13e93a8
debian/rules: - Remove comments and empty lines. - Make install-stamp depend on build-stamp. - Remove commented out dh_installexamples. - Enable more tests (and add libtest-pod-perl to Build-Depends-Indep in debian/control). Gregor Herrmann 16 years ago
3 changed file(s) with 12 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release.
33 * Update debian/watch.
4 * debian/rules:
5 - Remove comments and empty lines.
6 - Make install-stamp depend on build-stamp.
7 - Remove commented out dh_installexamples.
8 - Enable more tests (and add libtest-pod-perl to Build-Depends-Indep in
9 debian/control).
410
511 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 17 Nov 2007 21:10:06 +0100
612
11 Section: perl
22 Priority: optional
33 Build-Depends: debhelper (>= 5.0.0)
4 Build-Depends-Indep: perl (>= 5.8.0-7)
4 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl
55 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
66 Uploaders: Gunnar Wolf <gwolf@debian.org>,
77 Gustavo Franco <stratus@debian.org>,
88 Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
9 Damyan Ivanov <dmn@debian.org>
9 Damyan Ivanov <dmn@debian.org>,
10 gregor herrmann <gregor+debian@comodo.priv.at>
1011 Standards-Version: 3.7.2.1
1112 Homepage: http://search.cpan.org/dist/File-Remove/
1213 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-remove-perl/
2121 build: build-stamp
2222 build-stamp:
2323 dh_testdir
24
25 # Add commands to compile the package here
2624 $(PERL) Makefile.PL INSTALLDIRS=vendor
2725 $(MAKE)
28 $(MAKE) test
29
26 AUTOMATED_TESTING=1 $(MAKE) test
3027 touch build-stamp
3128
3229 clean:
3835 # Add commands to clean up after the build process here
3936 [ ! -f Makefile ] || $(MAKE) distclean
4037
41 install: build install-stamp
42 install-stamp:
38 install: install-stamp
39 install-stamp: build-stamp
4340 dh_testdir
4441 dh_testroot
4542 dh_clean -k
46
47 # Add commands to install the package into debian/$PACKAGE_NAME here
4843 $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
4944
5045 # As this is a architecture independent package, we are not
6055 binary-indep: build install
6156 dh_testdir
6257 dh_testroot
63 # dh_installexamples
6458 dh_installdocs README
6559 dh_installchangelogs Changes
6660 dh_perl