[Pkg-haskell-commits] darcs: ghc-mod: Fix upgrading ghc-mod from wheezy

Daneil Gröber dxld at darkboxed.org
Thu Nov 6 16:44:00 UTC 2014


Thu Nov  6 16:43:32 UTC 2014  Daneil Gr[_<U+00F6>_]ber <dxld at darkboxed.org>
  * Fix upgrading ghc-mod from wheezy

    M ./changelog +7
    M ./control -2 +6

Thu Nov  6 16:43:32 UTC 2014  Daneil Gröber <dxld at darkboxed.org>
  * Fix upgrading ghc-mod from wheezy
diff -rN -u old-ghc-mod/changelog new-ghc-mod/changelog
--- old-ghc-mod/changelog	2014-11-06 16:44:00.543159670 +0000
+++ new-ghc-mod/changelog	2014-11-06 16:44:00.543159670 +0000
@@ -1,3 +1,10 @@
+ghc-mod (5.2.1.1-2) unstable; urgency=medium
+
+  * Fix upgrading ghc-mod from wheezy by declaring a Replaces+Breaks relation
+    for ghc-mod-el
+
+ -- Daniel Gröber <dxld at darkboxed.org>  Thu, 06 Nov 2014 17:42:36 +0100
+
 ghc-mod (5.2.1.1-1) unstable; urgency=medium
 
   * New upstream release
diff -rN -u old-ghc-mod/control new-ghc-mod/control
--- old-ghc-mod/control	2014-11-06 16:44:00.543159670 +0000
+++ new-ghc-mod/control	2014-11-06 16:44:00.543159670 +0000
@@ -33,7 +33,7 @@
 
 Package: ghc-mod
 Architecture: any
-Recommends: ghc-mod-el
+Recommends: ghc-mod-el (>= 5.2.1.1-1)
 Depends: ${shlibs:Depends}, ${misc:Depends},
 	 ${haskell:ghc-version}, emacsen-common (>= 2.0.8)
 Description: Happy Haskell programming
@@ -44,7 +44,11 @@
 Architecture: all
 Recommends: haskell-mode
 Depends: ${shlibs:Depends}, ${misc:Depends},
-	 ${haskell:ghc-version}, emacsen-common (>= 2.0.8), ghc-mod
+	 ${haskell:ghc-version},
+         emacsen-common (>= 2.0.8),
+         ghc-mod
+Replaces: ghc-mod (<< 5.2.1.1-1)
+Breaks: ghc-mod (<< 5.2.1.1-1)
 Description: Happy Haskell programming with Emacs
  This package proviceds the GNU Emacs integration code for ghc-mod.
  .




More information about the Pkg-haskell-commits mailing list