[Pkg-haskell-commits] darcs: cabal-debian: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Thu Jun 11 08:44:23 UTC 2015
Thu Jun 11 08:12:51 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
M ./changelog -2 +2
M ./control -22 +12
M ./rules +2
Thu Jun 11 08:12:51 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
diff -rN -u old-cabal-debian/changelog new-cabal-debian/changelog
--- old-cabal-debian/changelog 2015-06-11 08:44:23.741704730 +0000
+++ new-cabal-debian/changelog 2015-06-11 08:44:23.749704721 +0000
@@ -1,8 +1,8 @@
-cabal-debian (4.24.3-1) UNRELEASED; urgency=medium
+cabal-debian (4.29-1) UNRELEASED; urgency=medium
* New upstream release
- -- Dmitry Bogatov <KAction at gnu.org> Fri, 20 Mar 2015 13:53:10 +0300
+ -- Joachim Breitner <nomeata at debian.org> Thu, 11 Jun 2015 10:12:29 +0200
cabal-debian (4.23.1-1) experimental; urgency=medium
diff -rN -u old-cabal-debian/control new-cabal-debian/control
--- old-cabal-debian/control 2015-06-11 08:44:23.741704730 +0000
+++ new-cabal-debian/control 2015-06-11 08:44:23.745704726 +0000
@@ -8,42 +8,32 @@
, haskell-devscripts (>= 0.9)
, ghc
, ghc-prof
+ , libghc-bifunctors-dev
, libghc-lens-dev
- , libghc-lens-prof
, libghc-debian-dev (>> 3.87)
- , libghc-debian-prof
- , libghc-diff-dev
- , libghc-diff-prof
+ , libghc-diff-dev (>= 0.3.1)
+ , libghc-exceptions-dev
, libghc-hsemail-dev
- , libghc-hsemail-prof
, libghc-hunit-dev
- , libghc-hunit-prof
- , libghc-memoize-dev
- , libghc-memoize-prof
+ , libghc-memoize-dev (>= 0.7)
, libghc-mtl-dev
- , libghc-mtl-prof
, libghc-parsec3-dev
- , libghc-parsec3-prof
, libghc-puremd5-dev
- , libghc-puremd5-prof
, libghc-regex-tdfa-dev
- , libghc-regex-tdfa-prof
, libghc-set-extra-dev
- , libghc-set-extra-prof
, libghc-syb-dev
- , libghc-syb-prof
, libghc-text-dev
- , libghc-text-prof
- , libghc-unixutils-dev
- , libghc-unixutils-prof
+ , libghc-unixutils-dev (>= 1.53)
, libghc-utf8-string-dev
- , libghc-utf8-string-prof
- , libghc-cabal-dev (>= 1.9)
- , libghc-cabal-prof,
+ , libghc-cabal-dev (>= 1.19)
, libghc-data-default-dev,
- , libghc-data-default-prof
, libghc-network-uri-dev
- , libghc-network-uri-prof
+ , libghc-newtype-generics-dev
+ , libghc-optparse-applicative-dev (>= 0.11)
+ , libghc-optparse-applicative-dev (<< 0.12)
+ , libghc-ansi-wl-pprint-dev (>= 0.6)
+ , libghc-ansi-wl-pprint-dev (<< 0.7)
+ , libghc-prettyclass-dev
Standards-Version: 3.9.6
Homepage: https://github.com/ddssff/cabal-debian
diff -rN -u old-cabal-debian/rules new-cabal-debian/rules
--- old-cabal-debian/rules 2015-06-11 08:44:23.737704734 +0000
+++ new-cabal-debian/rules 2015-06-11 08:44:23.745704726 +0000
@@ -2,6 +2,8 @@
# DEB_ENABLE_TESTS = yes
+DEB_SETUP_GHC6_CONFIGURE_ARGS += -f-local-debian
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
More information about the Pkg-haskell-commits
mailing list