[Pkg-haskell-commits] darcs: haskell-glade: * Re-enable -prof package

Joachim Breitner mail at joachim-breitner.de
Wed Mar 30 04:34:01 UTC 2011


Wed Mar 30 04:34:04 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * * Re-enable -prof package
  Ignore-this: 59f016642bdc102b718d0c4fb9e44c2e
  * Remove preinst script, not require with clean ghc-pkg database

    M ./changelog +2
    M ./control -21 +21
    R ./libghc-glade-dev.preinst

Wed Mar 30 04:34:04 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * * Re-enable -prof package
  Ignore-this: 59f016642bdc102b718d0c4fb9e44c2e
  * Remove preinst script, not require with clean ghc-pkg database
diff -rN -u old-haskell-glade/changelog new-haskell-glade/changelog
--- old-haskell-glade/changelog	2011-03-30 04:34:01.578728686 +0000
+++ new-haskell-glade/changelog	2011-03-30 04:34:01.578728686 +0000
@@ -5,6 +5,8 @@
 
   [ Joachim Breitner ]
   * New upstream release
+  * Re-enable -prof package
+  * Remove preinst script, not require with clean ghc-pkg database
 
  -- Joachim Breitner <nomeata at debian.org>  Wed, 30 Mar 2011 10:02:36 +0530
 
diff -rN -u old-haskell-glade/control new-haskell-glade/control
--- old-haskell-glade/control	2011-03-30 04:34:01.578728686 +0000
+++ new-haskell-glade/control	2011-03-30 04:34:01.578728686 +0000
@@ -7,21 +7,21 @@
   , cdbs
   , haskell-devscripts (>= 0.8)
   , ghc
-#  , ghc-prof
+  , ghc-prof
   , libghc-mtl-dev
-#  , libghc-mtl-prof
+  , libghc-mtl-prof
   , libghc-glib-dev (>= 0.12)
   , libghc-glib-dev (<< 0.13)
-#  , libghc-glib-prof
+  , libghc-glib-prof
   , libghc-cairo-dev (>= 0.12)
   , libghc-cairo-dev (<< 0.13)
-#  , libghc-cairo-prof
+  , libghc-cairo-prof
   , libghc-pango-dev (>= 0.12)
   , libghc-pango-dev (<< 0.13)
-#  , libghc-pango-prof
+  , libghc-pango-prof
   , libghc-gtk-dev (>= 0.12)
   , libghc-gtk-dev (<< 0.13)
-#  , libghc-gtk-prof
+  , libghc-gtk-prof
   , libglade2-dev
   , gtk2hs-buildtools
 Build-Depends-Indep: ghc-doc
@@ -52,21 +52,21 @@
  programs. This allows alteration of the interface without recompilation of the
  program.
 
-# Package: libghc-glade-prof
-# Architecture: any
-# Depends: ${haskell:Depends}
-#   , ${misc:Depends}
-# Recommends: ${haskell:Recommends}
-# Suggests: ${haskell:Suggests}
-# Provides: ${haskell:Provides}
-# Description: Binding to the glade library; profiling libraries
-#  This package provides a library for the Haskell programming language,
-#  compiled for profiling.
-#  See http://www.haskell.org/ for more information on Haskell.
-#  .
-#  This library allows to load externally stored user interfaces into
-#  programs. This allows alteration of the interface without recompilation of the
-#  program.
+Package: libghc-glade-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Binding to the glade library; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This library allows to load externally stored user interfaces into
+ programs. This allows alteration of the interface without recompilation of the
+ program.
 
 Package: libghc-glade-doc
 Section: doc
diff -rN -u old-haskell-glade/libghc-glade-dev.preinst new-haskell-glade/libghc-glade-dev.preinst
--- old-haskell-glade/libghc-glade-dev.preinst	2011-03-30 04:34:01.574728475 +0000
+++ new-haskell-glade/libghc-glade-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 glade-`echo $2 | sed 's/-.*//'` > /dev/null 2>&1 || true
-fi





More information about the Pkg-haskell-commits mailing list