Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 67 → Rev 68

/trunk/debian/rules
20,7 → 20,7
dh_testdir
# Add here commands to configure the package.
dh_autotools-dev_updateconfig
./configure --prefix=/usr $(buildflags)
./configure --enable-perl --prefix=/usr $(buildflags)
 
build: build-arch
build-indep:
47,7 → 47,7
dh_testroot
dh_prep
 
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp INSTALLDIRS=vendor
 
binary-arch: install
dh_testdir
60,6 → 60,7
dh_installchangelogs -a
dh_installman -a
dh_strip -a --dbg-package=$(LIB_PACKAGE)-dbg
dh_perl -a
dh_compress -a
dh_fixperms -a
dh_makeshlibs -V '$(LIB_PACKAGE) (>= 1.2.9)'