aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index a1039b0..bb73059 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,10 +47,6 @@ VERSION := $(shell echo '$(DEB_VERSION)' | sed -e 's/[+-].*//' -e 's/~//g')
%:
dh $@ --with autoreconf
-override_dh_autoreconf:
- echo $(VERSION) > .tarball-version
- dh_autoreconf
-
# debmake generated override targets
# Set options for ./configure
#CONFIGURE_FLAGS = <options for ./configure>