]> git.deb.at Git - pkg/mmv.git/commitdiff
Use dh_install
authorAxel Beckert <abe@deuxchevaux.org>
Sun, 16 Sep 2012 16:09:32 +0000 (18:09 +0200)
committerAxel Beckert <abe@deuxchevaux.org>
Sun, 16 Sep 2012 17:14:59 +0000 (19:14 +0200)
debian/install [new file with mode: 0644]
debian/rules

diff --git a/debian/install b/debian/install
new file mode 100644 (file)
index 0000000..17f805d
--- /dev/null
@@ -0,0 +1 @@
+usr/bin/mmv
index d7a5458090cccae6d461676238e4acb785f6333d..a92ecf6ae79d2a9eaa42e280eaa472f41395f966 100755 (executable)
@@ -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;\