[Pkg-haskell-commits] darcs: haskell-hspec-discover: Add Breaks+Replaces relation on haskell-hspec (Closes: #783155)
Joachim Breitner
mail at joachim-breitner.de
Thu Apr 23 07:14:14 UTC 2015
Thu Apr 23 07:10:20 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Add Breaks+Replaces relation on haskell-hspec (Closes: #783155)
M ./changelog +1
M ./control +2
Thu Apr 23 07:10:20 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Add Breaks+Replaces relation on haskell-hspec (Closes: #783155)
diff -rN -u old-haskell-hspec-discover/changelog new-haskell-hspec-discover/changelog
--- old-haskell-hspec-discover/changelog 2015-04-23 07:14:13.922680805 +0000
+++ new-haskell-hspec-discover/changelog 2015-04-23 07:14:13.926680807 +0000
@@ -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 at debian.org> Tue, 21 Apr 2015 15:30:44 +0200
diff -rN -u old-haskell-hspec-discover/control new-haskell-hspec-discover/control
--- old-haskell-hspec-discover/control 2015-04-23 07:14:13.922680805 +0000
+++ new-haskell-hspec-discover/control 2015-04-23 07:14:13.922680805 +0000
@@ -14,6 +14,8 @@
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
More information about the Pkg-haskell-commits
mailing list