X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=8ea2a60a74345e9b8f8ce7fe93bbb73290f15026;hb=79501a5462ab29d661cf76f63628bd4616b6ae1b;hp=155a13a86f855cd5db385ac2fe5132aa59999a90;hpb=4d7c4c69a5e0ab16018c2a9325168e363a10084b;p=fw%2Faltos diff --git a/debian/rules b/debian/rules index 155a13a8..8ea2a60a 100755 --- a/debian/rules +++ b/debian/rules @@ -8,11 +8,13 @@ PKG_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)/\1/p') prebuild: dch -v `git describe | tr - +` "build for Debian from git" git commit debian/changelog -m "update Debian changelog for build" + configure: configure-stamp configure-stamp: dh_testdir - ./autogen.sh + ./autogen.sh --prefix=/usr + make ChangeLog touch configure-stamp build: build-stamp @@ -48,7 +50,7 @@ binary-arch: install dh_installchangelogs ChangeLog dh_installdocs dh_installexamples -# dh_install + dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate