From b3c938a3cca4233847b268ed46dcdc84c3c83c88 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 16 Sep 2012 18:09:32 +0200 Subject: [PATCH] Use dh_install --- debian/install | 1 + debian/rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 debian/install diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..17f805d --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +usr/bin/mmv diff --git a/debian/rules b/debian/rules index d7a5458..a92ecf6 100755 --- a/debian/rules +++ b/debian/rules @@ -56,8 +56,7 @@ binary-arch: 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 - install -d -g root -m 755 -o root debian/tmp/usr/bin - install -g root -o root -m 755 mmv debian/tmp/usr/bin + dh_install dh_strip dh_installman (cd debian/tmp/usr/bin;\ -- 2.39.2