--- haskell-cabal-install-0.8.0.orig/debian/rules +++ haskell-cabal-install-0.8.0/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk + +build/cabal-install:: build-ghc6-stamp + +binary-post-install/cabal-install:: + dh_bash-completion --- haskell-cabal-install-0.8.0.orig/debian/watch +++ haskell-cabal-install-0.8.0/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|cabal-install-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/cabal-install \ + ([\d\.]*\d)/ --- haskell-cabal-install-0.8.0.orig/debian/control +++ haskell-cabal-install-0.8.0/debian/control @@ -0,0 +1,32 @@ +Source: haskell-cabal-install +Priority: extra +Section: haskell +Maintainer: Debian Haskell Group +Uploaders: Iain Lane +Build-Depends: debhelper (>= 7.0), + haskell-devscripts (>= 0.7), + cdbs, + bash-completion (>= 1.0), + ghc6 (>= 6.8), + libghc6-http-dev (>= 40000002), + libghc6-http-dev (<< 40000100), + libghc6-network-dev (>= 1), + libghc6-network-dev (<< 3), + libghc6-zlib-dev (>= 0.4), + libghc6-zlib-dev (<< 0.6) +Standards-Version: 3.8.4 +Homepage: http://www.haskell.org/cabal/ +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cabal-install +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cabal-install + +Package: cabal-install +Architecture: any +Depends: ${shlibs:Depends}, + ${haskell:Depends}, + ${misc:Depends} +Recommends: ${haskell:Recommends}, ghc6 +Suggests: ${haskell:Suggests} +Description: command-line interface for Cabal and Hackage + The 'cabal' command-line program simplifies the process of managing + Haskell software by automating the fetching, configuration, compilation + and installation of Haskell libraries and programs. --- haskell-cabal-install-0.8.0.orig/debian/cabal-install.bash-completion +++ haskell-cabal-install-0.8.0/debian/cabal-install.bash-completion @@ -0,0 +1 @@ +bash-completion/cabal --- haskell-cabal-install-0.8.0.orig/debian/cabal-install.install +++ haskell-cabal-install-0.8.0/debian/cabal-install.install @@ -0,0 +1 @@ +dist-ghc6/build/cabal/cabal usr/bin --- haskell-cabal-install-0.8.0.orig/debian/copyright +++ haskell-cabal-install-0.8.0/debian/copyright @@ -0,0 +1,123 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/?rev=59&sc=1 +Name: cabal-install +Maintainer: cabal-devel@haskell.org +Source: http://hackage.haskell.org/package/cabal-install + +Files: cabal-install.cabal +Copyright: 2005, Lemmih + 2006, Paolo Martini + 2007, Bjorn Bringert + 2007, Isaac Potoczny-Jones + 2008, Duncan Coutts +License: Other + +Files: bash-completion/* +Copyright: 2007-2008, Lennart Kolmodin + Duncan Coutts + +Files: Distribution/Client/Types.hs, + Distribution/Client/Setup.hs, + Distribution/Client/Config.hs, + Distribution/Client/Install.hs, + Distribution/Client/Fetch.hs, + Distribution/Client/Update.hs, + Main.hs +Copyright: 2005, David Himmelstrup +License: Other + +Files: Distribution/Client/Check.hs +Copyright: 2008, Lennart Kolmodin +License: Other + +Files: Distribution/Client/BuildReports/Types.hs +Copyright: 2009, Duncan Coutts +License: Other + +Files: Distribution/Client/BuildReports/Storage.hs, + Distribution/Client/BuildReports/Anonymous.hs +Copyright: 2008, David Waern +License: Other + +Files: Distribution/Client/Unpack.hs +Copyright: 2008, Andrea Vezzosi +License: Other + +Files: Distribution/Client/InstallSymlink.hs, + Distribution/Client/IndexUtils.hs, + Distribution/Client/Dependency/Types.hs, + Distribution/Client/Dependency/TopDown.hs, + Distribution/Client/Dependency/TopDown/Types.hs, + Distribution/Client/Dependency/TopDown/Constraints.hs, + Distribution/Client/InstallPlan.hs, + Distribution/Client/Win32SelfUpgrade.hs +Copyright: 2008, Duncan Coutts +License: Other + +Files: Distribution/Client/List.hs +Copyright: 2005, David Himmelstrup + 2008-2009, Duncan Coutts +License: Other + +Files: Distribution/Client/Configure.hs +Copyright: 2005, David Himmelstrup + 2005, Duncan Coutts +License: Other + +Files: Distribution/Client/Tar.hs +Copyright: 2007, Bjorn Bringert + 2008, Andrea Vezzosi + 2008, Duncan Coutts +License: Other + +Files: Distribution/Client/Dependency.hs +Copyright: 2005, David Himmelstrup + 2007, Bjorn Bringert + 2008, Duncan Coutts +License: Other + +Files: Distribution/Client/SetupWrapper.hs +Copyright: 2006, The University of Glasgow + 2008, Duncan Coutts +License: Other + +Files: Distribution/Client/Dependency/Bogus.hs +Copyright: 2005, David Himmelstrup + 2007, Bjorn Bringert + 2008, Duncan Coutts +License: Other + +License: Other + Copyright (c) 2003-2008, Isaac Jones, Simon Marlow, Martin Sjögren, + Bjorn Bringert, Krasimir Angelov, + Malcolm Wallace, Ross Patterson, + Lemmih, Paolo Martini, Don Stewart, + Duncan Coutts + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are + met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + * Neither the name of Isaac Jones nor the names of other + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- haskell-cabal-install-0.8.0.orig/debian/compat +++ haskell-cabal-install-0.8.0/debian/compat @@ -0,0 +1 @@ +7 \ No newline at end of file --- haskell-cabal-install-0.8.0.orig/debian/changelog +++ haskell-cabal-install-0.8.0/debian/changelog @@ -0,0 +1,28 @@ +haskell-cabal-install (0.8.0-1) unstable; urgency=low + + [ Iain Lane ] + * debian/copyright: Add missing entries for Main.hs and bash-completion/ + * debian/control: Add GHC6 to recommends - commandline tool cannot be used + for its main purpose (building & installing packages) without this. + + [ Marco Túlio Gontijo e Silva ] + * debian/control: Change Priority: to extra. + * debian/watch: Use format that works for --download-current-version. + * debian/watch: Add .tar.gz to downloaded filename. + * debian/watch: Include package name in downloaded .tar.gz. + * debian/watch: Remove spaces, since they're not allowed by uscan. + * debian/control: Add Vcs-Darcs: field. + * debian/control: Use Vcs-Browser: field. + * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. + + [ Joachim Breitner ] + * New upstream version + * Bump haskell-devscripts dependency to 0.7 + + -- Joachim Breitner Mon, 15 Feb 2010 09:16:20 +0100 + +haskell-cabal-install (0.6.2-1) unstable; urgency=low + + * Initial release (Closes: #537549) + + -- Iain Lane Mon, 21 Sep 2009 13:22:15 +0100