Skip to content
Snippets Groups Projects
Commit 961f05f8 authored by Isaac Potoczny-Jones's avatar Isaac Potoczny-Jones
Browse files

bumped to version 0.4, working on make deb rule

parent e472043c
No related branches found
No related tags found
No related merge requests found
Name: Cabal
Version: 0.3
Version: 0.4
Copyright: 2003-2005, Isaac Jones
Build-Depends: base, util
License: BSD3
......
CABALVERSION=0.4
GHCFLAGS= --make -W -fno-warn-unused-matches -cpp
# later: -Wall
PREF=/usr/local
......@@ -118,15 +119,21 @@ pushdist: pushall dist
scp /tmp/cabal-code.tgz ijones@www.haskell.org:~/cabal/cabal-code.tgz
# rm -f /tmp/cabal-code.tgz
deb: dist
cd $(TMPDISTLOC) && ln -s $(CABALBALL) haskell-cabal_$(CABALVERSION).orig.tar.gz
cd $(TMPDISTLOC) && tar -zxvf $(CABALBALL)
mv $(TMPDISTLOC)/cabal $(TMPDISTLOC)/haskell-cabal-$(CABALVERSION)
cd $(TMPDISTLOC)/haskell-cabal-$(CABALVERSION) && debuild
$(CABALBALL):
rm -rf /tmp/cabal* /tmp/Cabal*
rm -rf $(TMPDISTLOC)
darcs dist
mv Cabal.tar.gz $(CABALBALL)
TMPDISTLOC=/tmp/cabaldist
dist: haddock $(CABALBALL)
rm -rf /tmp/cabal* /tmp/Cabal*
rm -rf $(TMPDISTLOC)
mkdir $(TMPDISTLOC)
mv $(CABALBALL) $(TMPDISTLOC)
cd $(TMPDISTLOC) && tar -zxvf $(CABALBALL) && mv Cabal cabal
......@@ -135,6 +142,6 @@ dist: haddock $(CABALBALL)
cd ~/usr/doc/haskell/haskell-report/packages && docbook2html -o /tmp/pkg-spec-html pkg-spec.sgml && docbook2pdf pkg-spec.sgml -o /tmp
cp -r /tmp/pkg-spec{-html,.pdf} $(TMPDISTLOC)/cabal/doc
cd $(TMPDISTLOC) && tar -zcvf /tmp/cabal-code.tgz cabal
cd $(TMPDISTLOC) && tar -zcvf $(CABALBALL) cabal
# rm -f /tmp/Cabal.tar.gz
# rm -rf /tmp/cabal
-*-change-log-*-
0.3 Isaac Jones <ijones@syntaxpolice.org> Sun Jan 16 2005
0.4 Isaac Jones <ijones@syntaxpolice.org> Sun Jan 16 2005
* Much thanks to all the awesome fptools hackers who have been
working hard to build the Haskell Cabal!
......@@ -57,6 +57,10 @@
** The preprocessors have been tested a bit more, and seem to work
OK. Please give feedback if you use these.
0.3 Isaac Jones <ijones@syntaxpolice.org> Sun Jan 16 2005
* Unstable snapshot release
* From now on, stable releases are even.
0.2 Isaac Jones <ijones@syntaxpolice.org>
* Adds more HUGS support and preprocessor support.
haskell-cabal (0.3-1) unstable; urgency=low
haskell-cabal (0.4-1) unstable; urgency=low
* new upstream version. see upstream changelog for more info.
* some interface changes, see upstream changelog.
......
......@@ -20,7 +20,7 @@ set -e
case "$1" in
remove|upgrade|deconfigure)
/usr/lib/ghc-6.2.2/bin/ghc-pkg-6.2.2 -r Cabal
rm /usr/lib/haskell-packages/ghc6/lib/Cabal-0.3/HSCabal*.o
rm /usr/lib/haskell-packages/ghc6/lib/Cabal-0.4/HSCabal*.o
# install-info --quiet --remove /usr/info/missingh.info.gz
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment