[med-svn] r18934 - trunk/packages/libzeep/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Mar 9 13:11:35 UTC 2015


Author: tille
Date: 2015-03-09 13:11:35 +0000 (Mon, 09 Mar 2015)
New Revision: 18934

Modified:
   trunk/packages/libzeep/trunk/debian/changelog
   trunk/packages/libzeep/trunk/debian/control
Log:
cme fix dpkg-control


Modified: trunk/packages/libzeep/trunk/debian/changelog
===================================================================
--- trunk/packages/libzeep/trunk/debian/changelog	2015-03-09 13:10:45 UTC (rev 18933)
+++ trunk/packages/libzeep/trunk/debian/changelog	2015-03-09 13:11:35 UTC (rev 18934)
@@ -2,6 +2,7 @@
 
   * Add myself as Uploader
   * debhelper 9
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Mon, 09 Mar 2015 14:09:19 +0100
 

Modified: trunk/packages/libzeep/trunk/debian/control
===================================================================
--- trunk/packages/libzeep/trunk/debian/control	2015-03-09 13:10:45 UTC (rev 18933)
+++ trunk/packages/libzeep/trunk/debian/control	2015-03-09 13:11:35 UTC (rev 18934)
@@ -1,29 +1,30 @@
 Source: libzeep
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl>,
            Andreas Tille <tille at debian.org>
+Section: libs
+Priority: optional
 Build-Depends: debhelper (>= 9),
                libboost-dev (>= 1.49.0),
-               libboost-filesystem-dev (>= 1.49.0), 
-               libboost-system-dev (>= 1.49.0), 
-               libboost-regex-dev (>= 1.49.0), 
-               libboost-math-dev (>= 1.49.0), 
+               libboost-filesystem-dev (>= 1.49.0),
+               libboost-system-dev (>= 1.49.0),
+               libboost-regex-dev (>= 1.49.0),
+               libboost-math-dev (>= 1.49.0),
                libboost-thread-dev (>= 1.49.0)
-Standards-Version: 3.9.4
-Section: libs
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libzeep/trunk/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libzeep/trunk/
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libzeep/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libzeep/trunk/
 Homepage: http://www.cmbi.ru.nl/libzeep/
 
 Package: libzeep-dev
+Architecture: any
 Section: libdevel
-Architecture: any
-Depends: ${misc:Depends}, libzeep3.0 (= ${binary:Version}),
+Depends: ${misc:Depends},
+         libzeep3.0 (= ${binary:Version}),
          libboost-dev (>= 1.49.0),
-         libboost-filesystem-dev (>= 1.49.0), 
-         libboost-system-dev (>= 1.49.0), 
-         libboost-regex-dev (>= 1.49.0), 
+         libboost-filesystem-dev (>= 1.49.0),
+         libboost-system-dev (>= 1.49.0),
+         libboost-regex-dev (>= 1.49.0),
          libboost-thread-dev (>= 1.49.0)
 Description: Development files for libzeep
  Libzeep is a C++ library providing a validating XML parser, XML DOM tree
@@ -44,7 +45,8 @@
 
 Package: libzeep3.0
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: Library files for libzeep
  Libzeep is a C++ library providing a validating XML parser, XML DOM tree
  implementation, XPath 1.0 support and code to create SOAP/REST servers as




More information about the debian-med-commit mailing list