diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2011-11-16 00:03:23 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2011-11-16 00:03:23 +0400 |
commit | 2c93d92d22c83a3a3aa9174db78ed9f47a226914 (patch) | |
tree | 6a6af99b290ea0cd876d578d4bbd18510e238023 | |
parent | 1861445153e4a97ea4153f8ce6b2395ea00d91f7 (diff) | |
download | open-axiom-debian-2c93d92d22c83a3a3aa9174db78ed9f47a226914.tar.gz |
Do not use --list-missing for dh_install
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 64b8bc6..2979f84 100755 --- a/debian/rules +++ b/debian/rules @@ -72,13 +72,12 @@ ifeq ($(LISP), sbcl) else dh_install -p open-axiom usr/lib/open-axiom/algebra/*.o endif - dh_install --list-missing + dh_install override_dh_installman: debian/open-axiom.1 dh_installman -# AXIOMsys seems already stripped, -# and dh_strip breaks it +# AXIOMsys seems already stripped, and dh_strip breaks it: override_dh_strip: dh_strip -X AXIOMsys |