summaryrefslogtreecommitdiff
path: root/p/haskell-hspec-discover/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-04-23 10:10:20 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-04-23 10:10:20 +0300
commit82a65436a4d19fedaeb25a15276091b06475795e (patch)
tree80e7e25c44de9ddaaaabc00db7663d8dbbafc7c2 /p/haskell-hspec-discover/debian
parentc1392080ea44d40fe1584a7ec2da21e002974d8e (diff)
downloadDHG_packages-82a65436a4d19fedaeb25a15276091b06475795e.tar.gz
haskell-hspec-discover: Add Breaks+Replaces relation on haskell-hspec (Closes: #783155)
Diffstat (limited to 'p/haskell-hspec-discover/debian')
-rw-r--r--p/haskell-hspec-discover/debian/changelog1
-rw-r--r--p/haskell-hspec-discover/debian/control2
2 files changed, 3 insertions, 0 deletions
diff --git a/p/haskell-hspec-discover/debian/changelog b/p/haskell-hspec-discover/debian/changelog
index dcea8af15..1872687bf 100644
--- a/p/haskell-hspec-discover/debian/changelog
+++ b/p/haskell-hspec-discover/debian/changelog
@@ -1,6 +1,7 @@
haskell-hspec-discover (2.1.5-2) UNRELEASED; urgency=medium
* Fix debian/copyright syntax
+ * Add Breaks+Replaces relation on haskell-hspec (Closes: #783155)
-- Joachim Breitner <nomeata@debian.org> Tue, 21 Apr 2015 15:30:44 +0200
diff --git a/p/haskell-hspec-discover/debian/control b/p/haskell-hspec-discover/debian/control
index 5f5b89b5f..dd95fa7e8 100644
--- a/p/haskell-hspec-discover/debian/control
+++ b/p/haskell-hspec-discover/debian/control
@@ -14,6 +14,8 @@ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hspec-discover
Package: hspec-discover
Architecture: any
+Breaks: libghc-hspec-dev (<< 2.1.5)
+Replaces: libghc-hspec-dev (<< 2.1.5)
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Automatically discover and run Hspec tests
It is a useful convention to have one spec file for each source file. That way