Skip to content

Commit

Permalink
Merge pull request #4 from debian-janitor/lintian-fixes
Browse files Browse the repository at this point in the history
Fix some issues reported by lintian
  • Loading branch information
jgoerzen committed Jan 13, 2023
2 parents dabec8f + 898e075 commit 4b54858
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions debian/changelog
Expand Up @@ -3,6 +3,9 @@ datapacker (1.0.4) UNRELEASED; urgency=medium
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on ghc, haskell-devscripts and
libghc-missingh-dev.
* Bump debhelper from old 12 to 13.
* Add missing debian/rules targets build-indep, build-arch.
* Update standards version to 4.6.1, no changes needed.

-- Debian Janitor <janitor@jelmer.uk> Tue, 12 Oct 2021 12:26:01 -0000

Expand Down
4 changes: 2 additions & 2 deletions debian/control
Expand Up @@ -2,12 +2,12 @@ Source: datapacker
Section: utils
Priority: optional
Maintainer: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper-compat (= 12), groff, docbook-utils, man-db, ghostscript,
Build-Depends: debhelper-compat (= 13), groff, docbook-utils, man-db, ghostscript,
gtk-doc-tools, sgml2x,
ghc, haskell-devscripts, libghc-missingh-dev,
libghc-unix-dev, libghc-mtl-dev, libghc-filepath-dev, libghc-hslogger-dev
Build-Conflicts: docbook-ebnf
Standards-Version: 4.5.1
Standards-Version: 4.6.1
Homepage: https://github.com/jgoerzen/datapacker/wiki
Vcs-Browser: https://github.com/jgoerzen/datapacker
Vcs-Git: https://github.com/jgoerzen/datapacker.git
Expand Down
6 changes: 5 additions & 1 deletion debian/rules
Expand Up @@ -89,4 +89,8 @@ binary-arch: build install
dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
.PHONY: build clean binary-indep binary-arch binary install configure build-indep build-arch

build-indep:

build-arch: build

0 comments on commit 4b54858

Please sign in to comment.