X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=debian%2Frules;h=66b81c2ea961a6ef2a5b51eb4f0147ac2c366f7f;hb=cd6860900b2555e80ea184d8318d417b9bad34cf;hp=f40076d61c9385c33e4d44ab5eab6fa4d4d76539;hpb=856f85b50ee0bf55e54844f13bcb6c705742b073;p=tor-status diff --git a/debian/rules b/debian/rules index f40076d..66b81c2 100755 --- a/debian/rules +++ b/debian/rules @@ -26,8 +26,9 @@ endif config.status: configure dh_testdir # Add here commands to configure the package. - #CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ - # --prefix=/usr + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr --sysconfdir=/etc + build: build-stamp @@ -57,7 +58,6 @@ install: build # Add here commands to install the package into debian/tmp $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install - # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. @@ -67,6 +67,7 @@ binary-arch: install dh_testdir dh_testroot dh_install --sourcedir=debian/tmp + dh_gconf dh_link dh_strip dh_compress