[Pkg-voip-commits] [libccscript3] 06/06: update VCS links and wrap-and-sort

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Sun Aug 16 11:51:38 UTC 2015


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

maniac-guest pushed a commit to branch master
in repository libccscript3.

commit b96d49c79e4e6412b6b1f488cf3134581d707bca
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date:   Sun Aug 16 13:51:01 2015 +0200

    update VCS links and wrap-and-sort
---
 debian/control                   | 30 ++++++++++++++++++++++--------
 debian/copyright                 | 15 +++++++--------
 debian/libcommoncpp2-dev.install |  6 +++---
 debian/libcommoncpp2-doc.docs    |  2 +-
 4 files changed, 33 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index 3e40e80..147d987 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,30 @@ Source: libcommoncpp2
 Section: devel
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.13.19), autotools-dev, doxygen,
- libxml2-dev, zlib1g-dev, libgnutls28-dev | libgnutls-dev, libgcrypt11-dev | libgcrypt-dev
+Uploaders: Mark Purcell <msp at debian.org>,
+           Kilian Krause <kilian at debian.org>
+Build-Depends: autotools-dev,
+               debhelper (>= 9),
+               doxygen,
+               dpkg-dev (>= 1.13.19),
+               libgcrypt11-dev | libgcrypt-dev,
+               libgnutls28-dev | libgnutls-dev,
+               libxml2-dev,
+               zlib1g-dev
 Standards-Version: 3.9.5
 Homepage: http://www.gnu.org/software/commoncpp/
-Vcs-Svn: svn://anonscm.debian.org/pkg-voip/libcommoncpp2/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/libcommoncpp2/
+Vcs-git: git://anonscm.debian.org/pkg-voip/libccscript3.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-voip/libccscript3.git
 
 Package: libcommoncpp2-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libccgnu2-1.8-0 (= ${binary:Version}), libgnutls28-dev | libgnutls-dev, zlib1g-dev, libgcrypt11-dev | libgcrypt-dev, pkg-config
+Depends: libccgnu2-1.8-0 (= ${binary:Version}),
+         libgcrypt11-dev | libgcrypt-dev,
+         libgnutls28-dev | libgnutls-dev,
+         pkg-config,
+         zlib1g-dev,
+         ${misc:Depends}
 Suggests: libcommoncpp2-doc
 Description: Header files and static libraries for Common C++ "2"
  Common C++ is a GNU package which offers portable "abstraction" of system
@@ -30,7 +42,8 @@ Package: libccgnu2-1.8-0
 Section: libs
 Architecture: any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Multi-Arch: same
 Description: GNU package for creating portable C++ programs
  Common C++ "2" is a GNU package which offers portable "abstraction"
@@ -62,7 +75,8 @@ Package: libcommoncpp2-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}, libccgnu2-1.8-0 (= ${binary:Version})
+Depends: libccgnu2-1.8-0 (= ${binary:Version}),
+         ${misc:Depends}
 Description: Debug symbols for Common C++ "2"
  Common C++ is a GNU package which offers portable "abstraction" of system
  services such as threads, networks, and sockets.  Common C++ also offers
diff --git a/debian/copyright b/debian/copyright
index 60086b7..f100981 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Sun, 22 Sep 2002 12:48:26 +1000.
 
 It was downloaded from http://ftp.gnu.org/pub/gnu/commoncpp/
 
-Upstream Authors: 
+Upstream Authors:
 
 David Sugar <dyfet at ostel.com> originally designed and implemented APE.
 Daniel Silverstone designed original Common C++ classes (persistence
@@ -19,7 +19,7 @@ Eric Schendel <esche at users.sourceforge.net> recent improvements on the serial
 Gary Lawrence contributed a serial I/O example.
 Robert Prouse contributed to the updating of the win32 source tree and
 	production of merged win32/posix sources for sockets.
-Frediano Ziglio has provided help with the win32 target and with the 
+Frediano Ziglio has provided help with the win32 target and with the
 	development and testing for GNU Common C++ "2".
 
 Copyright:
@@ -40,7 +40,7 @@ License:
 // GNU General Public License for more details.
 //
 // You should have received a copy of the GNU General Public License
-// along with this program; if not, write to the 
+// along with this program; if not, write to the
    Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
    MA 02110-1301, USA.
 //
@@ -72,18 +72,17 @@ is licensed under the GPL-2, see above.
 
 Other Portions:
 
-src/nat.cpp: 
+src/nat.cpp:
   [Copyright: 2004-2005 TintaDigital - STI, LDA]
 
 src/simplesocket.cpp:
   [Copyright: 2002-2005 Wizzer Works]
 
-src/cidr.cpp: 
+src/cidr.cpp:
   [Copyright: 2006 David Sugar, Tycho Softworks]
 
-src/network.cpp: 
+src/network.cpp:
   [Copyright: 2002-2005 Christian Prochnow <cproch at seculogix.de>]
 
-src/cmdoptns.cpp: 
+src/cmdoptns.cpp:
   [Copyright: 2001-2005 Gianni Mariani]
-
diff --git a/debian/libcommoncpp2-dev.install b/debian/libcommoncpp2-dev.install
index b7aa351..bbb1d12 100644
--- a/debian/libcommoncpp2-dev.install
+++ b/debian/libcommoncpp2-dev.install
@@ -1,7 +1,7 @@
+usr/bin/*
 usr/include/*
 usr/lib/*/lib*.a
-usr/lib/*/lib*.so
 usr/lib/*/lib*.la
-usr/bin/*
-usr/share/aclocal/*
+usr/lib/*/lib*.so
 usr/lib/*/pkgconfig/*
+usr/share/aclocal/*
diff --git a/debian/libcommoncpp2-doc.docs b/debian/libcommoncpp2-doc.docs
index cb90f27..a3060b3 100644
--- a/debian/libcommoncpp2-doc.docs
+++ b/debian/libcommoncpp2-doc.docs
@@ -1,5 +1,5 @@
 NEWS
 README
-TODO
 THANKS
+TODO
 doc/html

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



More information about the Pkg-voip-commits mailing list