[Pkg-giraffe-discuss] [PATCH 1/3] debian/control: wrap and sort entries

c.schoenert at t-online.de c.schoenert at t-online.de
Tue Dec 27 20:38:53 UTC 2016


From: Carsten Schoenert <c.schoenert at t-online.de>

Sort the various fields with multiple entries more alphabetically and
with one entry per line.
---
 debian/control | 40 +++++++++++++++++++++++++++++++---------
 1 file changed, 31 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 1cd7d28..d0e68f8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,13 @@ Source: z-push
 Section: web
 Priority: extra
 Maintainer: Giraffe Maintainers <pkg-giraffe-maintainers at lists.alioth.debian.org>
-Uploaders: Carsten Schoenert <c.schoenert at t-online.de>, Guido Günther <agx at sigxcpu.org>
-Build-Depends: debhelper (>= 9), dh-exec, po-debconf
+Uploaders:
+ Carsten Schoenert <c.schoenert at t-online.de>,
+ Guido Günther <agx at sigxcpu.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-exec,
+ po-debconf,
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-giraffe/d-push.git
 Vcs-Browser: https://anonscm.debian.org/git/pkg-giraffe/d-push.git
@@ -11,8 +16,13 @@ Homepage: http://z-push.org/download/
 
 Package: z-push
 Architecture: all
-Depends: ${misc:Depends}, z-push-common, z-push-backend-imap | z-push-kopano | z-push-backend-combined | z-push-backend-ldap
-Recommends: apache2 | lighttpd | httpd-cgi, libapache2-mod-php5
+Depends:
+ z-push-backend-imap | z-push-kopano | z-push-backend-combined | z-push-backend-ldap,
+ z-push-common,
+ ${misc:Depends},
+Recommends:
+ apache2 | lighttpd | httpd-cgi,
+ libapache2-mod-php5,
 Provides: d-push
 Replaces: d-push (<< 2.1.0~M2-1.1~)
 Breaks: d-push (<< 2.1.0~M2-1.1~)
@@ -44,7 +54,11 @@ Architecture: all
 Provides: d-push-common
 Replaces: d-push-common (<< 2.1.0~M2-1.1~)
 Breaks: d-push-common (<< 2.1.0~M2-1.1~)
-Depends: ${misc:Depends}, php5 (>= 5.4) | php7, php5-cli, php-soap
+Depends:
+ php5 (>= 5.4) | php7,
+ php5-cli,
+ php-soap,
+ ${misc:Depends},
 Description: open source implementation of the ActiveSync protocol - common files
  Z-Push is an implementation of the ActiveSync protocol which is used
  'over-the-air' for multi platform ActiveSync devices, including Windows
@@ -72,8 +86,8 @@ Package: z-push-kopano
 Architecture: all
 Depends:
  z-push-backend-kopano (= ${binary:Version}),
- z-push-ipc-sharedmemory (= ${binary:Version}),
  z-push-common (= ${binary:Version}),
+ z-push-ipc-sharedmemory (= ${binary:Version}),
  ${misc:Depends},
 Provides: d-push-zarafa
 Replaces: d-push-zarafa (<< 2.1.0~M2-1.1~)
@@ -106,7 +120,10 @@ Description: open source implementation of the ActiveSync protocol
 
 Package: z-push-backend-imap
 Architecture: all
-Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php-imap | php5-imap
+Depends:
+ php-imap | php5-imap,
+ z-push-common (= ${binary:Version}),
+ ${misc:Depends},
 Recommends:
 Provides: d-push-imap
 Replaces: d-push-imap (<< 2.1.0~M2-1.1~)
@@ -138,7 +155,9 @@ Description: open source implementation of the ActiveSync protocol
 
 Package: z-push-backend-combined
 Architecture: all
-Depends: ${misc:Depends}, z-push-common (= ${binary:Version})
+Depends:
+ z-push-common (= ${binary:Version}),
+ ${misc:Depends},
 Recommends: z-push-backend-imap | z-push-kopano
 Provides:
  d-push-maildir,
@@ -262,7 +281,10 @@ Description: open source implementation of the ActiveSync protocol
 
 Package: z-push-backend-ldap
 Architecture: all
-Depends: ${misc:Depends}, z-push-common (= ${binary:Version}), php-ldap | php5-ldap
+Depends:
+ php-ldap | php5-ldap,
+ z-push-common (= ${binary:Version}),
+ ${misc:Depends},
 Recommends:
 Description: open source implementation of the ActiveSync protocol - LDAP backend
  Z-Push is an implementation of the ActiveSync protocol which is used
-- 
2.11.0




More information about the Pkg-giraffe-discuss mailing list