[med-svn] r4136 - trunk/packages/freediams/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sat Oct 3 21:22:30 UTC 2009
Author: tille
Date: 2009-10-03 21:22:30 +0000 (Sat, 03 Oct 2009)
New Revision: 4136
Modified:
trunk/packages/freediams/trunk/debian/changelog
trunk/packages/freediams/trunk/debian/control
Log:
Multibinary packaging: Added freediams-{doc,data}
Modified: trunk/packages/freediams/trunk/debian/changelog
===================================================================
--- trunk/packages/freediams/trunk/debian/changelog 2009-10-03 21:21:37 UTC (rev 4135)
+++ trunk/packages/freediams/trunk/debian/changelog 2009-10-03 21:22:30 UTC (rev 4136)
@@ -1,13 +1,25 @@
-freediams (0.1.0) UNRELEASED; urgency=low
+freediams (0.1.0-1) UNRELEASED; urgency=low
+ [ Eric Maeker ]
* Version of the drugs database : AFSSAPS - 26/06/2009
* Version of the interactions database : AFSSAPS - 29/06/2009
* Correction of last bugs before stable release
* Some new preferences
* Added get-orig-source script for Debian
- -- Eric Maeker <eric.maeker at free.fr> Tue, 01 Oct 2009 00:00:00 +0200
+ [ Andreas Tille ]
+ * Added watch file
+ * debian/rules: Short rules file using dh
+ * debian/copyright: Machine readable
+ * Use quilt to fix rpath issue
+ * debian/control:
+ - Standards-Version: 3.8.3 (Added README.Source)
+ - Build-Depends: libxext-dev
+ - Packages: freediam-{data,doc}
+ * Removed useless debian/{dirs,doc}
+ -- Andreas Tille <tille at debian.org> Sat, 03 Oct 2009 23:16:56 +0200
+
freediams (0.0.10-3) UNRELEASED; urgency=low
* Updating beta version before v0.1.0 release
Modified: trunk/packages/freediams/trunk/debian/control
===================================================================
--- trunk/packages/freediams/trunk/debian/control 2009-10-03 21:21:37 UTC (rev 4135)
+++ trunk/packages/freediams/trunk/debian/control 2009-10-03 21:22:30 UTC (rev 4136)
@@ -2,9 +2,10 @@
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Eric Maeker <eric.maeker at free.fr>
+Uploaders: Eric Maeker <eric.maeker at free.fr>,
+ Andreas Tille <tille at debian.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), libqt4-dev (>= 4.4.3), doxygen (>= 1.5.8)
+Build-Depends: debhelper (>= 7.1), quilt, libqt4-dev (>= 4.4.3), doxygen (>= 1.5.8), libxext-dev
Standards-Version: 3.8.3
Homepage: http://www.freemedforms.com/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/freediams/?rev=0&sc=0
@@ -12,8 +13,8 @@
Package: freediams
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libqtcore4 (>= 4.4.3), libqtgui4 (>= 4.4.3), libqt4-sql-sqlite, libqt4-xml, libqt4-network, libqt4-svg
-Description: Pharmaceutical Drugs Prescriptor.
+Depends: ${shlibs:Depends}, ${misc:Depends}, freediams-data (= ${source:Version})
+Description: Pharmaceutical drugs prescriptor.
FreeDiams prescriber is the result of FreeMedForms prescriber
plugins built into a standalone application. FreeDiams is a
multi-platform (MacOS, Linux, FreeBSD, Windows), free and open
@@ -23,4 +24,41 @@
test drug interactions within a prescription. It can be
linked to any application thanks to its command line
parameters. The therapeutic and interactions database
+ are synchronized with data from the French AFSSAPS.
+
+Package: freediams-data
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: freediams
+Description: Pharmaceutical drugs prescriptor.
+ FreeDiams prescriber is the result of FreeMedForms prescriber
+ plugins built into a standalone application. FreeDiams is a
+ multi-platform (MacOS, Linux, FreeBSD, Windows), free and open
+ source released under the new BSD license. It is developed by
+ medical doctors and is intended for use by these same
+ professionals. It can be used alone to prescribe and / or
+ test drug interactions within a prescription. It can be
+ linked to any application thanks to its command line
+ parameters. The therapeutic and interactions database
are synchronized with data from the french AFSSAPS.
+ .
+ This package contains the architecture independent data.
+
+Package: freediams-doc
+Architecture: all
+Section: doc
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: freediams
+Description: Pharmaceutical drugs prescriptor.
+ FreeDiams prescriber is the result of FreeMedForms prescriber
+ plugins built into a standalone application. FreeDiams is a
+ multi-platform (MacOS, Linux, FreeBSD, Windows), free and open
+ source released under the new BSD license. It is developed by
+ medical doctors and is intended for use by these same
+ professionals. It can be used alone to prescribe and / or
+ test drug interactions within a prescription. It can be
+ linked to any application thanks to its command line
+ parameters. The therapeutic and interactions database
+ are synchronized with data from the french AFSSAPS.
+ .
+ This package contains the documentation of freediams.
More information about the debian-med-commit
mailing list