[med-svn] r4119 - trunk/packages/freediams/trunk/debian

Eric Maeker ericmaeker-guest at alioth.debian.org
Fri Oct 2 10:47:34 UTC 2009


Author: ericmaeker-guest
Date: 2009-10-02 10:47:32 +0000 (Fri, 02 Oct 2009)
New Revision: 4119

Added:
   trunk/packages/freediams/trunk/debian/get-orig-source
Modified:
   trunk/packages/freediams/trunk/debian/changelog
   trunk/packages/freediams/trunk/debian/control
Log:
first version get-orig-source, sources are not yet available ; changelog update ; better small description in control

Modified: trunk/packages/freediams/trunk/debian/changelog
===================================================================
--- trunk/packages/freediams/trunk/debian/changelog	2009-10-02 07:12:38 UTC (rev 4118)
+++ trunk/packages/freediams/trunk/debian/changelog	2009-10-02 10:47:32 UTC (rev 4119)
@@ -1,3 +1,13 @@
+freediams (0.1.0) UNRELEASED; urgency=low
+
+  * 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
+
 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-02 07:12:38 UTC (rev 4118)
+++ trunk/packages/freediams/trunk/debian/control	2009-10-02 10:47:32 UTC (rev 4119)
@@ -13,7 +13,7 @@
 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: Free, open source prescriber.
+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

Added: trunk/packages/freediams/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/freediams/trunk/debian/get-orig-source	                        (rev 0)
+++ trunk/packages/freediams/trunk/debian/get-orig-source	2009-10-02 10:47:32 UTC (rev 4119)
@@ -0,0 +1,20 @@
+#!/bin/sh -e
+# Upstream provides source directly in a .orig.tar.gz file
+# (c) Eric Maeker, MD
+# Licence BSD New
+
+NAME=freediams
+
+# Obtain upstream version number from changelog file
+VERSION=`sed -n -e "s/.*freediams (\([0-9\.]*\)).*/\1/p" -e "/freediams/q" changelog`
+TARFILE=freediams_${VERSION}.orig.tar.gz
+URL=http://freemedforms.googlecode.com/files/$TARFILE
+
+echo Starts dowloading of freediams sources file from $URL
+
+mkdir -p ../tarballs
+cd ../tarballs
+
+if [ ! -f "$TARFILE" ] ; then
+    wget -q http://rsb.info.nih.gov/ij/download/src/"$UPSTREAMZIP"
+fi


Property changes on: trunk/packages/freediams/trunk/debian/get-orig-source
___________________________________________________________________
Added: svn:executable
   + *




More information about the debian-med-commit mailing list