Author: tille
Date: 2011-04-07 20:27:27 +0000 (Thu, 07 Apr 2011)
New Revision: 6487

Added:
   trunk/packages/medical/
   trunk/packages/medical/trunk/
   trunk/packages/medical/trunk/debian/
   trunk/packages/medical/trunk/debian/README.source
   trunk/packages/medical/trunk/debian/changelog
   trunk/packages/medical/trunk/debian/compat
   trunk/packages/medical/trunk/debian/control
   trunk/packages/medical/trunk/debian/copyright
   trunk/packages/medical/trunk/debian/install
   trunk/packages/medical/trunk/debian/rules
   trunk/packages/medical/trunk/debian/source/
   trunk/packages/medical/trunk/debian/source/format
   trunk/packages/medical/trunk/debian/watch
Log:
Inject some very basic (and not yet working) packageing for medical, just 
giving the authors some kickstart


Added: trunk/packages/medical/trunk/debian/README.source
===================================================================
--- trunk/packages/medical/trunk/debian/README.source                           
(rev 0)
+++ trunk/packages/medical/trunk/debian/README.source   2011-04-07 20:27:27 UTC 
(rev 6487)
@@ -0,0 +1 @@
+Source was repackaged because it creates a dirty directory

Added: trunk/packages/medical/trunk/debian/changelog
===================================================================
--- trunk/packages/medical/trunk/debian/changelog                               
(rev 0)
+++ trunk/packages/medical/trunk/debian/changelog       2011-04-07 20:27:27 UTC 
(rev 6487)
@@ -0,0 +1,5 @@
+medical (1.0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #??????)
+
+ -- Andreas Tille <[email protected]>  Thu, 07 Apr 2011 16:53:45 +0200

Added: trunk/packages/medical/trunk/debian/compat
===================================================================
--- trunk/packages/medical/trunk/debian/compat                          (rev 0)
+++ trunk/packages/medical/trunk/debian/compat  2011-04-07 20:27:27 UTC (rev 
6487)
@@ -0,0 +1 @@
+8

Added: trunk/packages/medical/trunk/debian/control
===================================================================
--- trunk/packages/medical/trunk/debian/control                         (rev 0)
+++ trunk/packages/medical/trunk/debian/control 2011-04-07 20:27:27 UTC (rev 
6487)
@@ -0,0 +1,32 @@
+Source: medical
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team 
<[email protected]>
+DM-Upload-Allowed: yes
+Uploaders: Andreas Tille <[email protected]>
+Build-Depends: debhelper (>= 8), python
+Standards-Version: 3.9.2
+Homepage: http://medical.sourceforge.net/
+Vcs-Browser: 
http://svn.debian.org/viewsvn/debian-med/trunk/packages/medical/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/medical/trunk/
+
+Package: medical
+Architecture: all
+Depends: ${Python:Depends}, ${misc:Depends}
+Description: centralized Electronic Medical Record and Hospital Information 
System
+ Medical is a multi-user, highly scalable, centralized Electronic Medical 
Record (EMR)
+ and Hospital Information System (HIS) for openERP, so doctors and 
institutions all over
+ the world, independently of their economic status, will benefit from a 
centralized,
+ high quality, secure and scalable system.
+ .
+ Medical at a glance:
+  * 100% paperless patient examination and history taking
+  * Patient Administration (creation, evaluations / consultations, history ... 
)
+  * Strong focus in family medicine and Primary Health Care
+  * Doctor Administration
+  * Lab Administration
+  * Medicine / Drugs information (vademécum)
+  * Medical stock and supply chain management
+  * Demographics and other statistical reports
+  * Financial Administration (Invoicing, ...).
+  * Designed with industry standards in mind

Added: trunk/packages/medical/trunk/debian/copyright
===================================================================
--- trunk/packages/medical/trunk/debian/copyright                               
(rev 0)
+++ trunk/packages/medical/trunk/debian/copyright       2011-04-07 20:27:27 UTC 
(rev 6487)
@@ -0,0 +1,27 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: Medical
+Upstream-Contact: Luis Falcon <[email protected]>
+Source: http://sourceforge.net/projects/medical/files/medical/
+
+Files: *
+Copyright: © 2008-2011 Luis Falcon
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ . 
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+Comment: On Debian systems, the complete text of the GNU General Public
+ License version 3 can be found in ‘/usr/share/common-licenses/GPL-3’.
+
+Files: debian/*
+Copyright: © 2011 Andreas Tille <[email protected]>
+License: same-as-upstream
+ Same as Medical itelf (see above).

Added: trunk/packages/medical/trunk/debian/install
===================================================================
--- trunk/packages/medical/trunk/debian/install                         (rev 0)
+++ trunk/packages/medical/trunk/debian/install 2011-04-07 20:27:27 UTC (rev 
6487)
@@ -0,0 +1 @@
+medical*       usr/share/pyshared

Added: trunk/packages/medical/trunk/debian/rules
===================================================================
--- trunk/packages/medical/trunk/debian/rules                           (rev 0)
+++ trunk/packages/medical/trunk/debian/rules   2011-04-07 20:27:27 UTC (rev 
6487)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# debian/rules for medical
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+       dh $@ --with python2
+
+override_dh_install:
+       dh_install
+       find debian -name "*.xml" -o -name "*.rml" -type f -exec chmod -x \{\} 
\;


Property changes on: trunk/packages/medical/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/medical/trunk/debian/source/format
===================================================================
--- trunk/packages/medical/trunk/debian/source/format                           
(rev 0)
+++ trunk/packages/medical/trunk/debian/source/format   2011-04-07 20:27:27 UTC 
(rev 6487)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/medical/trunk/debian/watch
===================================================================
--- trunk/packages/medical/trunk/debian/watch                           (rev 0)
+++ trunk/packages/medical/trunk/debian/watch   2011-04-07 20:27:27 UTC (rev 
6487)
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/_/./g" \
+   http://sf.net/medical/medical_([\d_]+)\.tar\.gz


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to