[Pkg-haskell-commits] darcs: haskell-configfile: s/ghc6/ghc/
Joachim Breitner
nomeata at debian.org
Fri Jan 4 14:45:36 UTC 2013
Wed Apr 20 16:33:46 UTC 2011 Joachim Breitner <nomeata at debian.org>
* s/ghc6/ghc/
Ignore-this: acde4f1422c2c789c206284d4db77516
M ./changelog +6
M ./control -17 +17
Wed Apr 20 16:33:46 UTC 2011 Joachim Breitner <nomeata at debian.org>
* s/ghc6/ghc/
Ignore-this: acde4f1422c2c789c206284d4db77516
diff -rN -u old-haskell-configfile-1//changelog new-haskell-configfile-1//changelog
--- old-haskell-configfile-1//changelog 2013-01-04 14:45:36.310727273 +0000
+++ new-haskell-configfile-1//changelog 2013-01-04 14:45:36.378718669 +0000
@@ -1,3 +1,9 @@
+haskell-configfile (1.0.6-3) UNRELEASED; urgency=low
+
+ * s/ghc6/ghc/
+
+ -- Joachim Breitner <nomeata at debian.org> Wed, 20 Apr 2011 22:03:31 +0530
+
haskell-configfile (1.0.6-2) unstable; urgency=low
* debian/control:
diff -rN -u old-haskell-configfile-1//control new-haskell-configfile-1//control
--- old-haskell-configfile-1//control 2013-01-04 14:45:36.298719595 +0000
+++ new-haskell-configfile-1//control 2013-01-04 14:45:36.346719223 +0000
@@ -3,28 +3,28 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen at complete.org>
Build-Depends: debhelper (>= 7),
- cdbs (>= 0.4.59),
- ghc6 (>= 6.12),
- haskell-devscripts (>= 0.7),
+ cdbs,
+ ghc,
+ haskell-devscripts (>= 0.8),
cpphs,
- libghc6-missingh-dev (>= 1.0.3.2),
- libghc6-regex-compat-dev,
- libghc6-mtl-dev,
- ghc6-prof (>= 6.12),
- libghc6-missingh-prof (>= 1.0.3.2),
- libghc6-regex-compat-prof,
- libghc6-mtl-prof
-Build-Depends-Indep: ghc6-doc (>= 6.12),
- libghc6-missingh-doc (>= 1.0.3.2),
- libghc6-regex-compat-doc,
- libghc6-mtl-doc
+ libghc-missingh-dev (>= 1.0.3.2),
+ libghc-regex-compat-dev,
+ libghc-mtl-dev,
+ ghc-prof,
+ libghc-missingh-prof (>= 1.0.3.2),
+ libghc-regex-compat-prof,
+ libghc-mtl-prof
+Build-Depends-Indep: ghc-doc (>= 6.12),
+ libghc-missingh-doc (>= 1.0.3.2),
+ libghc-regex-compat-doc,
+ libghc-mtl-doc
Standards-Version: 3.9.0
Section: haskell
Homepage: http://software.complete.org/configfile
Vcs-Git: git://git.debian.org/git/pkg-haskell/haskell-configfile.git
Vcs-Browser: http://git.debian.org/?p=pkg-haskell/haskell-configfile.git;a=summary
-Package: libghc6-configfile-dev
+Package: libghc-configfile-dev
Architecture: any
Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
@@ -45,7 +45,7 @@
It's possible to make a config file parsable by this module,
the Unix shell, and make.
-Package: libghc6-configfile-prof
+Package: libghc-configfile-prof
Architecture: any
Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
@@ -68,7 +68,7 @@
.
This package contains configfile compiled for profiling.
-Package: libghc6-configfile-doc
+Package: libghc-configfile-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list