debian/0000755000000000000000000000000012150231177007165 5ustar debian/copyright0000644000000000000000000000164312036247033011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Name: haskell-augeas Maintainer: Joachim Breitner Source: http://hackage.haskell.org/package/augeas Copyright: 2009-2010, Jude Nagurney License: LGPL-3 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . On Debian systems, the full text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-3'. debian/watch0000644000000000000000000000033012036247034010214 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|augeas-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/augeas \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616111010364 0ustar 9 debian/patches/0000755000000000000000000000000012036247034010616 5ustar debian/patches/series0000644000000000000000000000001712036247034012031 0ustar no-tests.patch debian/patches/no-tests.patch0000644000000000000000000000154512036247034013420 0ustar Do not run tests (otherwise, HUnit becomes a dependency of the library, which should not happen. TODO: Investigate how to avoid this, and whether this is a Cabal bug/limitation). Index: haskell-augeas-0.4.0/augeas.cabal =================================================================== --- haskell-augeas-0.4.0.orig/augeas.cabal 2011-04-13 15:26:17.000000000 +0200 +++ haskell-augeas-0.4.0/augeas.cabal 2011-06-18 10:30:06.000000000 +0200 @@ -23,15 +23,3 @@ Include-Dirs: . Extensions: CPP Pkgconfig-Depends: augeas - -executable "test-haskell-augeas" - Main-is: HUnitAug.hs - Build-Depends: HUnit - Include-Dirs: . - Other-Modules: System.Augeas, System.AugeasHsc - extra-libraries: augeas - GHC-options: -Wall -fwarn-dodgy-imports - Extensions: CPP - Pkgconfig-Depends: augeas - - debian/control0000644000000000000000000000336312150230071010565 0ustar Source: haskell-augeas Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libaugeas-dev , pkg-config Build-Depends-Indep: ghc-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/augeas Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-augeas Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-augeas Package: libghc-augeas-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} , libaugeas-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell bindings for the augeas library${haskell:ShortBlurb} This package contains Haskell bindings for the functions and data structures defined in the augeas C library. . ${haskell:Blurb} Package: libghc-augeas-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell bindings for the augeas library${haskell:ShortBlurb} This package contains Haskell bindings for the functions and data structures defined in the augeas C library. . ${haskell:Blurb} Package: libghc-augeas-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Haskell bindings for the augeas library${haskell:ShortBlurb} This package contains Haskell bindings for the functions and data structures defined in the augeas C library. . ${haskell:Blurb} debian/rules0000755000000000000000000000030712036247034010247 0ustar #!/usr/bin/make -f DEB_INSTALL_DOCS_ALL = DEB_INSTALL_DOCS_libghc-augeas-doc = THANKS clean:: make clean include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000255012150231177011041 0ustar haskell-augeas (0.6.1-4) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:51:59 +0200 haskell-augeas (0.6.1-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:49:51 +0200 haskell-augeas (0.6.1-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:00:12 +0200 haskell-augeas (0.6.1-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.3. -- Clint Adams Sat, 19 May 2012 15:30:23 -0400 haskell-augeas (0.4.0-2) unstable; urgency=low * Sourceful upload to rebuild doc package -- Iain Lane Wed, 08 Feb 2012 10:44:36 +0000 haskell-augeas (0.4.0-1) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release -- Joachim Breitner Sat, 18 Jun 2011 10:37:31 +0200 haskell-augeas (0.3.4-1) unstable; urgency=low * Initial release. -- Joachim Breitner Wed, 24 Nov 2010 11:23:33 +0100 debian/source/0000755000000000000000000000000012036247034010467 5ustar debian/source/format0000644000000000000000000000001312036247034011674 0ustar 3.0 (quilt)