[Pkg-gnupg-commit] [libgpg-error] 30/32: wrap-and-sort -ast for cleaner future diffs
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed Nov 16 01:31:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository libgpg-error.
commit 3b55cde1ebbc2d360b4c4233f2957976b1722674
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Wed Nov 16 10:05:09 2016 +0900
wrap-and-sort -ast for cleaner future diffs
---
debian/control | 41 ++++++++++++++++++++++++++---------------
1 file changed, 26 insertions(+), 15 deletions(-)
diff --git a/debian/control b/debian/control
index f18bcab..bb9c91b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,17 @@
Source: libgpg-error
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>
+Uploaders:
+ Jose Carlos Garcia Sogo <jsogo at debian.org>,
+ Daniel Kahn Gillmor <dkg at fifthhorseman.net>,
Priority: standard
-Build-Depends: automake (>= 1.14),
- debhelper (>> 9),
- dh-autoreconf,
- gettext (>= 0.19.3)
-Build-Depends-Indep: mingw-w64
+Build-Depends:
+ automake (>= 1.14),
+ debhelper (>> 9),
+ dh-autoreconf,
+ gettext (>= 0.19.3),
+Build-Depends-Indep:
+ mingw-w64,
Standards-Version: 3.9.8
Homepage: https://www.gnupg.org/related_software/libgpg-error/
Vcs-Git: https://anonscm.debian.org/git/pkg-gnupg/libgpg-error.git
@@ -18,9 +21,10 @@ Package: libgpg-error-dev
Priority: optional
Section: libdevel
Architecture: any
-Depends: libgpg-error0 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+Depends:
+ libgpg-error0 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: library for common error values and messages in GnuPG components (development)
Library that defines common error values for all GnuPG
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
@@ -32,8 +36,11 @@ Description: library for common error values and messages in GnuPG components (d
Package: libgpg-error0
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Pre-Depends:
+ ${misc:Pre-Depends},
Description: library for common error values and messages in GnuPG components
Library that defines common error values for all GnuPG
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
@@ -44,7 +51,9 @@ Priority: optional
Section: debian-installer
Package-Type: udeb
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: library for common error values and messages in GnuPG components
Library that defines common error values for all GnuPG
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
@@ -54,8 +63,10 @@ Package: libgpg-error-mingw-w64-dev
Architecture: all
Priority: extra
Section: libdevel
-Depends: ${misc:Depends}
-Suggests: wine
+Depends:
+ ${misc:Depends},
+Suggests:
+ wine,
Description: library of error values and messages in GnuPG (Windows development)
Library that defines common error values for all GnuPG
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git
More information about the Pkg-gnupg-commit
mailing list