[DHG_packages] 02/05: vty: Upgrading from 5.5.0 to 5.11

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 04:55:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit b581fb2e38095ee7d132951fb7be8d3247a423b4
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 8 00:42:15 2016 -0400

    vty: Upgrading from 5.5.0 to 5.11
---
 p/haskell-vty/debian/changelog |  6 ++---
 p/haskell-vty/debian/control   | 58 +++++++++++++++++++++++++-----------------
 p/haskell-vty/debian/copyright |  2 +-
 3 files changed, 39 insertions(+), 27 deletions(-)

diff --git a/p/haskell-vty/debian/changelog b/p/haskell-vty/debian/changelog
index fe74791..f56470b 100644
--- a/p/haskell-vty/debian/changelog
+++ b/p/haskell-vty/debian/changelog
@@ -1,8 +1,8 @@
-haskell-vty (5.5.0-2) UNRELEASED; urgency=medium
+haskell-vty (5.11-1) experimental; urgency=medium
 
-  * Fix VCS fields
+  * New upstream version.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:11 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 00:52:51 -0400
 
 haskell-vty (5.5.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-vty/debian/control b/p/haskell-vty/debian/control
index eb72e21..139e6f2 100644
--- a/p/haskell-vty/debian/control
+++ b/p/haskell-vty/debian/control
@@ -1,45 +1,48 @@
 Source: haskell-vty
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-blaze-builder-dev (>= 0.3.3.2),
+ haskell-devscripts (>= 0.10),
  libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.3.3.2),
  libghc-blaze-builder-prof,
  libghc-data-default-dev (>= 0.5.3),
  libghc-data-default-prof,
  libghc-hashable-dev (>= 1.2),
  libghc-hashable-prof,
  libghc-microlens-dev,
- libghc-microlens-prof,
  libghc-microlens-mtl-dev,
  libghc-microlens-mtl-prof,
+ libghc-microlens-prof,
  libghc-microlens-th-dev,
  libghc-microlens-th-prof,
- libghc-mtl-dev (>= 1.1.1.0),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 1.1.1.0),
  libghc-mtl-prof,
- libghc-parallel-dev (>= 2.2),
  libghc-parallel-dev (<< 3.3),
+ libghc-parallel-dev (>= 2.2),
  libghc-parallel-prof,
- libghc-parsec3-dev (>= 2),
  libghc-parsec3-dev (<< 4),
+ libghc-parsec3-dev (>= 2),
  libghc-parsec3-prof,
  libghc-stm-dev,
  libghc-stm-prof,
  libghc-text-dev (>= 0.11.3),
  libghc-text-prof,
- libghc-utf8-string-dev (>= 0.3),
  libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-dev (>= 0.3),
  libghc-utf8-string-prof,
  libghc-vector-dev (>= 0.7),
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-data-default-doc,
  libghc-hashable-doc,
@@ -55,16 +58,19 @@ Build-Depends-Indep: ghc-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/coreyoconnor/vty
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-vty
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-vty-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Terminal interface library for ghc${haskell:ShortBlurb}
  Vty is a terminal interface/control library for Haskell. It has a
  very easy API.
@@ -73,11 +79,14 @@ Description: Terminal interface library for ghc${haskell:ShortBlurb}
 
 Package: libghc-vty-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Terminal interface library for ghc${haskell:ShortBlurb}
  Vty is a terminal interface/control library for Haskell. It has a
  very easy API.
@@ -87,10 +96,13 @@ Description: Terminal interface library for ghc${haskell:ShortBlurb}
 Package: libghc-vty-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Terminal interface library for ghc${haskell:ShortBlurb}
  Vty is a terminal interface/control library for Haskell. It has a
  very easy API.
diff --git a/p/haskell-vty/debian/copyright b/p/haskell-vty/debian/copyright
index bcaaf3d..6603735 100644
--- a/p/haskell-vty/debian/copyright
+++ b/p/haskell-vty/debian/copyright
@@ -38,4 +38,4 @@ License: BSD-3-clause
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-- 
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