[Pkg-haskell-commits] darcs: haskell-gconf: releasing version 0.12.0-1

Joachim Breitner mail at joachim-breitner.de
Fri Apr 8 09:38:04 UTC 2011


Fri Apr  8 09:37:47 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * releasing version 0.12.0-1
  Ignore-this: d1cafb7e30a31252e06ff680392ea97a

    M ./changelog -2 +2
    M ./control -4 +4
    R ./libghc-gconf-dev.preinst

Fri Apr  8 09:37:47 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * releasing version 0.12.0-1
  Ignore-this: d1cafb7e30a31252e06ff680392ea97a
diff -rN -u old-haskell-gconf/changelog new-haskell-gconf/changelog
--- old-haskell-gconf/changelog	2011-04-08 09:38:04.785838569 +0000
+++ new-haskell-gconf/changelog	2011-04-08 09:38:04.789838779 +0000
@@ -1,4 +1,4 @@
-haskell-gconf (0.12.0-1) UNRELEASED; urgency=low
+haskell-gconf (0.12.0-1) unstable; urgency=low
 
   [ Marco Silva ]
   * Use ghc instead of ghc6
@@ -6,7 +6,7 @@
   [ Joachim Breitner ]
   * New upstream release
 
- -- Joachim Breitner <nomeata at debian.org>  Fri, 08 Apr 2011 15:01:00 +0530
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 08 Apr 2011 15:06:18 +0530
 
 haskell-gconf (0.11.0-1) unstable; urgency=low
 
diff -rN -u old-haskell-gconf/control new-haskell-gconf/control
--- old-haskell-gconf/control	2011-04-08 09:38:04.785838569 +0000
+++ new-haskell-gconf/control	2011-04-08 09:38:04.789838779 +0000
@@ -5,20 +5,20 @@
 Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
 Build-Depends: debhelper (>= 7)
   , cdbs
-  , haskell-devscripts (>= 0.7)
+  , haskell-devscripts (>= 0.8)
   , ghc
   , ghc-prof
   , libghc-mtl-dev
   , libghc-mtl-prof
-  , libghc-glib-dev (>= 0.11)
-  , libghc-glib-dev (<< 0.12)
+  , libghc-glib-dev (>= 0.12)
+  , libghc-glib-dev (<< 0.13)
   , libghc-glib-prof
   , libgconf2-dev
   , gtk2hs-buildtools
 Build-Depends-Indep: ghc-doc
   , libghc-mtl-doc
   , libghc-glib-doc
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://hackage.haskell.org/package/gconf
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-gconf
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-gconf
diff -rN -u old-haskell-gconf/libghc-gconf-dev.preinst new-haskell-gconf/libghc-gconf-dev.preinst
--- old-haskell-gconf/libghc-gconf-dev.preinst	2011-04-08 09:38:04.785838569 +0000
+++ new-haskell-gconf/libghc-gconf-dev.preinst	1970-01-01 00:00:00.000000000 +0000
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-if [ "$1" = "upgrade" ]
-then
-    ghc-pkg unregister gconf-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
-fi





More information about the Pkg-haskell-commits mailing list