[Pkg-haskell-commits] darcs: haskell-feed: Use ghc instead of ghc6

Marco Silva marcot at debian.org
Sat Jan 15 15:28:17 UTC 2011


Sat Jan 15 15:05:54 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 4007fdded1c41b9fb08f01036562ae33

     ./libghc6-feed-doc.doc-base -> ./libghc-feed-doc.doc-base
    M ./changelog -2 +8
    M ./control -9 +9
    M ./libghc-feed-doc.doc-base -2 +2

Sat Jan 15 15:05:54 UTC 2011  Marco Silva <marcot at debian.org>
  * Use ghc instead of ghc6
  Ignore-this: 4007fdded1c41b9fb08f01036562ae33
diff -rN -u old-haskell-feed/changelog new-haskell-feed/changelog
--- old-haskell-feed/changelog	2011-01-15 15:28:17.277559453 +0000
+++ new-haskell-feed/changelog	2011-01-15 15:28:17.281559663 +0000
@@ -1,3 +1,9 @@
+haskell-feed (0.3.7-5) UNRELEASED; urgency=low
+
+  * Use ghc instead of ghc
+
+ -- Marco Silva <marcot at debian.org>  Sat, 15 Jan 2011 12:40:57 -0200
+
 haskell-feed (0.3.7-4) unstable; urgency=low
 
   [ Marco Túlio Gontijo e Silva ]
@@ -13,7 +19,7 @@
     dependency of haskell-devscripts.
   * debian/control: Remove haddock from Build-Depends:, since it's now a
     Depends: of haskell-devscripts.
-  * debian/control: Remove uneeded Build-Depends: in libghc6-utf8-
+  * debian/control: Remove uneeded Build-Depends: in libghc-utf8-
     string-*.
 
   [ Joachim Breitner ]
@@ -30,7 +36,7 @@
   * debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
 
   [ Giovanni Mascellani ]
-  * Adding build-dep against libghc6-utf8-string-* (closes: #568957)
+  * Adding build-dep against libghc-utf8-string-* (closes: #568957)
 
  -- Marco Túlio Gontijo e Silva <marcot at debian.org>  Tue, 09 Feb 2010 14:48:23 -0200
 
diff -rN -u old-haskell-feed/control new-haskell-feed/control
--- old-haskell-feed/control	2011-01-15 15:28:17.277559453 +0000
+++ new-haskell-feed/control	2011-01-15 15:28:17.281559663 +0000
@@ -7,18 +7,18 @@
  debhelper (>= 7),
  haskell-devscripts (>= 0.7),
  cdbs,
- ghc6,
- ghc6-prof,
- ghc6-doc,
- libghc6-xml-dev (>= 1.3.7),
- libghc6-xml-prof,
- libghc6-xml-doc
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-xml-dev (>= 1.3.7),
+ libghc-xml-prof,
+ libghc-xml-doc
 Standards-Version: 3.8.4
 Homepage: http://hackage.haskell.org/package/feed
 Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-feed
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-feed
 
-Package: libghc6-feed-dev
+Package: libghc-feed-dev
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -33,7 +33,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-feed-prof
+Package: libghc-feed-prof
 Architecture: any
 Depends:
  ${haskell:Depends},
@@ -47,7 +47,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-feed-doc
+Package: libghc-feed-doc
 Section: doc
 Architecture: all
 Depends:
diff -rN -u old-haskell-feed/libghc6-feed-doc.doc-base new-haskell-feed/libghc6-feed-doc.doc-base
--- old-haskell-feed/libghc6-feed-doc.doc-base	2011-01-15 15:28:17.277559453 +0000
+++ new-haskell-feed/libghc6-feed-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-Document: haskell-feed-api
-Title: Documentation for the haskell feed library
-Author: Sigbjorn Finne
-Abstract: feed is a simple Haskell library for working with RSS and
- Atom feeds.
-Section: Programming/Haskell
-
-Format: HTML
-Index: /usr/share/doc/libghc6-feed-doc/html/index.html
-Files: /usr/share/doc/libghc6-feed-doc/html/*.html
diff -rN -u old-haskell-feed/libghc-feed-doc.doc-base new-haskell-feed/libghc-feed-doc.doc-base
--- old-haskell-feed/libghc-feed-doc.doc-base	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-feed/libghc-feed-doc.doc-base	2011-01-15 15:28:17.281559663 +0000
@@ -0,0 +1,10 @@
+Document: haskell-feed-api
+Title: Documentation for the haskell feed library
+Author: Sigbjorn Finne
+Abstract: feed is a simple Haskell library for working with RSS and
+ Atom feeds.
+Section: Programming/Haskell
+
+Format: HTML
+Index: /usr/share/doc/libghc-feed-doc/html/index.html
+Files: /usr/share/doc/libghc-feed-doc/html/*.html





More information about the Pkg-haskell-commits mailing list