[DHG_packages] 05/05: EdisonAPI: Upgrading from 1.3 to 1.3.1

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 19:51:36 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 26355ec89604d924a33d4335863ca55c08331360
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 7 20:04:57 2016 -0400

    EdisonAPI: Upgrading from 1.3 to 1.3.1
---
 p/haskell-edison-api/debian/changelog |  8 +++---
 p/haskell-edison-api/debian/control   | 50 +++++++++++++++--------------------
 p/haskell-edison-api/debian/copyright |  2 +-
 3 files changed, 27 insertions(+), 33 deletions(-)

diff --git a/p/haskell-edison-api/debian/changelog b/p/haskell-edison-api/debian/changelog
index 4eb08de..ab95dd0 100644
--- a/p/haskell-edison-api/debian/changelog
+++ b/p/haskell-edison-api/debian/changelog
@@ -1,14 +1,14 @@
-haskell-edison-api (1.3-2) UNRELEASED; urgency=medium
+haskell-edison-api (1.3.1-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:35:13 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 07 Oct 2016 20:04:57 -0400
 
 haskell-edison-api (1.3-1) unstable; urgency=medium
 
diff --git a/p/haskell-edison-api/debian/control b/p/haskell-edison-api/debian/control
index 7926f7b..6184a92 100644
--- a/p/haskell-edison-api/debian/control
+++ b/p/haskell-edison-api/debian/control
@@ -3,29 +3,26 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Joachim Breitner <nomeata 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 (>= 1.0),
  libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc
 Standards-Version: 3.9.8
 Homepage: http://rwd.rdockins.name/edison/home/
-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-edison-api
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-edison-api-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: libghc-edison-core-dev,
- ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: libghc-edison-core-dev, ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Haskell library of efficent, purely-functional data structures
  The abstract interface (API) of the Edison library for Haskell for
  use with ghc.
@@ -42,13 +39,10 @@ Description: Haskell library of efficent, purely-functional data structures
 
 Package: libghc-edison-api-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: libghc-edison-core-prof,
- ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: libghc-edison-core-prof, ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Haskell library of data structures; profiling libraries
  The abstract interface (API) of the Edison library for Haskell for
  use with ghc.
@@ -66,17 +60,17 @@ Description: Haskell library of data structures; profiling libraries
 Package: libghc-edison-api-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: haskell-edison-doc,
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts:
  haskell-edison-api-doc (<< 1.2.1-13),
+ haskell-edison-doc,
  libghc6-edison-api-doc (<< 1:1),
-Provides: haskell-edison-api-doc,
- libghc6-edison-api-doc,
-Replaces: haskell-edison-doc,
+Provides: haskell-edison-api-doc, libghc6-edison-api-doc
+Replaces:
  haskell-edison-api-doc (<< 1.2.1-13),
+ haskell-edison-doc,
  libghc6-edison-api-doc (<< 1:1),
 Description: documentation of the Edison Haskell library
  Documentation of the Edison library containing efficent,
diff --git a/p/haskell-edison-api/debian/copyright b/p/haskell-edison-api/debian/copyright
index 925536a..37115cb 100644
--- a/p/haskell-edison-api/debian/copyright
+++ b/p/haskell-edison-api/debian/copyright
@@ -33,4 +33,4 @@ License: MIT
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
\ No newline at end of file
+ THE SOFTWARE.

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