X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Frules;h=7788bcdbc15314d063c25737932f3ed5fed70de5;hb=497e9ea5f7047181b6b102828a56bb3dadf8e0ae;hp=2d33f6ac8992b7da84b39a5bca0742c4962d3349;hpb=6d24f07c19ab9342e7905f2c806bcf05ac6c5406;p=debian%2Fcpmtools diff --git a/debian/rules b/debian/rules index 2d33f6a..7788bcd 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,14 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --without autoreconf + +override_dh_auto_configure: + dh_auto_configure -- --datarootdir=/etc/cpmtools --with-libdsk=/usr + +override_dh_auto_install: + make install \ + DESTDIR=$(CURDIR)/debian/cpmtools \ + AM_UPDATE_INFO_DIR=no \ + 'INSTALL=install --strip-program=true' +