[DHG_packages] 01/01: haskell-hpack: * rpath lintian override * removed empty dbgsym package * Some more lintian warnings fixed
Sven Bartscher
kritzefitz at moszumanska.debian.org
Thu Jun 2 18:03:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
kritzefitz pushed a commit to annotated tag haskell-hpack_v0.14.0-2
in repository DHG_packages.
commit b23cded1c70ef1e56de103a275e17ff297106bb7
Author: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
Date: Thu Jun 2 19:23:27 2016 +0200
haskell-hpack:
* rpath lintian override
* removed empty dbgsym package
* Some more lintian warnings fixed
---
p/haskell-hpack/debian/changelog | 7 +++++++
p/haskell-hpack/debian/control | 14 +++++++-------
p/haskell-hpack/debian/hpack.lintian-overrides | 1 +
p/haskell-hpack/debian/rules | 1 +
4 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/p/haskell-hpack/debian/changelog b/p/haskell-hpack/debian/changelog
index 3b780e2..fc22297 100644
--- a/p/haskell-hpack/debian/changelog
+++ b/p/haskell-hpack/debian/changelog
@@ -1,3 +1,10 @@
+haskell-hpack (0.14.0-2) unstable; urgency=low
+
+ * Added lintian override for binary-or-shlib-defines-rpath.
+ * Removed empty automatic dbgsym package.
+
+ -- Sven Bartscher <kritzefitz at debian.org> Thu, 02 Jun 2016 19:23:10 +0200
+
haskell-hpack (0.14.0-1) unstable; urgency=low
* Initial release
diff --git a/p/haskell-hpack/debian/control b/p/haskell-hpack/debian/control
index 7bc7459..2a02e2a 100644
--- a/p/haskell-hpack/debian/control
+++ b/p/haskell-hpack/debian/control
@@ -31,23 +31,23 @@ Standards-Version: 3.9.6
Homepage: https://github.com/sol/hpack#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hpack
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
-X-Description: An alternative format for Haskell packages
- hpack is a tool to create the usual Haskell packaging metadata, i.e. the
- .cabal file, from a YAML description of the program, with some fields field in
- by inferred defaults and other additional conveniences.
+X-Description: Alternative format for Haskell packages
+ hpack is a tool to create the usual Haskell packaging metadata,
+ i.e. the .cabal file, from a YAML description of the program, with
+ some fields field in by inferred defaults and other additional
+ conveniences.
Package: hpack
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
+ ${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- hpack is a tool to create the usual Haskell packaging metadata, i.e. the
- .cabal file, from a YAML description of the program, with some fields field in
- by inferred defaults and other additional conveniences.
+ ${haskell:LongDescription}
.
${haskell:Blurb}
diff --git a/p/haskell-hpack/debian/hpack.lintian-overrides b/p/haskell-hpack/debian/hpack.lintian-overrides
new file mode 100644
index 0000000..25d3d4c
--- /dev/null
+++ b/p/haskell-hpack/debian/hpack.lintian-overrides
@@ -0,0 +1 @@
+binary-or-shlib-defines-rpath
diff --git a/p/haskell-hpack/debian/rules b/p/haskell-hpack/debian/rules
index 9091ddb..69229b3 100755
--- a/p/haskell-hpack/debian/rules
+++ b/p/haskell-hpack/debian/rules
@@ -2,6 +2,7 @@
DEB_CABAL_PACKAGE = hpack
DEB_DEFAULT_COMPILER = ghc
+DEB_DH_STRIP_ARGS := --no-automatic-dbgsym
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