Rev 61 | Rev 69 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 61 | Rev 68 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | 18 | ||
19 | config.status: configure |
19 | config.status: configure |
20 | dh_testdir |
20 | dh_testdir |
21 | # Add here commands to configure the package. |
21 | # Add here commands to configure the package. |
22 | dh_autotools-dev_updateconfig |
22 | dh_autotools-dev_updateconfig |
23 | ./configure --prefix=/usr $(buildflags) |
23 | ./configure --enable-perl --prefix=/usr $(buildflags) |
24 | 24 | ||
25 | build: build-arch |
25 | build: build-arch |
26 | build-indep: |
26 | build-indep: |
27 | build-arch: build-arch-stamp |
27 | build-arch: build-arch-stamp |
28 | build-arch-stamp: config.status |
28 | build-arch-stamp: config.status |
Line 45... | Line 45... | ||
45 | install: build-arch |
45 | install: build-arch |
46 | dh_testdir |
46 | dh_testdir |
47 | dh_testroot |
47 | dh_testroot |
48 | dh_prep |
48 | dh_prep |
49 | 49 | ||
50 | $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp |
50 | $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp INSTALLDIRS=vendor |
51 | 51 | ||
52 | binary-arch: install |
52 | binary-arch: install |
53 | dh_testdir |
53 | dh_testdir |
54 | dh_testroot |
54 | dh_testroot |
55 | dh_install -a |
55 | dh_install -a |
Line 58... | Line 58... | ||
58 | mv debian/spfquery/usr/sbin/spfd debian/spfquery/usr/sbin/spfd.$(SOURCE_PACKAGE) |
58 | mv debian/spfquery/usr/sbin/spfd debian/spfquery/usr/sbin/spfd.$(SOURCE_PACKAGE) |
59 | dh_installdocs -a --link-doc=$(LIB_PACKAGE) |
59 | dh_installdocs -a --link-doc=$(LIB_PACKAGE) |
60 | dh_installchangelogs -a |
60 | dh_installchangelogs -a |
61 | dh_installman -a |
61 | dh_installman -a |
62 | dh_strip -a --dbg-package=$(LIB_PACKAGE)-dbg |
62 | dh_strip -a --dbg-package=$(LIB_PACKAGE)-dbg |
- | 63 | dh_perl -a |
|
63 | dh_compress -a |
64 | dh_compress -a |
64 | dh_fixperms -a |
65 | dh_fixperms -a |
65 | dh_makeshlibs -V '$(LIB_PACKAGE) (>= 1.2.9)' |
66 | dh_makeshlibs -V '$(LIB_PACKAGE) (>= 1.2.9)' |
66 | dh_installdeb -a |
67 | dh_installdeb -a |
67 | dh_shlibdeps -a |
68 | dh_shlibdeps -a |