[Pkg-haskell-commits] darcs: haskell-hstringtemplate: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 15:39:07 UTC 2011
Sat Jan 15 15:05:58 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 642446fa6e869a260160678f5132c55d
./libghc6-hstringtemplate-doc.doc-base -> ./libghc-hstringtemplate-doc.doc-base
M ./changelog -2 +6
M ./control -18 +18
M ./libghc-hstringtemplate-doc.doc-base -2 +2
Sat Jan 15 15:05:58 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 642446fa6e869a260160678f5132c55d
diff -rN -u old-haskell-hstringtemplate/changelog new-haskell-hstringtemplate/changelog
--- old-haskell-hstringtemplate/changelog 2011-01-15 15:39:06.899805982 +0000
+++ new-haskell-hstringtemplate/changelog 2011-01-15 15:39:06.911806614 +0000
@@ -1,7 +1,11 @@
haskell-hstringtemplate (0.6.2-3) UNRELEASED; urgency=low
+ [ Marco Túlio Gontijo e Silva ]
* debian/source/format: Use 3.0 (quilt).
+ [ Marco Silva ]
+ * Use ghc instead of ghc
+
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Sun, 21 Feb 2010 07:45:58 -0300
haskell-hstringtemplate (0.6.2-2) unstable; urgency=low
@@ -18,8 +22,8 @@
* debian/control: Remove haddock from Build-Depends:, since it's now a
Depends: of haskell-devscripts.
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
- * debian/control: Remove uneeded Build-Depends: in libghc6-utf8-
- string-* and libghc6-time-*.
+ * debian/control: Remove uneeded Build-Depends: in libghc-utf8-
+ string-* and libghc-time-*.
[ Joachim Breitner ]
* Bump haskell-devscripts dependency to 0.7
diff -rN -u old-haskell-hstringtemplate/control new-haskell-hstringtemplate/control
--- old-haskell-hstringtemplate/control 2011-01-15 15:39:06.899805982 +0000
+++ new-haskell-hstringtemplate/control 2011-01-15 15:39:06.911806614 +0000
@@ -7,27 +7,27 @@
debhelper (>= 7),
haskell-devscripts (>= 0.7),
cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-text-dev,
- libghc6-text-prof,
- libghc6-text-doc,
- libghc6-mtl-dev,
- libghc6-mtl-prof,
- libghc6-mtl-doc,
- libghc6-parallel-dev,
- libghc6-parallel-prof,
- libghc6-parallel-doc,
- libghc6-parsec2-dev,
- libghc6-parsec2-prof,
- libghc6-parsec2-doc
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-text-doc,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-mtl-doc,
+ libghc-parallel-dev,
+ libghc-parallel-prof,
+ libghc-parallel-doc,
+ libghc-parsec2-dev,
+ libghc-parsec2-prof,
+ libghc-parsec2-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/hstringtemplate
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hstringtemplate
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hstringtemplate
-Package: libghc6-hstringtemplate-dev
+Package: libghc-hstringtemplate-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -48,7 +48,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-hstringtemplate-prof
+Package: libghc-hstringtemplate-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -68,7 +68,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-hstringtemplate-doc
+Package: libghc-hstringtemplate-doc
Section: doc
Architecture: all
Depends:
diff -rN -u old-haskell-hstringtemplate/libghc6-hstringtemplate-doc.doc-base new-haskell-hstringtemplate/libghc6-hstringtemplate-doc.doc-base
--- old-haskell-hstringtemplate/libghc6-hstringtemplate-doc.doc-base 2011-01-15 15:39:06.899805982 +0000
+++ new-haskell-hstringtemplate/libghc6-hstringtemplate-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-Document: haskell-hstringtemplate-api
-Title: Documentation for the haskell HStringTemplate library
-Author: Sterling Clover
-Abstract: HStringTemplate is a Haskell template engine, mainly inspired
- to the Java library StringTemplate.
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-hstringtemplate-doc/html/index.html
-Files: /usr/share/doc/libghc6-hstringtemplate-doc/html/*.html
diff -rN -u old-haskell-hstringtemplate/libghc-hstringtemplate-doc.doc-base new-haskell-hstringtemplate/libghc-hstringtemplate-doc.doc-base
--- old-haskell-hstringtemplate/libghc-hstringtemplate-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-hstringtemplate/libghc-hstringtemplate-doc.doc-base 2011-01-15 15:39:06.903806193 +0000
@@ -0,0 +1,10 @@
+Document: haskell-hstringtemplate-api
+Title: Documentation for the haskell HStringTemplate library
+Author: Sterling Clover
+Abstract: HStringTemplate is a Haskell template engine, mainly inspired
+ to the Java library StringTemplate.
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-hstringtemplate-doc/html/index.html
+Files: /usr/share/doc/libghc-hstringtemplate-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list