[Pkg-haskell-commits] darcs: haskell-recaptcha: Use ghc instead of ghc6
Marco Silva
marcot at debian.org
Sat Jan 15 16:09:02 UTC 2011
Sat Jan 15 15:06:09 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 59189bc7c80c5cc040b8c0c05da85189
./libghc6-recaptcha-doc.doc-base -> ./libghc-recaptcha-doc.doc-base
M ./changelog +4
M ./control -14 +14
M ./libghc-recaptcha-doc.doc-base -2 +2
Sat Jan 15 15:06:09 UTC 2011 Marco Silva <marcot at debian.org>
* Use ghc instead of ghc6
Ignore-this: 59189bc7c80c5cc040b8c0c05da85189
diff -rN -u old-haskell-recaptcha/changelog new-haskell-recaptcha/changelog
--- old-haskell-recaptcha/changelog 2011-01-15 16:09:02.330441093 +0000
+++ new-haskell-recaptcha/changelog 2011-01-15 16:09:02.334441304 +0000
@@ -1,7 +1,11 @@
haskell-recaptcha (0.1-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:46:09 -0300
haskell-recaptcha (0.1-2) unstable; urgency=low
diff -rN -u old-haskell-recaptcha/control new-haskell-recaptcha/control
--- old-haskell-recaptcha/control 2011-01-15 16:09:02.330441093 +0000
+++ new-haskell-recaptcha/control 2011-01-15 16:09:02.334441304 +0000
@@ -7,24 +7,24 @@
debhelper (>= 7),
haskell-devscripts (>= 0.7),
cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-http-dev,
- libghc6-http-prof,
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-http-dev,
+ libghc-http-prof,
haskell-http-doc,
- libghc6-xhtml-dev,
- libghc6-xhtml-prof,
- libghc6-xhtml-doc,
- libghc6-network-dev,
- libghc6-network-prof,
- libghc6-network-doc
+ libghc-xhtml-dev,
+ libghc-xhtml-prof,
+ libghc-xhtml-doc,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-network-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/recaptcha
Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-recaptcha
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-recaptcha
-Package: libghc6-recaptcha-dev
+Package: libghc-recaptcha-dev
Architecture: any
Depends:
${haskell:Depends},
@@ -41,7 +41,7 @@
.
This package contains the libraries compiled for GHC 6.
-Package: libghc6-recaptcha-prof
+Package: libghc-recaptcha-prof
Architecture: any
Depends:
${haskell:Depends},
@@ -57,7 +57,7 @@
.
This package contains the profiling libraries compiled for GHC 6.
-Package: libghc6-recaptcha-doc
+Package: libghc-recaptcha-doc
Section: doc
Architecture: all
Depends:
diff -rN -u old-haskell-recaptcha/libghc6-recaptcha-doc.doc-base new-haskell-recaptcha/libghc6-recaptcha-doc.doc-base
--- old-haskell-recaptcha/libghc6-recaptcha-doc.doc-base 2011-01-15 16:09:02.330441093 +0000
+++ new-haskell-recaptcha/libghc6-recaptcha-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-Document: haskell-recaptcha-api
-Title: Documentation for the haskell recaptcha library
-Author: John MacFarlane
-Abstract: recaptcha is a Haskell interface to reCAPTCHA (http://recaptcha.net/)
- service, which provides captchas for preventing automated spam in
- web applications, using the data people submit to digitize old books
- and newspapers.
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-recaptcha-doc/html/index.html
-Files: /usr/share/doc/libghc6-recaptcha-doc/html/*.html
diff -rN -u old-haskell-recaptcha/libghc-recaptcha-doc.doc-base new-haskell-recaptcha/libghc-recaptcha-doc.doc-base
--- old-haskell-recaptcha/libghc-recaptcha-doc.doc-base 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-recaptcha/libghc-recaptcha-doc.doc-base 2011-01-15 16:09:02.334441304 +0000
@@ -0,0 +1,12 @@
+Document: haskell-recaptcha-api
+Title: Documentation for the haskell recaptcha library
+Author: John MacFarlane
+Abstract: recaptcha is a Haskell interface to reCAPTCHA (http://recaptcha.net/)
+ service, which provides captchas for preventing automated spam in
+ web applications, using the data people submit to digitize old books
+ and newspapers.
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-recaptcha-doc/html/index.html
+Files: /usr/share/doc/libghc-recaptcha-doc/html/*.html
More information about the Pkg-haskell-commits
mailing list