[Pkg-gnupg-commit] [gpgme] 397/412: wrap-and-sort -ast

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:27:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit c8207f4cb4eb2780c71b4df324ebf3641782dd25
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Sep 21 14:37:00 2016 -0400

    wrap-and-sort -ast
---
 debian/control | 56 ++++++++++++++++++++++++++++++++------------------------
 1 file changed, 32 insertions(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index 81592a7..fee8feb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,21 @@ Source: gpgme1.0
 Priority: standard
 Section: libs
 Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint at lists.alioth.debian.org>
-Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>,
-           Daniel Kahn Gillmor <dkg at fifthhorseman.net>
-Build-Depends: automake (>= 1.14),
-               debhelper (>> 9~),
-               dh-autoreconf,
-               gnupg2 | gnupg (>= 2),
-               gnupg-agent,
-               gpgsm,
-               help2man,
-               libassuan-dev (>> 2.0.2),
-               libgpg-error-dev (>> 1.8),
-               scdaemon,
-               texinfo
+Uploaders:
+ Jose Carlos Garcia Sogo <jsogo at debian.org>,
+ Daniel Kahn Gillmor <dkg at fifthhorseman.net>,
+Build-Depends:
+ automake (>= 1.14),
+ debhelper (>> 9~),
+ dh-autoreconf,
+ gnupg-agent,
+ gnupg2 | gnupg (>= 2),
+ gpgsm,
+ help2man,
+ libassuan-dev (>> 2.0.2),
+ libgpg-error-dev (>> 1.8),
+ scdaemon,
+ texinfo,
 Standards-Version: 3.9.8
 Homepage: https://www.gnupg.org/related_software/gpgme/
 Vcs-Git: https://anonscm.debian.org/git/pkg-gnupg/gpgme.git
@@ -23,12 +25,15 @@ Vcs-Browser: https://anonscm.debian.org/git/kg-gnupg/gpgme.git
 Package: libgpgme11-dev
 Section: libdevel
 Architecture: any
-Depends: libassuan-dev,
-         libc6-dev,
-         libgpg-error-dev,
-         libgpgme11 (= ${binary:Version}),
-         ${misc:Depends}
-Conflicts: libgpgme-dev, libgpgme10-dev
+Depends:
+ libassuan-dev,
+ libc6-dev,
+ libgpg-error-dev,
+ libgpgme11 (= ${binary:Version}),
+ ${misc:Depends},
+Conflicts:
+ libgpgme-dev,
+ libgpgme10-dev,
 Description: GPGME - GnuPG Made Easy (development files)
  GPGME is a wrapper library which provides a C API to access some of the
  GnuPG functions, such as encrypt, decrypt, sign, verify, ...
@@ -39,11 +44,14 @@ Description: GPGME - GnuPG Made Easy (development files)
 Package: libgpgme11
 Architecture: any
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: gnupg (>> 2) | gnupg2 (>> 2.0.4),
-         ${misc:Depends},
-         ${shlibs:Depends}
-Suggests: gpgsm (>> 1.9.6)
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ gnupg (>> 2) | gnupg2 (>> 2.0.4),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ gpgsm (>> 1.9.6),
 Description: GPGME - GnuPG Made Easy (library)
  GPGME is a wrapper library which provides a C API to access some of the
  GnuPG functions, such as encrypt, decrypt, sign, verify, ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list