[Pkg-haskell-commits] darcs: haskell-configfile: Update debian packaging
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:46:40 UTC 2013
Fri Apr 25 16:32:32 UTC 2008 John Goerzen <jgoerzen at complete.org>
* Update debian packaging
Ignore-this: 3a8484bc28b3cbbda39746cdab5ea2ea
M ./changelog +7
M ./control -2 +5
Fri Apr 25 16:32:32 UTC 2008 John Goerzen <jgoerzen at complete.org>
* Update debian packaging
Ignore-this: 3a8484bc28b3cbbda39746cdab5ea2ea
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog 2013-01-04 14:46:39.594446653 +0000
+++ new-haskell-configfile//changelog 2013-01-04 14:46:40.215941048 +0000
@@ -1,3 +1,10 @@
+haskell-configfile (1.0.4.2) unstable; urgency=low
+
+ * Rebuild for new MissingH. Closes: #477702.
+ * Add Homepage, VCS-* lines to control.
+
+ -- John Goerzen <jgoerzen at complete.org> Fri, 25 Apr 2008 11:31:50 -0500
+
haskell-configfile (1.0.4.1) unstable; urgency=low
* Rebuild with newer regex libs.
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control 2013-01-04 14:46:39.594446653 +0000
+++ new-haskell-configfile//control 2013-01-04 14:46:40.191720132 +0000
@@ -1,15 +1,18 @@
Source: haskell-configfile
Priority: optional
Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.3), cpphs, libghc6-missingh-dev (>= 1.0.0), libghc6-mtl-dev
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.8.2), ghc6 (<< 6.8.2-999), haskell-devscripts (>= 0.6.3), cpphs, libghc6-missingh-dev (>= 1.0.1), libghc6-mtl-dev
Build-Depends-Indep: debhelper (>= 4.0.0), haddock, haskell-devscripts (>= 0.6.3), ghc6 (>= 6.6), cpphs
Standards-Version: 3.6.2
Section: devel
+Homepage: http://software.complete.org/configfile
+VCS-Git: git://git.complete.org/configfile
+VCS-Browser: http://git.complete.org/configfile
Package: libghc6-configfile-dev
Section: devel
Architecture: any
-Depends: ${haskell:Depends}, libghc6-missingh-dev (>= 1.0.0), libghc6-mtl-dev
+Depends: ${haskell:Depends}, libghc6-missingh-dev (>= 1.0.1), libghc6-mtl-dev
Suggests: configfile-doc
Description: Parser and writer for handling sectioned config files in Haskell, GHC package
The ConfigFile module works with configuration files in a standard
More information about the Pkg-haskell-commits
mailing list