summaryrefslogtreecommitdiff
path: root/p/haskell-utf8-string/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2011-04-02 10:59:25 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2011-04-02 10:59:25 +0400
commit1764da802c9b4bdfc30ea9b932aa68a7458a935f (patch)
tree2768e21551cedf3b1c16b4ea93e19f51babbac7c /p/haskell-utf8-string/debian
parentc2c3bb2439ed7f796cec6f621be6fdb071ab7d9b (diff)
downloadDHG_packages-1764da802c9b4bdfc30ea9b932aa68a7458a935f.tar.gz
haskell-utf8-string: Migrate to ghc instead of ghc6
Diffstat (limited to 'p/haskell-utf8-string/debian')
-rw-r--r--p/haskell-utf8-string/debian/changelog6
-rw-r--r--p/haskell-utf8-string/debian/control26
-rw-r--r--p/haskell-utf8-string/debian/libghc6-utf8-string-doc.docs1
-rwxr-xr-xp/haskell-utf8-string/debian/rules3
4 files changed, 19 insertions, 17 deletions
diff --git a/p/haskell-utf8-string/debian/changelog b/p/haskell-utf8-string/debian/changelog
index e6aa3d5c3..872de9ebc 100644
--- a/p/haskell-utf8-string/debian/changelog
+++ b/p/haskell-utf8-string/debian/changelog
@@ -1,3 +1,9 @@
+haskell-utf8-string (0.3.6-3) UNRELEASED; urgency=low
+
+ * Migrate to ghc instead of ghc6
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 02 Apr 2011 12:29:09 +0530
+
haskell-utf8-string (0.3.6-2) experimental; urgency=low
[ Joachim Breitner ]
diff --git a/p/haskell-utf8-string/debian/control b/p/haskell-utf8-string/debian/control
index 5bb55bfa4..f29e48df6 100644
--- a/p/haskell-utf8-string/debian/control
+++ b/p/haskell-utf8-string/debian/control
@@ -5,53 +5,53 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Chris Lamb <lamby@debian.org>, Joachim Breitner <nomeata@debian.org>
Build-Depends:
debhelper (>= 7),
- haskell-devscripts (>= 0.7),
+ haskell-devscripts (>= 0.8),
cdbs,
- ghc6 (>= 6.12.3-1~),
- ghc6-doc (>= 6.12.3-1~),
- ghc6-prof (>= 6.12.3-1~),
+ ghc,
+ ghc-doc,
+ ghc-prof,
cpphs,
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Homepage: http://github.com/glguy/utf8-string/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-utf8-string/
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-utf8-string
-Package: libghc6-utf8-string-dev
+Package: libghc-utf8-string-dev
Architecture: any
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: GHC 6 libraries for the Haskell UTF-8 library
+Description: GHC libraries for the Haskell UTF-8 library
UTF8 layer for IO and Strings. The utf8-string package provides operations
for encoding UTF8 strings to Word8 lists and back, and for reading and
writing UTF8 without truncation.
.
- This package contains the libraries compiled for GHC 6.
+ This package contains the libraries compiled for GHC.
-Package: libghc6-utf8-string-prof
+Package: libghc-utf8-string-prof
Architecture: any
Depends: ${haskell:Depends}
, ${misc:Depends}
Provides: ${haskell:Provides}
-Description: Profiling support for the GHC 6 Haskell UTF-8 library
+Description: Profiling support for the GHC Haskell UTF-8 library
UTF8 layer for IO and Strings. The utf8-string package provides operations
for encoding UTF8 strings to Word8 lists and back, and for reading and
writing UTF8 without truncation.
.
This package contains additional GHC profiling libraries which can be used with
- libghc6-utf8-string-dev.
+ libghc-utf8-string-dev.
-Package: libghc6-utf8-string-doc
+Package: libghc-utf8-string-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: GHC 6 libraries for the Haskell UTF-8 library (documentation)
+Description: GHC libraries for the Haskell UTF-8 library (documentation)
UTF8 layer for IO and Strings. The utf8-string package provides operations
for encoding UTF8 strings to Word8 lists and back, and for reading and
writing UTF8 without truncation.
diff --git a/p/haskell-utf8-string/debian/libghc6-utf8-string-doc.docs b/p/haskell-utf8-string/debian/libghc6-utf8-string-doc.docs
deleted file mode 100644
index 56314de50..000000000
--- a/p/haskell-utf8-string/debian/libghc6-utf8-string-doc.docs
+++ /dev/null
@@ -1 +0,0 @@
-dist/doc/*
diff --git a/p/haskell-utf8-string/debian/rules b/p/haskell-utf8-string/debian/rules
index 045981351..683e77bcf 100755
--- a/p/haskell-utf8-string/debian/rules
+++ b/p/haskell-utf8-string/debian/rules
@@ -2,6 +2,3 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
-
-install/libghc6-utf8-string-doc::
- find debian/libghc6-utf8-string-doc -type d -empty -delete