[DHG_packages] 08/09: servant-client: tweak auto-generated packaging

Sean Whitton spw-guest at moszumanska.debian.org
Thu Sep 29 03:55:14 UTC 2016


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

spw-guest pushed a commit to branch master
in repository DHG_packages.

commit facb9212a950eb4193c6e245e6e9629904dc9e81
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Wed Sep 28 20:40:46 2016 -0700

    servant-client: tweak auto-generated packaging
---
 p/haskell-servant-client/debian/changelog |  4 ++--
 p/haskell-servant-client/debian/control   | 13 ++++++-------
 p/haskell-servant-client/debian/copyright | 10 +++-------
 p/haskell-servant-client/debian/rules     |  2 ++
 4 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/p/haskell-servant-client/debian/changelog b/p/haskell-servant-client/debian/changelog
index 10093c2..3f00018 100644
--- a/p/haskell-servant-client/debian/changelog
+++ b/p/haskell-servant-client/debian/changelog
@@ -1,5 +1,5 @@
-haskell-servant-client (0.7.1-1) UNRELEASED; urgency=low
+haskell-servant-client (0.7.1-1) UNRELEASED; urgency=medium
 
-  * Initial release
+  * Initial release (Closes: #839111).
 
  -- Sean Whitton <spwhitton at spwhitton.name>  Wed, 28 Sep 2016 20:30:09 -0700
diff --git a/p/haskell-servant-client/debian/control b/p/haskell-servant-client/debian/control
index 50f49b8..b4f02d8 100644
--- a/p/haskell-servant-client/debian/control
+++ b/p/haskell-servant-client/debian/control
@@ -62,17 +62,16 @@ Build-Depends-Indep: ghc-doc,
  libghc-string-conversions-doc,
  libghc-text-doc,
  libghc-transformers-compat-doc,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: http://haskell-servant.readthedocs.org/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-servant-client
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
-X-Description: automatical derivation of querying functions for servant webservices
- This library lets you derive automatically Haskell functions that
- let you query each endpoint of a <http://hackage.haskell.org/package/servant servant> webservice.
+X-Description: library for writing clients for servant webservices
+ This library automatically derives functions for writing clients for
+ webservices produced using the servant library.
  .
- See <http://haskell-servant.readthedocs.org/en/stable/tutorial/Client.html the client section of the tutorial>.
- .
- <https://github.com/haskell-servant/servant/blob/master/servant-client/CHANGELOG.md CHANGELOG>
+ See http://haskell-servant.readthedocs.org/en/stable/tutorial/Client.html
+ for a tutorial.
 
 Package: libghc-servant-client-dev
 Architecture: any
diff --git a/p/haskell-servant-client/debian/copyright b/p/haskell-servant-client/debian/copyright
index 4b6c79d..2fca1c5 100644
--- a/p/haskell-servant-client/debian/copyright
+++ b/p/haskell-servant-client/debian/copyright
@@ -5,17 +5,13 @@ Source: https://hackage.haskell.org/package/servant-client
 
 Files: *
 Copyright: 2014-2016 Zalora South East Asia Pte Ltd, Servant Contributors
-License: BSD3
+License: BSD-3-clause
 
 Files: debian/*
 Copyright: held by the contributors mentioned in debian/changelog
-License: BSD3
+License: BSD-3-clause
 
-License: BSD3
- Copyright (c) 2014-2016, Zalora South East Asia Pte Ltd, Servant Contributors
- .
- All rights reserved.
- .
+License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .
diff --git a/p/haskell-servant-client/debian/rules b/p/haskell-servant-client/debian/rules
index dc496e6..1ecc07a 100755
--- a/p/haskell-servant-client/debian/rules
+++ b/p/haskell-servant-client/debian/rules
@@ -2,6 +2,8 @@
 
 DEB_CABAL_PACKAGE = servant-client
 DEB_DEFAULT_COMPILER = ghc
+DEB_ENABLE_TESTS = yes
+DEB_INSTALL_CHANGELOGS_ALL = CHANGELOG.md
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

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