[DHG_packages] 05/34: snap-templates: Bump bounds for newer directory
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Fri Jan 27 09:46:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch ghc-8.0.2
in repository DHG_packages.
commit 2cd0c3e35c4385e79d6e3a6589e2e87241a28210
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Wed Jan 25 21:19:59 2017 +0200
snap-templates: Bump bounds for newer directory
---
p/haskell-snap-templates/debian/changelog | 5 +++--
.../debian/patches/newer-directory | 18 ++++++++++++++++++
.../debian/patches/rename-snap-binary | 2 ++
p/haskell-snap-templates/debian/patches/series | 1 +
4 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/p/haskell-snap-templates/debian/changelog b/p/haskell-snap-templates/debian/changelog
index a049c7e..ca1fa94 100644
--- a/p/haskell-snap-templates/debian/changelog
+++ b/p/haskell-snap-templates/debian/changelog
@@ -1,10 +1,11 @@
-haskell-snap-templates (1.0.0.0-4) UNRELEASED; urgency=medium
+haskell-snap-templates (1.0.0.0-4) unstable; urgency=medium
* Improve package description by removing 'cabal install' which
effectively bypasses the Debian packaging system (Closes: #842437).
* Recommend libghc-snap-dev (Closes: #842438).
+ * Bump bounds for newer directory, shipped with ghc-8.0.2.
- -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Mon, 21 Nov 2016 12:57:37 +0200
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Wed, 25 Jan 2017 18:52:14 +0200
haskell-snap-templates (1.0.0.0-3) unstable; urgency=high
diff --git a/p/haskell-snap-templates/debian/patches/newer-directory b/p/haskell-snap-templates/debian/patches/newer-directory
new file mode 100644
index 0000000..3935819
--- /dev/null
+++ b/p/haskell-snap-templates/debian/patches/newer-directory
@@ -0,0 +1,18 @@
+Description: Bump bounds for newer directory
+ Bump bounds for directory 1.3.0.0, shipped with ghc-8.0.2.
+Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
+Origin: no
+
+Index: b/snap-templates.cabal
+===================================================================
+--- a/snap-templates.cabal
++++ b/snap-templates.cabal
+@@ -67,7 +67,7 @@ Executable snap-framework
+ base >= 4 && < 5,
+ bytestring >= 0.9.1 && < 0.11,
+ containers >= 0.3 && < 0.6,
+- directory >= 1.0 && < 1.3,
++ directory >= 1.0 && < 1.4,
+ directory-tree >= 0.11 && < 0.13,
+ filepath >= 1.1 && < 1.5,
+ -- Blacklist bad versions of hashable
diff --git a/p/haskell-snap-templates/debian/patches/rename-snap-binary b/p/haskell-snap-templates/debian/patches/rename-snap-binary
index f953c54..08de8f9 100644
--- a/p/haskell-snap-templates/debian/patches/rename-snap-binary
+++ b/p/haskell-snap-templates/debian/patches/rename-snap-binary
@@ -1,3 +1,5 @@
+Index: b/snap-templates.cabal
+===================================================================
--- a/snap-templates.cabal
+++ b/snap-templates.cabal
@@ -5,14 +5,14 @@ description:
diff --git a/p/haskell-snap-templates/debian/patches/series b/p/haskell-snap-templates/debian/patches/series
index e341243..9c42677 100644
--- a/p/haskell-snap-templates/debian/patches/series
+++ b/p/haskell-snap-templates/debian/patches/series
@@ -1 +1,2 @@
rename-snap-binary
+newer-directory
--
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