summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordann frazier <dannf@debian.org>2018-01-12 08:41:16 -0700
committerdann frazier <dannf@debian.org>2018-01-12 08:41:16 -0700
commitc9b997a579bb95f00b85d35fe1d4b7ca64a52cf9 (patch)
treeb5c233de808400a8eba93f21fc742f982af92f32
parent0018d9da7083d6bc695e33a23c81e95be7e26968 (diff)
Make Build-Depends a multi-line folded field
No functional change. There will be a functional change to Build-Depends in the next commit, and this is intended to make that commit easier to read/verify.
-rw-r--r--debian/control10
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 37d6356..a402d92 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,14 @@ Priority: optional
Maintainer: Louis Bouchard <louis.bouchard@ubuntu.com>
Uploaders: dann frazier <dannf@debian.org>
Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), libelf-dev, libz-dev, libdw-dev (>= 0.141-2ubuntu1),
- libbz2-dev, liblzo2-dev, dh-systemd (>=1.5), po-debconf
+Build-Depends: debhelper (>= 9),
+ libelf-dev,
+ libz-dev,
+ libdw-dev (>= 0.141-2ubuntu1),
+ libbz2-dev,
+ liblzo2-dev,
+ dh-systemd (>=1.5),
+ po-debconf
Vcs-Git: git://anonscm.debian.org/collab-maint/makedumpfile.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/makedumpfile.git