[med-svn] r18992 - trunk/packages/edflib/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Mar 23 13:15:58 UTC 2015


Author: tille
Date: 2015-03-23 13:15:38 +0000 (Mon, 23 Mar 2015)
New Revision: 18992

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


Modified: trunk/packages/edflib/trunk/debian/changelog
===================================================================
--- trunk/packages/edflib/trunk/debian/changelog	2015-03-23 13:11:40 UTC (rev 18991)
+++ trunk/packages/edflib/trunk/debian/changelog	2015-03-23 13:15:38 UTC (rev 18992)
@@ -2,6 +2,7 @@
 
   * New upstream version
   * Added myself to Uploaders
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Mon, 23 Mar 2015 14:10:21 +0100
 

Modified: trunk/packages/edflib/trunk/debian/control
===================================================================
--- trunk/packages/edflib/trunk/debian/control	2015-03-23 13:11:40 UTC (rev 18991)
+++ trunk/packages/edflib/trunk/debian/control	2015-03-23 13:15:38 UTC (rev 18992)
@@ -4,16 +4,18 @@
            Andreas Tille <tille at debian.org>
 Section: libs
 Priority: optional
-Build-Depends: debhelper (>= 9), cmake (>= 2.8.0)
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9),
+               cmake
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/edflib/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/edflib/trunk/
 Homepage: http://www.teuniz.net/edflib/
 
 Package: libedf1
 Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: European Data Format library - libs
  EDFlib is a programming library for C/C++ to read/write EDF+/BDF+
  files. (It also reads old-type EDF/BDF files.)
@@ -22,9 +24,10 @@
  This package contains the libraries needed to run EDF+/BDF+ applications.
 
 Package: libedf-dev
+Architecture: any
 Section: libdevel
-Architecture: any
-Depends: ${misc:Depends}, libedf1 (= ${binary:Version})
+Depends: ${misc:Depends},
+         libedf1 (= ${binary:Version})
 Description: European Data Format library - devel
  EDFlib is a programming library for C/C++ to read/write EDF+/BDF+
  files. (It also reads old-type EDF/BDF files.)




More information about the debian-med-commit mailing list