[DHG_packages] 01/02: Fix most source lintian errors and warnings

Joachim Breitner nomeata at moszumanska.debian.org
Fri Aug 21 09:44:43 UTC 2015


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

nomeata pushed a commit to branch experimental
in repository DHG_packages.

commit adbcdfa7bba19a310f4e159d067b110a76924ccb
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Aug 21 11:36:00 2015 +0200

    Fix most source lintian errors and warnings
    
    ignoring those related to debian/copyright, missing source, lintians impression
    that our uploads are binNMUs and missing Closes: ... in first changelog
    entries.
    
    This is the command line I used:
    lintian -X scpy --suppress-tags changelog-should-mention-nmu,source-nmu-has-incorrect-version-number,new-package-should-close-itp-bug lab/*dsc
---
 p/bnfc/debian/changelog                      | 6 ++++++
 p/bnfc/debian/control                        | 1 -
 p/ghc-mod/debian/changelog                   | 1 +
 p/ghc-mod/debian/control                     | 2 +-
 p/haskell-bindings-dsl/debian/changelog      | 6 ++++++
 p/haskell-bindings-dsl/debian/control        | 1 -
 p/haskell-hoogle/debian/source/local-options | 1 -
 p/haskell-simple-sendfile/debian/changelog   | 6 ++++++
 p/haskell-simple-sendfile/debian/control     | 8 ++++----
 p/haskelldb/debian/changelog                 | 6 ++++++
 p/haskelldb/debian/control                   | 1 +
 p/hothasktags/debian/changelog               | 8 ++++++++
 p/hothasktags/debian/control                 | 3 ---
 p/shelltestrunner/debian/changelog           | 6 ++++++
 p/shelltestrunner/debian/tests/simple        | 3 +++
 15 files changed, 48 insertions(+), 11 deletions(-)

diff --git a/p/bnfc/debian/changelog b/p/bnfc/debian/changelog
index 84f9574..ee2d222 100644
--- a/p/bnfc/debian/changelog
+++ b/p/bnfc/debian/changelog
@@ -1,3 +1,9 @@
+bnfc (2.8-3) UNRELEASED; urgency=medium
+
+  * General lintian cleanup
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 21 Aug 2015 11:15:51 +0200
+
 bnfc (2.8-2) experimental; urgency=medium
 
   * Add lintian override for spurious rpaths
diff --git a/p/bnfc/debian/control b/p/bnfc/debian/control
index 05826e7..2dad98a 100644
--- a/p/bnfc/debian/control
+++ b/p/bnfc/debian/control
@@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 9),
  libghc-mtl-dev,
  alex,
  happy,
-Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.6
 Homepage: http://bnfc.digitalgrammars.com/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bnfc
diff --git a/p/ghc-mod/debian/changelog b/p/ghc-mod/debian/changelog
index 47889aa..5f6858e 100644
--- a/p/ghc-mod/debian/changelog
+++ b/p/ghc-mod/debian/changelog
@@ -1,6 +1,7 @@
 ghc-mod (5.3.0.0-3) UNRELEASED; urgency=medium
 
   * Add Uploaders field, which I accidentally dropped
+  * Fix typo in Build-Depends 
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 21 Aug 2015 10:46:23 +0200
 
diff --git a/p/ghc-mod/debian/control b/p/ghc-mod/debian/control
index f5bd037..8b9c696 100644
--- a/p/ghc-mod/debian/control
+++ b/p/ghc-mod/debian/control
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 9),
  libghc-ghc-paths-dev,
  libghc-ghc-paths-prof,
  libghc-ghc-syb-utils-dev,
- libghc-ghc-syb-utils-doc,
+ libghc-ghc-syb-utils-prof,
  libghc-hlint-dev (>= 1.8.61),
  libghc-hlint-prof,
  libghc-monad-control-dev (>= 1),
diff --git a/p/haskell-bindings-dsl/debian/changelog b/p/haskell-bindings-dsl/debian/changelog
index 688c7bb..7a86319 100644
--- a/p/haskell-bindings-dsl/debian/changelog
+++ b/p/haskell-bindings-dsl/debian/changelog
@@ -1,3 +1,9 @@
+haskell-bindings-dsl (1.0.22-4) UNRELEASED; urgency=medium
+
+  * General lintian cleanup
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 21 Aug 2015 11:19:15 +0200
+
 haskell-bindings-dsl (1.0.22-3) experimental; urgency=medium
 
   * Bump standards-version to 3.9.6
diff --git a/p/haskell-bindings-dsl/debian/control b/p/haskell-bindings-dsl/debian/control
index 1e6e481..9764d79 100644
--- a/p/haskell-bindings-dsl/debian/control
+++ b/p/haskell-bindings-dsl/debian/control
@@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 9),
  cdbs,
  ghc,
  ghc-prof,
-Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.6
 Homepage: https://github.com/jwiegley/bindings-dsl/wiki
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bindings-dsl
diff --git a/p/haskell-hoogle/debian/source/local-options b/p/haskell-hoogle/debian/source/local-options
deleted file mode 100644
index 4aceb10..0000000
--- a/p/haskell-hoogle/debian/source/local-options
+++ /dev/null
@@ -1 +0,0 @@
-unapply-patches
diff --git a/p/haskell-simple-sendfile/debian/changelog b/p/haskell-simple-sendfile/debian/changelog
index a3cee9d..21deac4 100644
--- a/p/haskell-simple-sendfile/debian/changelog
+++ b/p/haskell-simple-sendfile/debian/changelog
@@ -1,3 +1,9 @@
+haskell-simple-sendfile (0.2.21-3) experimental; urgency=medium
+
+  * Fix formatting error in Build-Depends
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 21 Aug 2015 11:22:49 +0200
+
 haskell-simple-sendfile (0.2.21-2) experimental; urgency=medium
 
   * Bump standards-version to 3.9.6
diff --git a/p/haskell-simple-sendfile/debian/control b/p/haskell-simple-sendfile/debian/control
index d54e2a0..e6c97bb 100644
--- a/p/haskell-simple-sendfile/debian/control
+++ b/p/haskell-simple-sendfile/debian/control
@@ -12,17 +12,17 @@ Build-Depends: debhelper (>= 9),
  libghc-network-prof,
  libghc-conduit-dev (>= 1.0),
  libghc-conduit-dev (<< 1.3),
- libghc-conduit-prof [hurd-anykfreebsd-any],
+ libghc-conduit-prof [hurd-any kfreebsd-any],
  libghc-conduit-extra-dev (>= 1.0),
  libghc-conduit-extra-dev (<< 1.2),
- libghc-conduit-extra-prof [hurd-anykfreebsd-any],
+ libghc-conduit-extra-prof [hurd-any kfreebsd-any],
  libghc-resourcet-dev,
  libghc-resourcet-prof,
  libghc-hspec-dev (>= 1.3),
 Build-Depends-Indep: ghc-doc,
  libghc-network-doc,
- libghc-conduit-doc [hurd-anykfreebsd-any],
- libghc-conduit-extra-doc [hurd-anykfreebsd-any],
+ libghc-conduit-doc [hurd-any kfreebsd-any],
+ libghc-conduit-extra-doc [hurd-any kfreebsd-any],
  libghc-resourcet-doc,
 Standards-Version: 3.9.6
 Homepage: http://hackage.haskell.org/package/simple-sendfile
diff --git a/p/haskelldb/debian/changelog b/p/haskelldb/debian/changelog
index 4a8660d..2480faf 100644
--- a/p/haskelldb/debian/changelog
+++ b/p/haskelldb/debian/changelog
@@ -1,3 +1,9 @@
+haskelldb (2.2.4-4) UNRELEASED; urgency=medium
+
+  * General lintian cleanup
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 21 Aug 2015 11:31:59 +0200
+
 haskelldb (2.2.4-3) experimental; urgency=medium
 
   * Bump standards-version to 3.9.6
diff --git a/p/haskelldb/debian/control b/p/haskelldb/debian/control
index 396d823..edc3618 100644
--- a/p/haskelldb/debian/control
+++ b/p/haskelldb/debian/control
@@ -4,6 +4,7 @@ Uploaders: Joachim Breitner <nomeata at debian.org>
 Priority: extra
 Section: haskell
 Build-Depends: haskell-devscripts (>= 0.10),
+ debhelper (>= 9),
  cdbs,
  ghc,
  ghc-prof,
diff --git a/p/hothasktags/debian/changelog b/p/hothasktags/debian/changelog
index d56c129..1398cb8 100644
--- a/p/hothasktags/debian/changelog
+++ b/p/hothasktags/debian/changelog
@@ -1,3 +1,11 @@
+hothasktags (0.3.3-4) UNRELEASED; urgency=medium
+
+  * This package doesn’t actually use the usual haskell packaging scripts,
+    adjusting build-depends (although someone should probably just fix the
+    packaging) 
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 21 Aug 2015 11:32:44 +0200
+
 hothasktags (0.3.3-3) experimental; urgency=medium
 
   * Add lintian override for spurious rpaths
diff --git a/p/hothasktags/debian/control b/p/hothasktags/debian/control
index c1f0b70..f665e55 100644
--- a/p/hothasktags/debian/control
+++ b/p/hothasktags/debian/control
@@ -4,10 +4,7 @@ Uploaders: Joey Hess <joeyh at debian.org>
 Priority: optional
 Section: devel
 Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
- cdbs,
  ghc,
- ghc-prof,
  libghc-cmdargs-dev,
  libghc-cpphs-dev (>= 1.11),
  libghc-cpphs-dev (<< 1.20),
diff --git a/p/shelltestrunner/debian/changelog b/p/shelltestrunner/debian/changelog
index af8f3b3..a9ca1b0 100644
--- a/p/shelltestrunner/debian/changelog
+++ b/p/shelltestrunner/debian/changelog
@@ -1,3 +1,9 @@
+shelltestrunner (1.3.5-4) experimental; urgency=medium
+
+  * Recover debian/tests/simple from version 1.3.4-1.
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 21 Aug 2015 11:34:51 +0200
+
 shelltestrunner (1.3.5-3) experimental; urgency=medium
 
   * Bump standards-version to 3.9.6
diff --git a/p/shelltestrunner/debian/tests/simple b/p/shelltestrunner/debian/tests/simple
new file mode 100755
index 0000000..3344b6a
--- /dev/null
+++ b/p/shelltestrunner/debian/tests/simple
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+shelltest debian/simpletest.test

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