Codebase list libcgi-xmlform-perl / d4ab948
debian/rules: Remove obsolete variable definitions Axel Beckert 10 years ago
2 changed file(s) with 2 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
4242 + Drop obsolete dh_clean stamp files parameters
4343 + Drop obsolete dh_installchangelogs parameter
4444 + Move dh_install{examples,docs} parameters to debian/{examples,docs}
45 + Remove obsolete variable definitions
4546
4647 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 09 Oct 2007 22:27:55 +0200
4748
55
66 # Uncomment this to turn on verbose mode.
77 #export DH_VERBOSE=1
8
9 # If set to a true value then MakeMaker's prompt function will
10 # always return the default without waiting for user input.
11 export PERL_MM_USE_DEFAULT=1
12
13 PERL ?= /usr/bin/perl
14 PACKAGE = $(shell dh_listpackages)
15 TMP = $(CURDIR)/debian/$(PACKAGE)
168
179 build: build-arch build-indep
1810 build-arch: build-stamp
3628 dh_testroot
3729 dh_prep
3830 dh_auto_install
39 $(RM) $(TMP)/usr/share/perl5/CGI/example.pl
31 $(RM) debian/libcgi-xmlform-perl/usr/share/perl5/CGI/example.pl
4032 touch $@
4133
4234 binary-arch: