[Pkg-haskell-commits] darcs: haskell-unixutils: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:17:58 UTC 2011
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 703f55f269b3014e11066ed0d348506
M ./changelog +4
M ./control -11 +11
Sat Jan 15 15:06:20 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 703f55f269b3014e11066ed0d348506
diff -rN -u old-haskell-unixutils/changelog new-haskell-unixutils/changelog
--- old-haskell-unixutils/changelog 2011-01-15 16:17:58.046673629 +0000
+++ new-haskell-unixutils/changelog 2011-01-15 16:17:58.054674051 +0000
@@ -1,11 +1,15 @@
haskell-unixutils (1.35-1) UNRELEASED; urgency=low
+ [ Erik de Castro Lopo ]
* New upstream.
* debian/control: Bump Standards-Version: to 3.9.1, no changes needed.
* debian/copyright:
- Remove reference to /usr/share/common-licenses/BSD.
- Add copyright notice from package's COPYING file.
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Erik de Castro Lopo <erikd at mega-nerd.com> Wed, 12 Jan 2011 17:32:20 +1100
haskell-unixutils (1.22-3) unstable; urgency=low
diff -rN -u old-haskell-unixutils/control new-haskell-unixutils/control
--- old-haskell-unixutils/control 2011-01-15 16:17:58.046673629 +0000
+++ new-haskell-unixutils/control 2011-01-15 16:17:58.050673840 +0000
@@ -7,21 +7,21 @@
, debhelper (>= 7)
, haskell-devscripts (>= 0.7)
, cdbs
- , ghc6
- , ghc6-prof
- , ghc6-doc
- , libghc6-parallel-dev (>= 2.2.0.1)
- , libghc6-parallel-prof
- , libghc6-parallel-doc
- , libghc6-regex-compat-dev
- , libghc6-regex-compat-prof
+ , ghc
+ , ghc-prof
+ , ghc-doc
+ , libghc-parallel-dev (>= 2.2.0.1)
+ , libghc-parallel-prof
+ , libghc-parallel-doc
+ , libghc-regex-compat-dev
+ , libghc-regex-compat-prof
, haskell-regex-compat-doc
Standards-Version: 3.9.1
Homepage: http://hackage.haskell.org/package/Unixutils
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-unixutils
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-unixutils
-Package: libghc6-unixutils-dev
+Package: libghc-unixutils-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -35,7 +35,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-unixutils-prof
+Package: libghc-unixutils-prof
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
@@ -49,7 +49,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-unixutils-doc
+Package: libghc-unixutils-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
More information about the Pkg-haskell-commits
mailing list