From 837fd02949f06cdb663c717615cb887605b5b6f1 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 16 Sep 2012 18:14:47 +0200 Subject: [PATCH] Use dh_installdirs --- debian/dirs | 1 + debian/rules | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 debian/dirs diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..e772481 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/bin diff --git a/debian/rules b/debian/rules index a92ecf6..6736aa8 100755 --- a/debian/rules +++ b/debian/rules @@ -53,9 +53,7 @@ binary-arch: build # Makes a binary package. /bin/rm -rf debian/tmp test -f stamp-build || $(MAKE) -f debian/rules build - install -d -g root -m 755 -o root debian/tmp - chmod g-s debian/tmp - install -d -g root -m 755 -o root debian/tmp/DEBIAN + dh_installdirs dh_install dh_strip dh_installman -- 2.39.2