summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-02 18:12:24 +0000
committerSean Whitton <spwhitton@spwhitton.name>2020-01-02 18:12:24 +0000
commite88b144efeedfe0cd63aa878d92ab9b1445e1c13 (patch)
treecafb284e38d42fff9c87fd5ad2ab2ae1c12ed677
parent20db488bed358b757faea994c3508b060826cb10 (diff)
downloadgit-repair-e88b144efeedfe0cd63aa878d92ab9b1445e1c13.tar.gz
wrap-and-sort -abst
-rw-r--r--debian/changelog1
-rw-r--r--debian/control44
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 <spwhitton@spwhitton.name> 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 <spwhitton@spwhitton.name>
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.
.