From e88b144efeedfe0cd63aa878d92ab9b1445e1c13 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 2 Jan 2020 18:12:24 +0000 Subject: wrap-and-sort -abst --- debian/changelog | 1 + debian/control | 44 ++++++++++++++++++++++++-------------------- 2 files changed, 25 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index d6cc079..e98bc14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ git-repair (1.20200102-1) UNRELEASED; urgency=medium - Tighten build-dep on optparse-applicative - Add build-deps on split, filepath-bytestring, attoparsec - Drop build-dep on missingh. + * wrap-and-sort -abst -- Sean Whitton Thu, 02 Jan 2020 18:07:39 +0000 diff --git a/debian/control b/debian/control index 7e00c89..4a7bbd2 100644 --- a/debian/control +++ b/debian/control @@ -1,25 +1,25 @@ Source: git-repair Section: utils Priority: optional -Build-Depends: - debhelper (>= 9), - ghc, - git, - libghc-hslogger-dev, - libghc-network-dev, - libghc-exceptions-dev (>= 0.6), - libghc-transformers-dev, - libghc-unix-compat-dev, - libghc-ifelse-dev, - libghc-text-dev, - libghc-quickcheck2-dev, - libghc-utf8-string-dev, - libghc-async-dev, - libghc-split-dev, - libghc-optparse-applicative-dev (>= 0.14.1), - libghc-network-uri-dev, - libghc-filepath-bytestring-dev (>= 1.4.2.1.0), - libghc-attoparsec-dev, +Build-Depends: + debhelper (>= 9), + ghc, + git, + libghc-async-dev, + libghc-attoparsec-dev, + libghc-exceptions-dev (>= 0.6), + libghc-filepath-bytestring-dev (>= 1.4.2.1.0), + libghc-hslogger-dev, + libghc-ifelse-dev, + libghc-network-dev, + libghc-network-uri-dev, + libghc-optparse-applicative-dev (>= 0.14.1), + libghc-quickcheck2-dev, + libghc-split-dev, + libghc-text-dev, + libghc-transformers-dev, + libghc-unix-compat-dev, + libghc-utf8-string-dev, Maintainer: Sean Whitton Standards-Version: 4.4.1 Vcs-Git: https://git.spwhitton.name/git-repair @@ -30,7 +30,11 @@ Rules-Requires-Root: no Package: git-repair Architecture: any Section: utils -Depends: ${misc:Depends}, ${shlibs:Depends}, git, rsync +Depends: + git, + rsync, + ${misc:Depends}, + ${shlibs:Depends}, Description: repair various forms of damage to git repositories git-repair can repair various forms of damage to git repositories. . -- cgit v1.2.3