[med-svn] [socket++] 04/07: cme fix dpkg-control, Standards-Version: 4.1.1

Andreas Tille tille at debian.org
Thu Oct 5 18:33:28 UTC 2017


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

tille pushed a commit to branch master
in repository socket++.

commit 19926c3f026ccafb6bb6067f7478cf21179ba652
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 5 20:27:36 2017 +0200

    cme fix dpkg-control, Standards-Version: 4.1.1
---
 debian/changelog |  2 ++
 debian/control   | 17 +++++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c189c26..53fa0ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ socket++ (1.12.13-9) UNRELEASED; urgency=medium
   * Wild guessing a sensible watch file after pinging upstream to add
     release tag on Github
   * Code was somehow saved at Github by former Debian Maintainer
+  * cme fix dpkg-control
+  * Standards-Version: 4.1.1
 
  -- Andreas Tille <tille at debian.org>  Thu, 05 Oct 2017 20:15:24 +0200
 
diff --git a/debian/control b/debian/control
index b8ba229..a64b7ff 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo, install-info
-Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               texinfo,
+               install-info
+Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/socket++.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/socket++.git
 Homepage: https://github.com/malaterre/socketxx-1
@@ -12,8 +15,9 @@ Homepage: https://github.com/malaterre/socketxx-1
 Package: libsocket++1
 Architecture: any
 Multi-Arch: same
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: lightweight convenience library to handle low level BSD sockets in C++ - libs
  Socket++ library defines a family of C++ classes that can be used more
  effectively than directly calling the underlying low-level system functions.
@@ -25,10 +29,11 @@ Description: lightweight convenience library to handle low level BSD sockets in
  This package contains the libraries needed to run socket++ applications.
 
 Package: libsocket++-dev
-Section: libdevel
-Multi-Arch: same
 Architecture: any
-Depends: ${misc:Depends}, libsocket++1 (= ${binary:Version})
+Multi-Arch: same
+Section: libdevel
+Depends: ${misc:Depends},
+         libsocket++1 (= ${binary:Version})
 Description: lightweight convenience library to handle low level BSD sockets in C++ -devel
  Socket++ library defines a family of C++ classes that can be used more
  effectively than directly calling the underlying low-level system functions.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/socket++.git



More information about the debian-med-commit mailing list