Build debian package without using cabal, which writes to HOME. Closes: #704205
This commit is contained in:
parent
34b03ef47a
commit
65c7fcc77a
3 changed files with 5 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
1
debian/control
vendored
|
@ -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
3
debian/rules
vendored
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
# Avoid using cabal, as it writes to $HOME
|
||||
export CABAL=runghc Setup.hs
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue