[med-svn] r17297 - trunk/packages/edflib/trunk/debian
Mathieu Malaterre
malat at moszumanska.debian.org
Wed Jun 25 13:08:19 UTC 2014
Author: malat
Date: 2014-06-25 13:08:19 +0000 (Wed, 25 Jun 2014)
New Revision: 17297
Added:
trunk/packages/edflib/trunk/debian/docs
Modified:
trunk/packages/edflib/trunk/debian/changelog
trunk/packages/edflib/trunk/debian/control
Log:
polish up package
Modified: trunk/packages/edflib/trunk/debian/changelog
===================================================================
--- trunk/packages/edflib/trunk/debian/changelog 2014-06-25 12:58:49 UTC (rev 17296)
+++ trunk/packages/edflib/trunk/debian/changelog 2014-06-25 13:08:19 UTC (rev 17297)
@@ -1,5 +1,5 @@
edflib (1.10-1) unstable; urgency=low
- * Initial release. (Closes: #)
+ * Initial release. (Closes: #752666)
- -- Mathieu Malaterre <malat at debian.org> Sun, 27 Oct 2013 07:08:17 +0100
+ -- Mathieu Malaterre <malat at debian.org> Wed, 25 Jun 2014 15:05:39 +0200
Modified: trunk/packages/edflib/trunk/debian/control
===================================================================
--- trunk/packages/edflib/trunk/debian/control 2014-06-25 12:58:49 UTC (rev 17296)
+++ trunk/packages/edflib/trunk/debian/control 2014-06-25 13:08:19 UTC (rev 17297)
@@ -3,7 +3,7 @@
Uploaders: Mathieu Malaterre <malat at debian.org>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 9), cmake
+Build-Depends: debhelper (>= 9), cmake (>= 2.8.0)
Standards-Version: 3.9.5
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/
@@ -13,26 +13,20 @@
Architecture: any
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.
- One distinct advantage of the socket++ is that it has the same interface as
- that of the iostream so that the users can perform type-safe input output.
- See your local IOStream library documentation for more information on
- iostreams.
+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.)
+ EDF means European Data Format. BDF is the 24-bits version of EDF.
.
- This package contains the libraries needed to run socket++ applications.
+ This package contains the libraries needed to run EDF+/BDF+ applications.
Package: libedf-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libedf1 (= ${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.
- One distinct advantage of the socket++ is that it has the same interface as
- that of the iostream so that the users can perform type-safe input output.
- See your local IOStream library documentation for more information on
- iostreams.
+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.)
+ EDF means European Data Format. BDF is the 24-bits version of EDF.
.
- Headers and shared libraries for socket++.
+ Headers and shared libraries for edflib.
Added: trunk/packages/edflib/trunk/debian/docs
===================================================================
--- trunk/packages/edflib/trunk/debian/docs (rev 0)
+++ trunk/packages/edflib/trunk/debian/docs 2014-06-25 13:08:19 UTC (rev 17297)
@@ -0,0 +1 @@
+README.txt
More information about the debian-med-commit
mailing list