respond, close bad bug
This commit is contained in:
parent
869614bb73
commit
a2e399a4c0
3 changed files with 21 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -98,7 +98,7 @@ docs: mans
|
|||
--exclude='users/*' --exclude='devblog/*' --exclude='thanks'
|
||||
|
||||
clean:
|
||||
$(BUILDER) clean
|
||||
if [ "$(BUILDER)" != ./Setup ]; then $(BUILDER) clean; fi
|
||||
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
|
||||
doc/.ikiwiki html dist tags Build/SysConfig.hs \
|
||||
Setup Build/InstallDesktopFile Build/EvilSplicer \
|
||||
|
|
|
@ -63,3 +63,6 @@ index e6ee592..3345fee 100755
|
|||
git-annex has been a great way for me to explore both Haskell and software packaging.
|
||||
|
||||
I enjoyed the interview on LWN.
|
||||
|
||||
> I don't think this is a bug, I think build dependencies were not
|
||||
> installed when building the package. [[done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2016-01-20T18:36:57Z"
|
||||
content="""
|
||||
"cabal: not found"
|
||||
|
||||
Since cabal-install is a build-dependency of the package, why is cabal not
|
||||
available?
|
||||
|
||||
The debian package builds just fine here. I diagnose that the problem is on
|
||||
your build system.
|
||||
|
||||
All your patch is doing is modifying it to not build the package using
|
||||
cabal. But, debian/cabal-wrapper's comments explain why we need to use
|
||||
cabal.
|
||||
"""]]
|
Loading…
Reference in a new issue