Changeset 6794 for debian/rules
- Timestamp:
- 09/06/05 15:00:11 (3 years ago)
- Files:
-
- 1 modified
-
debian/rules (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r6790 r6794 1 1 #!/usr/bin/make -f 2 3 include /usr/share/dpatch/dpatch.make 2 4 3 5 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) … … 10 12 11 13 configure: configure-stamp 12 configure-stamp: 14 configure-stamp: patch-stamp 13 15 dh_testdir 14 16 perl Makefile.PL INSTALLDIRS=vendor … … 33 35 touch build-indep-stamp 34 36 35 clean: 37 clean: clean1 unpatch 38 clean1: 36 39 dh_testdir 37 40 dh_testroot … … 103 106 104 107 binary: binary-arch binary-indep 105 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure 108 .PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure patch unpatch clean1
