summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-07 17:15:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-07 17:15:58 -0400
commit2d7ee3978c6131365712727122a574caffc5e0cb (patch)
treedfda1ddea09a14223f8a7109ed98b9dedca7e1bc /debian
parent08dcd14a28c7e539ed370585fed1a7aeb3eb4117 (diff)
Avoid using runghc when building the Debian package, as that needs ghci.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 57f7223ae..2650ba0ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ git-annex (4.20130406) UNRELEASED; urgency=low
* Adjust preferred content expressions so that content in archive
directories is preferred until it has reached an archive or smallarchive
repository.
+ * Avoid using runghc when building the Debian package, as that needs ghci.
-- Joey Hess <joeyh@debian.org> Sat, 06 Apr 2013 15:24:15 -0400
diff --git a/debian/rules b/debian/rules
index 99bcd6aa0..a0231eb60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# Avoid using cabal, as it writes to $HOME
-export CABAL=runghc Setup.hs
+export CABAL=./Setup
%:
dh $@