--- haskell-diff-0.1.2.orig/debian/rules +++ haskell-diff-0.1.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk --- haskell-diff-0.1.2.orig/debian/watch +++ haskell-diff-0.1.2/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|Diff-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/Diff \ + ([\d\.]*\d)/ --- haskell-diff-0.1.2.orig/debian/control +++ haskell-diff-0.1.2/debian/control @@ -0,0 +1,71 @@ +Source: haskell-diff +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Chris Lamb +Build-Depends: debhelper (>= 7) + , cdbs + , haskell-devscripts (>= 0.7) + , ghc6 + , ghc6-prof + , ghc6-doc +Standards-Version: 3.8.4 +Homepage: http://hackage.haskell.org/package/Diff +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diff +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diff + +Package: libghc6-diff-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: GHC 6 libraries for the Haskell O(ND) diff algorithm library + This is a Haskell library providing an implementation of the O(ND) diff + algorithm described in "An O(ND) Difference Algorithm and Its Variations" + (1986) by Eugene W. Myers. It is O(mn) in space. + . + Whilst the algorithm is the same one used by standared Unix diff, the + assumption is that users of this library will want to diff over interesting + things or perform interesting tasks with the results. + . + This package contains the libraries compiled for GHC 6. + +Package: libghc6-diff-prof +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: GHC 6 profiling libraries for the Haskell O(ND) diff algorithm library + This is a Haskell library providing an implementation of the O(ND) diff + algorithm described in "An O(ND) Difference Algorithm and Its Variations" + (1986) by Eugene W. Myers. It is O(mn) in space. + . + Whilst the algorithm is the same one used by standared Unix diff, the + assumption is that users of this library will want to diff over interesting + things or perform interesting tasks with the results. + . + This package contains additional GHC profiling libraries which can be used with + libghc6-diff-dev + +Package: libghc6-diff-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${haskell:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: GHC 6 libraries for the Haskell O(ND) diff algorithm library (documentation) + This is a Haskell library providing an implementation of the O(ND) diff + algorithm described in "An O(ND) Difference Algorithm and Its Variations" + (1986) by Eugene W. Myers. It is O(mn) in space. + . + Whilst the algorithm is the same one used by standared Unix diff, the + assumption is that users of this library will want to diff over interesting + things or perform interesting tasks with the results. + . + This package contains library documentation. --- haskell-diff-0.1.2.orig/debian/copyright +++ haskell-diff-0.1.2/debian/copyright @@ -0,0 +1,58 @@ +Author: Sterling Clover +Download: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Diff + +Files: * +Copyright: © 2008 Stering Clover +License: BSD + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. 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. + 3. Neither the name of the author nor the names of his contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 AUTHORS 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. + +Files: debian/* +Copyright: © 2008 Chris Lamb +License: BSD + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. 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. + 3. Neither the name of the author nor the names of his contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 AUTHORS 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-diff-0.1.2.orig/debian/compat +++ haskell-diff-0.1.2/debian/compat @@ -0,0 +1 @@ +7 --- haskell-diff-0.1.2.orig/debian/changelog +++ haskell-diff-0.1.2/debian/changelog @@ -0,0 +1,36 @@ +haskell-diff (0.1.2-5) unstable; urgency=low + + * Adopt by the Debian Haskell Group + + -- Joachim Breitner Sat, 20 Feb 2010 19:24:22 +0100 + +haskell-diff (0.1.2-4) unstable; urgency=low + + * Add missing Build-Depends on hscolour. (Closes: #517495) + * Bump Build-Depends on ghc6 to 6.10.1+dfsg1-13 and haddock to 2.4.1-4 to + prevent arch-dependent issues with ghc6-doc. + + -- Chris Lamb Sun, 01 Mar 2009 15:31:28 +0000 + +haskell-diff (0.1.2-3) unstable; urgency=low + + * Add missing Build-Depends on ghc6-prof (Closes: #516830) + * Bump GHC requirement to 6.10.1. + * Move to hlibrary.mk-based build approach. + * Update libghc6-diff-prof's short description. + + -- Chris Lamb Wed, 25 Feb 2009 22:54:10 +0000 + +haskell-diff (0.1.2-2) unstable; urgency=low + + * Add GHC profiling package. + * Use `dh_prep` over deprecated `dh_clean -k`. + * Update location of Git repositories. + + -- Chris Lamb Mon, 16 Feb 2009 02:16:49 +0000 + +haskell-diff (0.1.2-1) unstable; urgency=low + + * Initial release. (Closes: #504237) + + -- Chris Lamb Wed, 05 Nov 2008 22:16:20 +0000