[DHG_packages] 06/06: unlambda: Upgrading from 0.1.4.1 to 0.1.4.2

Clint Adams clint at moszumanska.debian.org
Sat Oct 15 16:54:55 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 94be7c323ea96d5b1a0e05a0e2f51215f59cf4a7
Author: Clint Adams <clint at debian.org>
Date:   Sat Oct 8 00:40:47 2016 -0400

    unlambda: Upgrading from 0.1.4.1 to 0.1.4.2
---
 p/haskell-unlambda/debian/changelog         |  8 ++--
 p/haskell-unlambda/debian/control           | 64 ++++++++++++++++++-----------
 p/haskell-unlambda/debian/unlambda.manpages |  2 +-
 3 files changed, 46 insertions(+), 28 deletions(-)

diff --git a/p/haskell-unlambda/debian/changelog b/p/haskell-unlambda/debian/changelog
index 5e4fb6f..bfe2785 100644
--- a/p/haskell-unlambda/debian/changelog
+++ b/p/haskell-unlambda/debian/changelog
@@ -1,14 +1,14 @@
-haskell-unlambda (0.1.4.1-4) UNRELEASED; urgency=medium
+haskell-unlambda (0.1.4.2-1) experimental; 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
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * New upstream release
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:24 +0300
+ -- Clint Adams <clint at debian.org>  Sat, 08 Oct 2016 00:40:47 -0400
 
 haskell-unlambda (0.1.4.1-3) unstable; urgency=medium
 
diff --git a/p/haskell-unlambda/debian/control b/p/haskell-unlambda/debian/control
index fe30811..bb41d8d 100644
--- a/p/haskell-unlambda/debian/control
+++ b/p/haskell-unlambda/debian/control
@@ -1,30 +1,37 @@
 Source: haskell-unlambda
 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,
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev,
  libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/unlambda
-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-unlambda
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-unlambda-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Unlambda interpreter library${haskell:ShortBlurb}
  It is an interpreter of the Unlambda language, written in the pure,
  lazy, functional language Haskell.
@@ -33,11 +40,15 @@ Description: Unlambda interpreter library${haskell:ShortBlurb}
 
 Package: libghc-unlambda-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Unlambda interpreter library${haskell:ShortBlurb}
  It is an interpreter of the Unlambda language, written in the pure,
  lazy, functional language Haskell.
@@ -47,10 +58,13 @@ Description: Unlambda interpreter library${haskell:ShortBlurb}
 Package: libghc-unlambda-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Unlambda interpreter library${haskell:ShortBlurb}
  It is an interpreter of the Unlambda language, written in the pure,
  lazy, functional language Haskell.
@@ -59,12 +73,16 @@ Description: Unlambda interpreter library${haskell:ShortBlurb}
 
 Package: unlambda
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: interpreter for the Unlambda language
  It is an interpreter of the Unlambda language, written in the pure,
  lazy, functional language Haskell.
diff --git a/p/haskell-unlambda/debian/unlambda.manpages b/p/haskell-unlambda/debian/unlambda.manpages
index d406ac4..2a6ba36 100644
--- a/p/haskell-unlambda/debian/unlambda.manpages
+++ b/p/haskell-unlambda/debian/unlambda.manpages
@@ -1 +1 @@
-debian/unlambda.1
\ No newline at end of file
+debian/unlambda.1

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