debian/0000755000000000000000000000000012147642733007177 5ustar debian/watch0000644000000000000000000000034612036247260010224 0ustar 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)/ debian/control0000644000000000000000000000264112147624236010603 0ustar Source: haskell-cabal-install Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Iain Lane Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.13), cdbs, bash-completion (>= 1.0), ghc, libghc-http-dev (>= 1:4000.0.2), libghc-http-dev (<< 1:4001), libghc-network-dev (>= 1), libghc-network-dev (<< 3), libghc-random-dev (>= 1), libghc-random-dev (<< 1.1), libghc-zlib-dev (>= 0.4), libghc-zlib-dev (<< 0.6), libghc-mtl-dev (>= 2.0), libghc-mtl-dev (<< 3) Standards-Version: 3.9.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}, ghc 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. debian/rules0000755000000000000000000000031412036247260010246 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk build/cabal-install:: build-ghc-stamp binary-post-install/cabal-install:: dh_bash-completion debian/patches/0000755000000000000000000000000012036247260010617 5ustar debian/patches/DontSuggestUpgrading.patch0000644000000000000000000000213312036247260015746 0ustar # Description: Don't suggest upgrading cabal-install using cabal install # In debian, this is not the recommended way of upgrading cabal-install. # Author: Marco Túlio Gontijo e Silva # Bug-Debian: http://bugs.debian.org/617467 # Forwarded: not-needed # Last-Update: 2011-05-22 # Applied-Upstream: no Index: haskell-cabal-install-0.14.0/Distribution/Client/Update.hs =================================================================== --- haskell-cabal-install-0.14.0.orig/Distribution/Client/Update.hs 2012-04-17 17:17:31.000000000 +0200 +++ haskell-cabal-install-0.14.0/Distribution/Client/Update.hs 2012-04-18 10:17:50.000000000 +0200 @@ -46,9 +46,7 @@ update verbosity [] = do warn verbosity $ "No remote package servers have been specified. Usually " ++ "you would have one specified in the config file." -update verbosity repos = do - mapM_ (updateRepo verbosity) repos - checkForSelfUpgrade verbosity repos +update verbosity repos = mapM_ (updateRepo verbosity) repos updateRepo :: Verbosity -> Repo -> IO () updateRepo verbosity repo = case repoKind repo of debian/patches/series0000644000000000000000000000003312036247260012030 0ustar DontSuggestUpgrading.patch debian/changelog0000644000000000000000000000570312147642733011056 0ustar haskell-cabal-install (1.16.0.2-2) unstable; urgency=low * Enable compat level 9 -- Joachim Breitner Fri, 24 May 2013 12:50:03 +0200 haskell-cabal-install (1.16.0.2-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Sun, 02 Dec 2012 21:36:02 +0100 haskell-cabal-install (0.14.0-2) unstable; urgency=low * Add forgotten build-dependencies on libghc-random-dev * Update my email address to d.o -- Iain Lane Wed, 18 Apr 2012 10:08:34 +0100 haskell-cabal-install (0.14.0-1) unstable; urgency=low * New upstream release (Closes: #666359) -- Joachim Breitner Wed, 18 Apr 2012 10:16:22 +0200 haskell-cabal-install (0.10.2-3) unstable; urgency=low * Actually apply the patch that Closes: #617467 -- Joachim Breitner Wed, 15 Jun 2011 14:42:48 +0200 haskell-cabal-install (0.10.2-2) unstable; urgency=low * Fix "unsatisfied versioned build dep on libghc-http-dev" by updating the dependency constraint of libghc-http-dev to (<< 1:4001). (Closes: #626772) * Fix "Debian's cabal-install should not recomment updating cabal- install" by adding a patch that removes this recommendation. (Closes: #617467) * control: Bump Standards-Version (no changes needed). -- Marco Túlio Gontijo e Silva Tue, 31 May 2011 10:59:21 -0300 haskell-cabal-install (0.10.2-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release (Closes: #616732) -- Joachim Breitner Sun, 27 Mar 2011 11:31:35 +0530 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 debian/source/0000755000000000000000000000000012036247260010470 5ustar debian/source/format0000644000000000000000000000001412036247260011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147620562010371 0ustar 9 debian/cabal-install.bash-completion0000644000000000000000000000002612036247260014702 0ustar bash-completion/cabal debian/copyright0000644000000000000000000001052312036247260011124 0ustar 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. debian/cabal-install.install0000644000000000000000000000004312036247260013263 0ustar dist-ghc/build/cabal/cabal usr/bin