[Pkg-voip-commits] [bctoolbox] 01/01: run wrap-and-sort -abt

Johannes Schauer josch at moszumanska.debian.org
Mon Apr 24 16:00:42 UTC 2017


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

josch pushed a commit to branch debian/sid
in repository bctoolbox.

commit 1618faaa4d33fcdebb734f3921ea62b66d591a4e
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date:   Mon Apr 24 18:00:33 2017 +0200

    run wrap-and-sort -abt
---
 debian/control                  | 12 ++++++++----
 debian/copyright                |  3 +--
 debian/libbctoolbox-dev.dirs    |  2 +-
 debian/libbctoolbox-dev.install |  2 +-
 4 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 0e5082c..0a45fc7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,10 @@
 Source: bctoolbox
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Daniel Gnoutcheff <daniel at gnoutcheff.name>
-Build-Depends: debhelper (>= 10), cmake (>= 2.8.12), libmbedtls-dev
+Uploaders: Daniel Gnoutcheff <daniel at gnoutcheff.name>,
+Build-Depends: cmake (>= 2.8.12),
+               debhelper (>= 10),
+               libmbedtls-dev,
 Standards-Version: 3.9.8
 Section: libs
 Homepage: http://linphone.org/releases/sources/bctoolbox/
@@ -12,7 +14,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/bctoolbox.git/
 Package: libbctoolbox-dev
 Section: libdevel
 Architecture: any
-Depends: libbctoolbox1 (= ${binary:Version}), ${misc:Depends}
+Depends: libbctoolbox1 (= ${binary:Version}),
+         ${misc:Depends},
 Description: Helper code for software by Belledonne Communications (development headers)
  The package provides a C/C++ utility library used by Linphone and other
  software by Belledonne Communications. The library offers platform independent
@@ -26,7 +29,8 @@ Description: Helper code for software by Belledonne Communications (development
 
 Package: libbctoolbox1
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
 Description: Helper library for software by Belledonne Communications (shared library)
  The package provides a C/C++ utility library used by Linphone and other
  software by Belledonne Communications. The library offers platform independent
diff --git a/debian/copyright b/debian/copyright
index cf7b579..330d60f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,7 @@ Files: debian/*
 Copyright: 2016 Daniel Gnoutcheff <daniel at gnoutcheff.name>
 License: GPL-2+
 
-Files: src/logging/logging.c include/bctoolbox/logging.h 
+Files: src/logging/logging.c include/bctoolbox/logging.h
  src/utils/port.c include/bctoolbox/port.h
 Copyright: 2016 Belledonne Communications SARL
 License: LGPL-2.1+
@@ -726,4 +726,3 @@ License: AGPL-3+
   if any, to sign a "copyright disclaimer" for the program, if necessary.
   For more information on this, and how to apply and follow the GNU AGPL, see
   <http://www.gnu.org/licenses/>.
-
diff --git a/debian/libbctoolbox-dev.dirs b/debian/libbctoolbox-dev.dirs
index 4418816..da07fdd 100644
--- a/debian/libbctoolbox-dev.dirs
+++ b/debian/libbctoolbox-dev.dirs
@@ -1,2 +1,2 @@
-usr/lib
 usr/include
+usr/lib
diff --git a/debian/libbctoolbox-dev.install b/debian/libbctoolbox-dev.install
index 25c661e..43f12dc 100644
--- a/debian/libbctoolbox-dev.install
+++ b/debian/libbctoolbox-dev.install
@@ -1,5 +1,5 @@
 usr/include/*
-usr/lib/*/lib*.so
 usr/lib/*/lib*.a
+usr/lib/*/lib*.so
 usr/lib/*/pkgconfig/*
 usr/share/*/cmake/*

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



More information about the Pkg-voip-commits mailing list