[Debian-ha-commits] [libqb] 01/08: ### Update to debian/control

Richard Winters devrik-guest at moszumanska.debian.org
Tue Apr 14 00:42:54 UTC 2015


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

devrik-guest pushed a commit to branch debian
in repository libqb.

commit e43a4d986298731f8c82f96f66f3ae8df8cf566e
Author: Richard B Winters <rik at mmogp.com>
Date:   Mon Apr 13 20:26:21 2015 -0400

    ### Update to debian/control
    
    - Added folding for builds-depends as presented by Feri
    - Added folding for depends as suggested by Matthew
    - Added folding for uploaders, and added Feri to the list of uploaders
    
    Change-Id: Iefc26cd14e7e9fcfb2614de8c56ffd7890cd966e
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 control | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/control b/control
index 750a295..a2297dc 100644
--- a/control
+++ b/control
@@ -1,8 +1,17 @@
 Source: libqb
 Priority: extra
 Maintainer: Debian HA Maintainers <debian-ha-maintainers at lists.alioth.debian.org>
-Uploaders: Martin Loschwitz <madkiss at debian.org>, Richard B Winters <rik at mmogp.com>
-Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, pkg-config, check, doxygen, graphviz, libglib2.0-dev
+Uploaders: Martin Loschwitz <madkiss at debian.org>, 
+ Richard B Winters <rik at mmogp.com>,
+ Ferenc Wagner <wferi at niif.hu>
+Build-Depends: debhelper (>= 9),
+ autotools-dev,
+ dh-autoreconf,
+ pkg-config,
+ check,
+ doxygen,
+ graphviz,
+ libglib2.0-dev
 Standards-Version: 3.9.6
 Section: libs
 Homepage: http://github.com/clusterlabs/libqb/wiki
@@ -12,7 +21,9 @@ Vcs-Browser: http://github.com/debian-ha/libqb
 Package: libqb-dev
 Section: libdevel
 Architecture: any
-Depends: libqb0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libqb0 (= ${binary:Version}), 
+ ${shlibs:Depends}, 
+ ${misc:Depends}
 Description: high performance client server features library (devel files)
  libqb provides a set of high performance client-server reusable features. It 
  offers high performance logging, tracing, IPC and poll. Its initial features
@@ -24,13 +35,15 @@ Description: high performance client server features library (devel files)
 
 Package: libqb0
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: 
+ ${shlibs:Depends}, 
+ ${misc:Depends}
 Description: high performance client server features library
  libqb provides a set of high performance client-server reusable features. It 
  offers high performance logging, tracing, IPC and poll. Its initial features
  were spun off the Corosync cluster communication suite to make the accessible
  easier for other projects.
- . 
+ .
  You'll need this package when installing the Pacemaker cluster manager (1.1.7
  or higher) as it makes use of functions provided by this library.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/libqb.git



More information about the Debian-ha-commits mailing list