diff -r ab747c27a38b -r e2e657251d08 debian/rules --- a/debian/rules Wed Oct 28 23:00:02 2009 +0100 +++ b/debian/rules Sat Nov 21 22:03:50 2009 +0100 @@ -11,14 +11,12 @@ - - configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. - - touch configure-stamp + ./configure --prefix=/usr + touch $@ build: build-stamp @@ -27,7 +25,7 @@ dh_testdir # Add here commands to compile the package. - $(MAKE) + chmod +x ftbackup #docbook-to-man debian/ftbackup.sgml > ftbackup.1 touch $@ @@ -51,6 +49,8 @@ # Add here commands to install the package into debian/ftbackup. $(MAKE) DESTDIR=$(CURDIR)/debian/ftbackup install + install -d $(CURDIR)/debian/ftbackup/etc/ftbackup + install -m 0600 ftbackup.conf.example $(CURDIR)/debian/ftbackup/etc/ftbackup/default # Build architecture-independent files here. binary-indep: build install @@ -78,7 +78,7 @@ dh_link dh_strip dh_compress - dh_fixperms + dh_fixperms -X default # dh_perl # dh_makeshlibs dh_installdeb