[DHG_packages] 01/01: DAV: Upgrading from 1.2 to 1.3
Clint Adams
clint at moszumanska.debian.org
Fri Jul 15 14:06:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit a11476587ef1b2dccda25704e9e395a1191d2b71
Author: Clint Adams <clint at debian.org>
Date: Fri Jul 15 10:01:03 2016 -0400
DAV: Upgrading from 1.2 to 1.3
---
p/haskell-dav/debian/changelog | 10 ++++++++--
p/haskell-dav/debian/control | 2 +-
p/haskell-dav/debian/patches/drop-mtl-compat.patch | 18 ------------------
p/haskell-dav/debian/patches/series | 1 -
4 files changed, 9 insertions(+), 22 deletions(-)
diff --git a/p/haskell-dav/debian/changelog b/p/haskell-dav/debian/changelog
index 8dfa8a2..e6a6412 100644
--- a/p/haskell-dav/debian/changelog
+++ b/p/haskell-dav/debian/changelog
@@ -1,10 +1,16 @@
-haskell-dav (1.2-2) UNRELEASED; urgency=medium
+haskell-dav (1.3-1) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:07 +0300
+ [ Clint Adams ]
+ * New upstream version.
+ - Prompts for passwords if unspecified through command line
+ switches. closes: #831296.
+
+ -- Clint Adams <clint at debian.org> Fri, 15 Jul 2016 10:01:03 -0400
haskell-dav (1.2-1) unstable; urgency=medium
diff --git a/p/haskell-dav/debian/control b/p/haskell-dav/debian/control
index 58e6443..1925e4d 100644
--- a/p/haskell-dav/debian/control
+++ b/p/haskell-dav/debian/control
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 9),
libghc-http-types-prof,
libghc-lens-dev (>= 3.0),
libghc-lens-prof,
- libghc-mtl-dev (>= 2.1),
+ libghc-mtl-dev (>= 2.2.1),
libghc-mtl-prof,
libghc-network-dev (>= 2.6),
libghc-network-prof,
diff --git a/p/haskell-dav/debian/patches/drop-mtl-compat.patch b/p/haskell-dav/debian/patches/drop-mtl-compat.patch
deleted file mode 100644
index de51452..0000000
--- a/p/haskell-dav/debian/patches/drop-mtl-compat.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/DAV.cabal
-+++ b/DAV.cabal
-@@ -40,7 +40,6 @@ library
- , http-types >= 0.7
- , lens >= 3.0
- , mtl >= 2.1
-- , mtl-compat
- , transformers >= 0.3
- , transformers-base
- , transformers-compat >= 0.3
-@@ -62,7 +61,6 @@ executable hdav
- , http-types >= 0.7
- , lens >= 3.0
- , mtl >= 2.1
-- , mtl-compat
- , optparse-applicative >= 0.10.0
- , transformers >= 0.3
- , transformers-base
diff --git a/p/haskell-dav/debian/patches/series b/p/haskell-dav/debian/patches/series
deleted file mode 100644
index da60420..0000000
--- a/p/haskell-dav/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-drop-mtl-compat.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