[DHG_packages] 01/01: gitit: new version
Joachim Breitner
nomeata at moszumanska.debian.org
Mon Feb 22 23:35:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch master
in repository DHG_packages.
commit 490dac1b7f7997a0ffa7697e39245d0b5d26e4b3
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Mon Feb 22 23:50:40 2016 +0100
gitit: new version
---
p/gitit/debian/changelog | 6 ++++++
p/gitit/debian/control | 10 +++++++---
p/gitit/debian/patches/relax-aeson-0.10.patch | 19 -------------------
p/gitit/debian/patches/relax-hoauth2.patch | 11 -----------
p/gitit/debian/patches/series | 2 --
5 files changed, 13 insertions(+), 35 deletions(-)
diff --git a/p/gitit/debian/changelog b/p/gitit/debian/changelog
index c941741..776fd53 100644
--- a/p/gitit/debian/changelog
+++ b/p/gitit/debian/changelog
@@ -1,3 +1,9 @@
+gitit (0.12.1-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org> Mon, 22 Feb 2016 23:48:23 +0100
+
gitit (0.12.0.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/gitit/debian/control b/p/gitit/debian/control
index 16b3a7d..7e000e1 100644
--- a/p/gitit/debian/control
+++ b/p/gitit/debian/control
@@ -4,7 +4,7 @@ Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+ haskell-devscripts (>= 0.10.2.3),
cdbs,
xsltproc,
pandoc,
@@ -24,6 +24,7 @@ Build-Depends: debhelper (>= 9),
libghc-sha-dev (<< 1.7),
libghc-sha-prof,
libghc-aeson-dev (>= 0.7),
+ libghc-aeson-dev (<< 0.11),
libghc-aeson-dev,
libghc-aeson-prof,
libghc-base64-bytestring-dev (>= 0.1),
@@ -47,6 +48,7 @@ Build-Depends: debhelper (>= 9),
libghc-highlighting-kate-dev (<< 0.7),
libghc-highlighting-kate-prof,
libghc-hoauth2-dev (>= 0.4.2),
+ libghc-hoauth2-dev (<< 0.6),
libghc-hoauth2-dev,
libghc-hoauth2-prof,
libghc-hslogger-dev (>= 1),
@@ -73,10 +75,10 @@ Build-Depends: debhelper (>= 9),
libghc-old-time-dev,
libghc-old-time-prof,
libghc-pandoc-dev (>= 1.12.4),
- libghc-pandoc-dev (<< 1.16),
+ libghc-pandoc-dev (<< 1.17),
libghc-pandoc-prof,
libghc-pandoc-types-dev (>= 1.12.3),
- libghc-pandoc-types-dev (<< 1.13),
+ libghc-pandoc-types-dev (<< 1.17),
libghc-pandoc-types-prof,
libghc-parsec3-dev,
libghc-parsec3-prof,
@@ -115,6 +117,8 @@ Build-Depends: debhelper (>= 9),
libghc-zlib-dev (>= 0.5),
libghc-zlib-dev (<< 0.7),
libghc-zlib-prof,
+ libghc-http-dev (>= 1:4000.0),
+ libghc-http-dev (<< 1:4000.4),
libghc-http-dev,
libghc-hslogger-dev,
libghc-url-dev,
diff --git a/p/gitit/debian/patches/relax-aeson-0.10.patch b/p/gitit/debian/patches/relax-aeson-0.10.patch
deleted file mode 100644
index cec90ae..0000000
--- a/p/gitit/debian/patches/relax-aeson-0.10.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Relax dependency on aeson
- Attempt to solve tricky situation with LTS-4.0 transition. LTS-4.0 contains
- aeson-0.10, so we need to build gitit with it. This patch is imported into
- additional-patches, but it is not clear whether gitit is actually user-ready.
-Author: Dmitry Bogatov <KAction at gnu.org>
-Last-Update: 2015-01-09
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/gitit.cabal
-+++ b/gitit.cabal
-@@ -170,7 +170,7 @@ Library
- hoauth2 >= 0.4.2 && < 0.5,
- http-conduit >= 2.1.4 && < 2.2,
- http-client-tls >= 0.2.2 && < 0.3,
-- aeson >= 0.7 && < 0.10,
-+ aeson >= 0.7 && < 0.12,
- uuid >= 1.3 && < 1.4
- if impl(ghc >= 6.10)
- build-depends: base >= 4, syb
diff --git a/p/gitit/debian/patches/relax-hoauth2.patch b/p/gitit/debian/patches/relax-hoauth2.patch
deleted file mode 100644
index aa0a2cb..0000000
--- a/p/gitit/debian/patches/relax-hoauth2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/gitit.cabal
-+++ b/gitit.cabal
-@@ -167,7 +167,7 @@ Library
- json >= 0.4 && < 0.10,
- uri >= 0.1 && < 0.2,
- split,
-- hoauth2 >= 0.4.2 && < 0.5,
-+ hoauth2 >= 0.4.2 && < 0.6,
- http-conduit >= 2.1.4 && < 2.2,
- http-client-tls >= 0.2.2 && < 0.3,
- aeson >= 0.7 && < 0.12,
diff --git a/p/gitit/debian/patches/series b/p/gitit/debian/patches/series
index 9c7badc..d2ec8f3 100644
--- a/p/gitit/debian/patches/series
+++ b/p/gitit/debian/patches/series
@@ -1,3 +1 @@
clean-cabal-file.patch
-relax-aeson-0.10.patch
-relax-hoauth2.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list