summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules9
1 files changed, 2 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index f09f6b3..28025c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,25 +4,20 @@ include /usr/share/dpkg/default.mk
SHELL := sh -e
-DEV =
-FULLVER = $(DEB_VERSION_UPSTREAM)$(DEV)
-
%:
dh ${@}
clean:
true
-# Override the build step, because we current need to do it manually
-# outside the regular Debian package build.
+# Override the build step, as everything is
+# done on "make install", which is invoked by dh_auto_install
override_dh_auto_build:
true
override_dh_auto_test:
true
override_dh_auto_configure:
true
-override_dh_auto_install:
- dh_install mydest/* /
# Override this step because it's very slow and likely
# unnecessary for us.