diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-03-03 19:19:03 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-03-03 19:19:03 +0100 |
commit | f9f3f3426126f059165a1f37da0ad3ea205fbdd0 (patch) | |
tree | 3b1a690c7cb57888105b066025f4f3f0a392674b /debian/rules | |
parent | 6a1bffbbcf836fbee19693cee54598e737ab709c (diff) |
Replace fixed path with a POSIX-compliant shell function to check the existence of a command
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index cda6224..bd70cb7 100755 --- a/debian/rules +++ b/debian/rules @@ -136,9 +136,6 @@ override_dh_systemd_enable: override_dh_strip: dh_strip --dbg-package=libsane-dbg -override_dh_builddeb: - dh_builddeb -- -Zxz - override_dh_makeshlibs: dpkg-gensymbols -v$(VERSION) -plibsane dh_makeshlibs |