diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-06-27 18:15:14 +0300 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-06-27 18:15:14 +0300 |
commit | bca1776a01c22b7578173569660277a6b44820f7 (patch) | |
tree | 5a41f35263445211f6cca5305201b76b3281ab5d /p/haskell-diff/debian | |
parent | c8c830f19185d2d2694c5a0e2e53e9cdf4ae0485 (diff) | |
download | DHG_packages-bca1776a01c22b7578173569660277a6b44820f7.tar.gz |
haskell-diff: New upstream release
Diffstat (limited to 'p/haskell-diff/debian')
-rw-r--r-- | p/haskell-diff/debian/changelog | 8 | ||||
-rw-r--r-- | p/haskell-diff/debian/control | 3 | ||||
-rwxr-xr-x | p/haskell-diff/debian/rules | 2 |
3 files changed, 0 insertions, 13 deletions
diff --git a/p/haskell-diff/debian/changelog b/p/haskell-diff/debian/changelog index bb1333bc4..11e3072b3 100644 --- a/p/haskell-diff/debian/changelog +++ b/p/haskell-diff/debian/changelog @@ -1,11 +1,3 @@ -haskell-diff (0.3.2-1) unstable; urgency=medium - - * New upstream release - * Reformat debian/changelog according to dep5 - * Use X-Descriptions and blurbs to avoid duplication - - -- Dmitry Bogatov <KAction@gnu.org> Sat, 27 Jun 2015 20:05:51 +0300 - haskell-diff (0.3.1-2) unstable; urgency=medium * Upload to unstable diff --git a/p/haskell-diff/debian/control b/p/haskell-diff/debian/control index d3c91bd8c..67813823f 100644 --- a/p/haskell-diff/debian/control +++ b/p/haskell-diff/debian/control @@ -8,9 +8,6 @@ Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.9) , ghc , ghc-prof - , libghc-quickcheck2-dev (>= 2.4) - , libghc-test-framework-dev (>= 0.4) - , libghc-test-framework-quickcheck2-dev (>= 0.2) Build-Depends-Indep: ghc-doc Standards-Version: 3.9.6 Homepage: http://hackage.haskell.org/package/Diff diff --git a/p/haskell-diff/debian/rules b/p/haskell-diff/debian/rules index 01f1aaf04..683e77bcf 100755 --- a/p/haskell-diff/debian/rules +++ b/p/haskell-diff/debian/rules @@ -1,6 +1,4 @@ #!/usr/bin/make -f -DEB_ENABLE_TESTS = yes - include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk |