summaryrefslogtreecommitdiff
path: root/p/ghc-mod
diff options
context:
space:
mode:
authorDaneil Gröber <dxld@darkboxed.org>2014-11-06 19:43:32 +0300
committer=?UTF-8?q?Daneil=20Gr=C3=B6ber?= <dxld@darkboxed.org>2014-11-06 19:43:32 +0300
commitf1fd8b5a6fc984bc96826896bee8a7e7bc66d47e (patch)
treeb5ce790d44c402042a7c6dd6076fb197f9b2342d /p/ghc-mod
parent994a606510dd2bf4ff095832dcdeefe932c83fca (diff)
downloadDHG_packages-f1fd8b5a6fc984bc96826896bee8a7e7bc66d47e.tar.gz
ghc-mod: Fix upgrading ghc-mod from wheezy
Diffstat (limited to 'p/ghc-mod')
-rw-r--r--p/ghc-mod/debian/changelog7
-rw-r--r--p/ghc-mod/debian/control8
2 files changed, 13 insertions, 2 deletions
diff --git a/p/ghc-mod/debian/changelog b/p/ghc-mod/debian/changelog
index 2a39ec16c..bc765ab6d 100644
--- a/p/ghc-mod/debian/changelog
+++ b/p/ghc-mod/debian/changelog
@@ -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@darkboxed.org> Thu, 06 Nov 2014 17:42:36 +0100
+
ghc-mod (5.2.1.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/ghc-mod/debian/control b/p/ghc-mod/debian/control
index f681b83be..ad433a89e 100644
--- a/p/ghc-mod/debian/control
+++ b/p/ghc-mod/debian/control
@@ -33,7 +33,7 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/ghc-mod
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 @@ Package: ghc-mod-el
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.
.