r2362 - packages/libmodule-signature-perl/trunk/debian
Krzysztof Krzyzaniak
eloy at costa.debian.org
Wed Mar 15 17:10:40 UTC 2006
Author: eloy
Date: 2006-03-15 17:10:39 +0000 (Wed, 15 Mar 2006)
New Revision: 2362
Modified:
packages/libmodule-signature-perl/trunk/debian/rules
Log:
eloy: still working
Modified: packages/libmodule-signature-perl/trunk/debian/rules
===================================================================
--- packages/libmodule-signature-perl/trunk/debian/rules 2006-03-15 16:31:10 UTC (rev 2361)
+++ packages/libmodule-signature-perl/trunk/debian/rules 2006-03-15 17:10:39 UTC (rev 2362)
@@ -24,21 +24,15 @@
build: build-stamp
build-stamp:
dh_testdir
-
- # Add here commands to compile the package.
- $(PERL) Makefile.PL INSTALLDIRS=vendor
+ $(PERL) Makefile.PL INSTALLDIRS=vendor -skipdeps
$(MAKE) OPTIMIZE="-O2 -g -Wall"
-
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp
-
- # Add here commands to clean up after the build process.
-$(MAKE) realclean
-
dh_clean
install:
@@ -46,9 +40,6 @@
dh_testroot
dh_clean -k
dh_installdirs
-
- # Add here commands to install the package into debian/tmp.
- #$(MAKE) install DESTDIR=`pwd`/debian/tmp
$(MAKE) install PREFIX=$(TMP)/usr
More information about the Pkg-perl-cvs-commits
mailing list