Codebase list libcrypt-cbc-perl / 7439229
debian/rules: minor update without functional changes. Gregor Herrmann 16 years ago
2 changed file(s) with 8 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release.
33 * Adjust years of copyright in debian/copyright.
4 * debian/rules: minor update without functional changes.
45
5 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 29 Mar 2008 18:00:24 +0100
6 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 29 Mar 2008 18:02:39 +0100
67
78 libcrypt-cbc-perl (2.24-2) unstable; urgency=low
89
1010 # always return the default without waiting for user input.
1111 export PERL_MM_USE_DEFAULT=1
1212
13 PACKAGE=$(shell dh_listpackages)
14
15 ifndef PERL
16 PERL = /usr/bin/perl
17 endif
18
19 TMP =$(CURDIR)/debian/$(PACKAGE)
13 PERL ?= /usr/bin/perl
14 PACKAGE = $(shell dh_listpackages)
15 TMP = $(CURDIR)/debian/$(PACKAGE)
2016
2117 build: build-stamp
2218 build-stamp:
2319 dh_testdir
24
2520 $(PERL) Makefile.PL INSTALLDIRS=vendor
2621 $(MAKE)
2722 $(MAKE) test
28
2923 touch $@
3024
3125 clean:
3226 dh_testdir
3327 dh_testroot
34
3528 dh_clean build-stamp install-stamp
3629 [ ! -f Makefile ] || $(MAKE) realclean
3730
4033 dh_testdir
4134 dh_testroot
4235 dh_clean -k
43
4436 $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
45 [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
46
37 [ ! -d $(TMP)/usr/lib/perl5 ] || \
38 rmdir --ignore-fail-on-non-empty --parents --verbose \
39 $(TMP)/usr/lib/perl5
4740 touch $@
4841
4942 binary-arch:
6356 dh_md5sums
6457 dh_builddeb
6558
66 source diff:
67 @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
68
6959 binary: binary-indep binary-arch
7060 .PHONY: build clean binary-indep binary-arch binary install