summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorRichard Hartmann <richih@debian.org>2015-12-15 23:26:04 -0700
committerRichard Hartmann <richih@debian.org>2015-12-15 23:26:04 -0700
commitac12f754a1ad4f7ed57e08893f86e4e2627e3564 (patch)
treeeceae35b2a050af4a2d2a2b5daa72a475f24cd99 /rules
downloadgit-repair-ac12f754a1ad4f7ed57e08893f86e4e2627e3564.tar.gz
Import git-repair_1.20151215-1.debian.tar.xz
[dgit import tarball git-repair 1.20151215-1 git-repair_1.20151215-1.debian.tar.xz]
Diffstat (limited to 'rules')
-rwxr-xr-xrules10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules b/rules
new file mode 100755
index 0000000..4d8fa21
--- /dev/null
+++ b/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+# Avoid using cabal, as it writes to $HOME
+export CABAL=./Setup
+
+# Do use the changelog's version number, rather than making one up.
+export RELEASE_BUILD=1
+
+%:
+ dh $@