From 9ffe4d39a595e14598a3764f8bb91bb2c27c5eb4 Mon Sep 17 00:00:00 2001 From: Utkarsh Gupta Date: Fri, 14 Feb 2020 02:39:20 +0530 Subject: [PATCH] Beautify d/control --- debian/control | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index d77c4fa28..1ba00b206 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,16 @@ Section: libs Priority: optional Maintainer: Jongmin Kim Uploaders: Russell Sim , - Pirate Praveen + Pirate Praveen Build-Depends: debhelper-compat (= 12), - python-minimal (>= 2.4.0), pkg-config, - cmake, libz-dev, libmbedtls-dev, - libssh2-1-dev, libhttp-parser-dev, libkrb5-dev + python-minimal (>= 2.4.0), + pkg-config, + cmake, + libz-dev, + libmbedtls-dev, + libssh2-1-dev, + libhttp-parser-dev, + libkrb5-dev Standards-Version: 4.4.1 Homepage: https://libgit2.github.com/ Vcs-Git: https://salsa.debian.org/debian/libgit2.git @@ -18,9 +23,13 @@ Package: libgit2-dev Architecture: any Section: libdevel Multi-Arch: same -Depends: libgit2-28 (= ${binary:Version}), libz-dev, - libmbedtls-dev, libssh2-1-dev, - libhttp-parser-dev, ${shlibs:Depends}, ${misc:Depends} +Depends: libgit2-28 (= ${binary:Version}), + libz-dev, + libmbedtls-dev, + libssh2-1-dev, + libhttp-parser-dev, + ${shlibs:Depends}, + ${misc:Depends} Description: low-level Git library (development files) libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a @@ -32,7 +41,8 @@ Package: libgit2-28 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: low-level Git library libgit2 is a portable, pure C implementation of the Git distributed version control system core methods provided as a -- 2.39.5