Build debian package without using cabal, which writes to HOME. Closes: #704205

This commit is contained in:
Joey Hess 2013-03-29 11:37:25 -04:00
parent 34b03ef47a
commit 65c7fcc77a
3 changed files with 5 additions and 1 deletions

2
debian/changelog vendored
View file

@ -5,6 +5,8 @@ git-annex (4.20130324) UNRELEASED; urgency=low
* webapp: Fix a race that sometimes caused alerts or other notifications
to be missed if they occurred while a page was loading.
* webapp: Progess bar fixes for many types of special remotes.
* Build debian package without using cabal, which writes to HOME.
Closes: #704205
-- Joey Hess <joeyh@debian.org> Mon, 25 Mar 2013 10:21:46 -0400

1
debian/control vendored
View file

@ -4,7 +4,6 @@ Priority: optional
Build-Depends:
debhelper (>= 9),
ghc (>= 7.4),
cabal-install,
libghc-mtl-dev (>= 2.1.1),
libghc-missingh-dev,
libghc-hslogger-dev,

3
debian/rules vendored
View file

@ -1,5 +1,8 @@
#!/usr/bin/make -f
# Avoid using cabal, as it writes to $HOME
export CABAL=runghc Setup.hs
%:
dh $@