[pkg-haskell-tools] 03/03: A bit less lintian chatter

Joachim Breitner nomeata at moszumanska.debian.org
Thu Aug 13 10:03:27 UTC 2015


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

nomeata pushed a commit to branch master
in repository pkg-haskell-tools.

commit 443c0a9bdc17cc52b3838c9b672151cc56fa4079
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Aug 13 12:02:48 2015 +0200

    A bit less lintian chatter
---
 debian/control   |  2 +-
 debian/copyright | 18 ++++++++++++++++++
 debian/rules     |  2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 5db98bf..43e3d89 100644
--- a/debian/control
+++ b/debian/control
@@ -33,8 +33,8 @@ Depends:
  dctrl-tools,
  reprepro,
  ${perl:Depends},
- ${haskell:Depends},
  ${shlibs:Depends},
+ ${misc:Depends},
 Description: Debian Haskell Group tools
  This package provides various convenience tools used by the Debian Haskell
  Group.
diff --git a/debian/copyright b/debian/copyright
index a7474ec..3860490 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,3 +6,21 @@ Source: https://hackage.haskell.org/package/dht
 Files: *
 Copyright: held by the contributors mentioned in debian/changelog
 License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE 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.
diff --git a/debian/rules b/debian/rules
index 27c83d8..852d4b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/cdbs/1/class/hlibrary.mk
 build/pkg-haskell-tools:: build-ghc-stamp debian/dht.1
 
 debian/dht.1: dht
-	help2man -N ./dht > $@
+	help2man -N -n "Debian Haskell Group packaging tools" ./dht > $@
 
 clean::
 	rm -f debian/dht.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git



More information about the Pkg-haskell-commits mailing list