[med-svn] r9788 - trunk/packages/freemedforms/trunk/debian

Eric Maeker ericmaeker-guest at alioth.debian.org
Sat Feb 25 09:19:40 UTC 2012


Author: ericmaeker-guest
Date: 2012-02-25 09:19:40 +0000 (Sat, 25 Feb 2012)
New Revision: 9788

Added:
   trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.doc-base
   trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.install
   trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.links
   trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.doc-base
   trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.install
   trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.links
Removed:
   trunk/packages/freemedforms/trunk/debian/freemedforms.links
Modified:
   trunk/packages/freemedforms/trunk/debian/changelog
   trunk/packages/freemedforms/trunk/debian/control
   trunk/packages/freemedforms/trunk/debian/copyright
   trunk/packages/freemedforms/trunk/debian/freemedforms-data.install
   trunk/packages/freemedforms/trunk/debian/freemedforms.1
   trunk/packages/freemedforms/trunk/debian/freemedforms.install
   trunk/packages/freemedforms/trunk/debian/rules
Log:
freemedforms: new upstream

Modified: trunk/packages/freemedforms/trunk/debian/changelog
===================================================================
--- trunk/packages/freemedforms/trunk/debian/changelog	2012-02-24 21:55:37 UTC (rev 9787)
+++ trunk/packages/freemedforms/trunk/debian/changelog	2012-02-25 09:19:40 UTC (rev 9788)
@@ -1,3 +1,16 @@
+freemedforms (0.7.0~beta1-1) UNRELEASED; urgency=low
+
+  [ Eric Maeker ]
+  * New upstream
+  * updating dependencies to Qt 4.7.0
+  * updating man page and software descriptions
+  * updating debian/copyright (specially for the free drugs database)
+  * rules: libz.a is now build outside the source package
+  * creating doc packages
+  * changing license terms of debian/* files to BSD revised
+
+ -- Andreas Tille <tille at debian.org>  Fri, 11 Nov 2011 14:32:14 +0100
+
 freemedforms (0.6.0-1) UNRELEASED; urgency=low
 
   * Initial release

Modified: trunk/packages/freemedforms/trunk/debian/control
===================================================================
--- trunk/packages/freemedforms/trunk/debian/control	2012-02-24 21:55:37 UTC (rev 9787)
+++ trunk/packages/freemedforms/trunk/debian/control	2012-02-25 09:19:40 UTC (rev 9788)
@@ -5,7 +5,7 @@
 Uploaders: Eric Maeker <eric.maeker at gmail.com>,
  Andreas Tille <tille at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8), zlib1g-dev, libqt4-dev (>= 4.6.2), libxext-dev
+Build-Depends: debhelper (>= 8), libqt4-dev (>= 4.7.0), libxext-dev, quilt (>= 0.47), zlib1g-dev
 Standards-Version: 3.9.2
 Homepage: http://www.freemedforms.com/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/freemedforms/
@@ -14,16 +14,14 @@
 Package: freemedforms
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, freemedforms-data (= ${source:Version}),
- freediams-drugs (>= 0.6.2-1),
- libqtcore4 (>= 4.6.2), libqtgui4 (>= 4.6.2), libqt4-sql-sqlite, libqt4-sql-mysql,
+ freediams-drugs (= ${source:Version}),
+ libqtcore4 (>= 4.7.0), libqtgui4 (>= 4.7.0), libqt4-sql-sqlite, libqt4-sql-mysql,
  libqt4-xml, libqt4-network, libqt4-svg, libqt4-script, zlib1g
 Description: Electronic Medical Record Manager
  FreeMedForms is developed by a international community of
  medical doctors and computer workers and is
  mainly intended for health professionals.
  .
- Currently, the suite is under development. It is
- available only for testing purposes.
  The main objective of FreeMedForms is to manage the
  electronic medical records based on your
  medical practice or the practice of clinical
@@ -31,24 +29,58 @@
  .
  Your records will be fully customizable through the
  use of XML architecture and the use of plugins.
- Some parts of the suite are already
- stable and usable in practice as the prescriber
- FreeDiams.
 
 Package: freemedforms-data
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: freemedforms
-Description: Data for FreeMedForms EMR
+Recommends: freemedforms (= ${source:Version})
+Breaks: freemedforms (<< ${source:Version})
+Description: Data for FreeMedForms Electronic Medical Record Manager
  FreeMedForms is developed by a international community of
  medical doctors and computer workers and is
  mainly intended for health professionals.
  .
- Currently, the suite is under development. It is
- available only for testing purposes.
  The main objective of FreeMedForms is to manage the
  electronic medical records based on your
  medical practice or the practice of clinical
  research groups.
  .
  This package contains the architecture independent data.
+
+Package: freemedforms-doc-en
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Enhances: freemedforms
+Provides: freemedforms-doc
+Description: English documentation for FreeMedForms Electronic Medical Record Manager
+ FreeMedForms is developed by a international community of
+ medical doctors and computer workers and is
+ mainly intended for health professionals.
+ .
+ The main objective of FreeMedForms is to manage the
+ electronic medical records based on your
+ medical practice or the practice of clinical
+ research groups.
+ .
+ This package contains the English documentation of FreeMedForms EMR.
+
+Package: freemedforms-doc-fr
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Enhances: freemedforms
+Provides: freemedforms-doc
+Description: Data for FreeMedForms Electronic Medical Record Manager
+ FreeMedForms is developed by a international community of
+ medical doctors and computer workers and is
+ mainly intended for health professionals.
+ .
+ The main objective of FreeMedForms is to manage the
+ electronic medical records based on your
+ medical practice or the practice of clinical
+ research groups.
+ .
+ This package contains the French documentation of FreeMedForms EMR.
+
+

Modified: trunk/packages/freemedforms/trunk/debian/copyright
===================================================================
--- trunk/packages/freemedforms/trunk/debian/copyright	2012-02-24 21:55:37 UTC (rev 9787)
+++ trunk/packages/freemedforms/trunk/debian/copyright	2012-02-25 09:19:40 UTC (rev 9788)
@@ -1,21 +1,380 @@
-X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: FreeMedForms
+Upstream-Contact: Eric Maeker <eric.maeker at gmail.com>
+Source: http://code.google.com/p/freemedforms/downloads/list
 X-Debianized-By: Eric Maeker <eric.maeker at gmail.com>, Andreas Tille <tille at debian.org>
 X-Debianized-Date: Sat, 05 Sep 2009 16:22:53 +0200
-X-Source-Downloaded-From: http://code.google.com/p/freemedforms/downloads/list
-X-Upstream-Author: Eric Maeker <eric.maeker at gmail.com>
 
-Copyright: © 2008-2011 by Eric Maeker, MD
-License: GPL3 and (some parts as) LGPL
+Files: *
+Copyright: © 2008-2012 by Eric Maeker, MD
+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: contrib/quazip/*
-Copyright: © 2005-2007 Sergey A. Tachenov
+Copyright: © 2005-2007 Sergey A. Tachenov
 License: Dual licensed as GPL2+ and LGPL
-X-Remark: Here we are using LGPL to be able to link against a BSD licensed
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+Comment: On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.
+Remark: Here we are using LGPL to be able to link against a BSD licensed
  program
-X-Comment: On Debian systems, the complete text of the GNU Lesser General
+Comment: On Debian systems, the complete text of the GNU Lesser General
  Public License can be found in `/usr/share/common-licenses/LGPL'.
 
+Files: libs/{aggregation extensionsystem}/*
+       libs/utils/{stylehelper.* qtcassert.h}
+       libs/utils/widgets/{basevalidatinglineedit.* fancyactionbar.*
+                           fancytabwidget.* filenamevalidatinglineedit.*
+                           minisplitter.* styledbar.*}
+       plugins/coreplugin/actionmanager/[ac]*
+       plugins/coreplugin/modemanager
+       tests/basicsortfiltermodel
+       tests/formmodel/[mt]*
+Copyright: 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
+License: : LGPL-2.1+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+Comment: On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in ‘/usr/share/common-licenses/LGPL-2.1’.
+
+Files: contrib/quazip/quazip/{crypt.h ioapi.c unzip.[ch] z*}
+Copyright: 1998-2005 Gilles Vollant, Jean-loup Gailly and Mark Adler
+License: Info-ZIP license
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the above disclaimer and the following restrictions:
+ .
+    1. Redistributions of source code (in whole or in part) must retain
+       the above copyright notice, definition, disclaimer, and this list
+       of conditions.
+ .
+    2. Redistributions in binary form (compiled executables and libraries)
+       must reproduce the above copyright notice, definition, disclaimer,
+       and this list of conditions in documentation and/or other materials
+       provided with the distribution.  The sole exception to this condition
+       is redistribution of a standard UnZipSFX binary (including SFXWiz) as
+       part of a self-extracting archive; that is permitted without inclusion
+       of this license, as long as the normal SFX banner has not been removed
+       from the binary or disabled.
+ .
+    3. Altered versions--including, but not limited to, ports to new operating
+       systems, existing ports with new graphical interfaces, versions with
+       modified or added functionality, and dynamic, shared, or static library
+       versions not from Info-ZIP--must be plainly marked as such and must not
+       be misrepresented as being the original source or, if binaries,
+       compiled from the original source.  Such altered versions also must not
+       be misrepresented as being Info-ZIP releases--including, but not
+       limited to, labeling of the altered versions with the names "Info-ZIP"
+       (or any variation thereof, including, but not limited to, different
+       capitalizations), "Pocket UnZip," "WiZ" or "MacZip" without the
+       explicit permission of Info-ZIP.  Such altered versions are further
+       prohibited from misrepresentative use of the Zip-Bugs or Info-ZIP
+       e-mail addresses or the Info-ZIP URL(s), such as to imply Info-ZIP
+       will provide support for the altered versions.
+ .
+    4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
+       "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its
+       own source and binary releases.
+
+Files: global_resources/pixmap/svg/{Gnome-applications-science.svg
+                                    Office-calendar-modified.svg
+                                    Printer.svg
+                                    unadvised.svg}
+Copyright: 2006-2008 Lapo Calamandrei, Jakub Steiner, Andreas Nilsson
+License: Creative Commons 2.0 by SA
+   Attribution-ShareAlike 2.0 License
+ .
+   THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS
+   CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
+   PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK
+   OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS
+   PROHIBITED.
+ .
+   BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND
+   AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU
+   THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH
+   TERMS AND CONDITIONS.
+ .
+   1. Definitions
+    a. "Collective Work" means a work, such as a periodical issue,
+       anthology or encyclopedia, in which the Work in its entirety in
+       unmodified form, along with a number of other contributions,
+       constituting separate and independent works in themselves, are
+       assembled into a collective whole. A work that constitutes a
+       Collective Work will not be considered a Derivative Work (as
+       defined below) for the purposes of this License.
+    b. "Derivative Work" means a work based upon the Work or upon the Work
+       and other pre-existing works, such as a translation, musical
+       arrangement, dramatization, fictionalization, motion picture
+       version, sound recording, art reproduction, abridgment,
+       condensation, or any other form in which the Work may be recast,
+       transformed, or adapted, except that a work that constitutes a
+       Collective Work will not be considered a Derivative Work for the
+       purpose of this License. For the avoidance of doubt, where the Work
+       is a musical composition or sound recording, the synchronization of
+       the Work in timed-relation with a moving image ("synching") will be
+       considered a Derivative Work for the purpose of this License.
+    c. "Licensor" means the individual or entity that offers the Work
+       under the terms of this License.
+    d. "Original Author" means the individual or entity who created the
+       Work.
+    e. "Work" means the copyrightable work of authorship offered under the
+       terms of this License.
+    f. "You" means an individual or entity exercising rights under this
+       License who has not previously violated the terms of this License
+       with respect to the Work, or who has received express permission
+       from the Licensor to exercise rights under this License despite a
+       previous violation.
+    g. "License Elements" means the following high-level license
+       attributes as selected by Licensor and indicated in the title of
+       this License: Attribution, ShareAlike.
+ .
+   2. Fair Use Rights. Nothing in this license is intended to reduce,
+   limit, or restrict any rights arising from fair use, first sale or
+   other limitations on the exclusive rights of the copyright owner under
+   copyright law or other applicable laws.
+ .
+   3. License Grant. Subject to the terms and conditions of this License,
+   Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
+   perpetual (for the duration of the applicable copyright) license to
+   exercise the rights in the Work as stated below:
+    a. to reproduce the Work, to incorporate the Work into one or more
+       Collective Works, and to reproduce the Work as incorporated in the
+       Collective Works;
+    b. to create and reproduce Derivative Works;
+    c. to distribute copies or phonorecords of, display publicly, perform
+       publicly, and perform publicly by means of a digital audio
+       transmission the Work including as incorporated in Collective
+       Works;
+    d. to distribute copies or phonorecords of, display publicly, perform
+       publicly, and perform publicly by means of a digital audio
+       transmission Derivative Works.
+    e. For the avoidance of doubt, where the work is a musical
+       composition:
+         i. Performance Royalties Under Blanket Licenses. Licensor waives
+            the exclusive right to collect, whether individually or via a
+            performance rights society (e.g. ASCAP, BMI, SESAC), royalties
+            for the public performance or public digital performance (e.g.
+            webcast) of the Work.
+        ii. Mechanical Rights and Statutory Royalties. Licensor waives the
+            exclusive right to collect, whether individually or via a
+            music rights society or designated agent (e.g. Harry Fox
+            Agency), royalties for any phonorecord You create from the
+            Work ("cover version") and distribute, subject to the
+            compulsory license created by 17 USC Section 115 of the US
+            Copyright Act (or the equivalent in other jurisdictions).
+    f. Webcasting Rights and Statutory Royalties. For the avoidance of
+       doubt, where the Work is a sound recording, Licensor waives the
+       exclusive right to collect, whether individually or via a
+       performance-rights society (e.g. SoundExchange), royalties for the
+       public digital performance (e.g. webcast) of the Work, subject to
+       the compulsory license created by 17 USC Section 114 of the US
+       Copyright Act (or the equivalent in other jurisdictions).
+ .
+   The above rights may be exercised in all media and formats whether now
+   known or hereafter devised. The above rights include the right to make
+   such modifications as are technically necessary to exercise the rights
+   in other media and formats. All rights not expressly granted by
+   Licensor are hereby reserved.
+ .
+   4. Restrictions.The license granted in Section 3 above is expressly
+   made subject to and limited by the following restrictions:
+    a. You may distribute, publicly display, publicly perform, or publicly
+       digitally perform the Work only under the terms of this License,
+       and You must include a copy of, or the Uniform Resource Identifier
+       for, this License with every copy or phonorecord of the Work You
+       distribute, publicly display, publicly perform, or publicly
+       digitally perform. You may not offer or impose any terms on the
+       Work that alter or restrict the terms of this License or the
+       recipients' exercise of the rights granted hereunder. You may not
+       sublicense the Work. You must keep intact all notices that refer to
+       this License and to the disclaimer of warranties. You may not
+       distribute, publicly display, publicly perform, or publicly
+       digitally perform the Work with any technological measures that
+       control access or use of the Work in a manner inconsistent with the
+       terms of this License Agreement. The above applies to the Work as
+       incorporated in a Collective Work, but this does not require the
+       Collective Work apart from the Work itself to be made subject to
+       the terms of this License. If You create a Collective Work, upon
+       notice from any Licensor You must, to the extent practicable,
+       remove from the Collective Work any reference to such Licensor or
+       the Original Author, as requested. If You create a Derivative Work,
+       upon notice from any Licensor You must, to the extent practicable,
+       remove from the Derivative Work any reference to such Licensor or
+       the Original Author, as requested.
+    b. You may distribute, publicly display, publicly perform, or publicly
+       digitally perform a Derivative Work only under the terms of this
+       License, a later version of this License with the same License
+       Elements as this License, or a Creative Commons iCommons license
+       that contains the same License Elements as this License (e.g.
+       Attribution-ShareAlike 2.0 Japan). You must include a copy of, or
+       the Uniform Resource Identifier for, this License or other license
+       specified in the previous sentence with every copy or phonorecord
+       of each Derivative Work You distribute, publicly display, publicly
+       perform, or publicly digitally perform. You may not offer or impose
+       any terms on the Derivative Works that alter or restrict the terms
+       of this License or the recipients' exercise of the rights granted
+       hereunder, and You must keep intact all notices that refer to this
+       License and to the disclaimer of warranties. You may not
+       distribute, publicly display, publicly perform, or publicly
+       digitally perform the Derivative Work with any technological
+       measures that control access or use of the Work in a manner
+       inconsistent with the terms of this License Agreement. The above
+       applies to the Derivative Work as incorporated in a Collective
+       Work, but this does not require the Collective Work apart from the
+       Derivative Work itself to be made subject to the terms of this
+       License.
+    c. If you distribute, publicly display, publicly perform, or publicly
+       digitally perform the Work or any Derivative Works or Collective
+       Works, You must keep intact all copyright notices for the Work and
+       give the Original Author credit reasonable to the medium or means
+       You are utilizing by conveying the name (or pseudonym if
+       applicable) of the Original Author if supplied; the title of the
+       Work if supplied; to the extent reasonably practicable, the Uniform
+       Resource Identifier, if any, that Licensor specifies to be
+       associated with the Work, unless such URI does not refer to the
+       copyright notice or licensing information for the Work; and in the
+       case of a Derivative Work, a credit identifying the use of the Work
+       in the Derivative Work (e.g., "French translation of the Work by
+       Original Author," or "Screenplay based on original Work by Original
+       Author"). Such credit may be implemented in any reasonable manner;
+       provided, however, that in the case of a Derivative Work or
+       Collective Work, at a minimum such credit will appear where any
+       other comparable authorship credit appears and in a manner at least
+       as prominent as such other comparable authorship credit.
+ .
+   5. Representations, Warranties and Disclaimer
+ .
+   UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
+   THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
+   CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
+   INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
+   LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF
+   ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW
+   THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO
+   YOU.
+ .
+   6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
+   LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
+   ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
+   ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR
+   HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+ .
+   7. Termination
+    a. This License and the rights granted hereunder will terminate
+       automatically upon any breach by You of the terms of this License.
+       Individuals or entities who have received Derivative Works or
+       Collective Works from You under this License, however, will not
+       have their licenses terminated provided such individuals or
+       entities remain in full compliance with those licenses. Sections 1,
+       2, 5, 6, 7, and 8 will survive any termination of this License.
+    b. Subject to the above terms and conditions, the license granted here
+       is perpetual (for the duration of the applicable copyright in the
+       Work). Notwithstanding the above, Licensor reserves the right to
+       release the Work under different license terms or to stop
+       distributing the Work at any time; provided, however that any such
+       election will not serve to withdraw this License (or any other
+       license that has been, or is required to be, granted under the
+       terms of this License), and this License will continue in full
+       force and effect unless terminated as stated above.
+ .
+   8. Miscellaneous
+    a. Each time You distribute or publicly digitally perform the Work or
+       a Collective Work, the Licensor offers to the recipient a license
+       to the Work on the same terms and conditions as the license granted
+       to You under this License.
+    b. Each time You distribute or publicly digitally perform a Derivative
+       Work, Licensor offers to the recipient a license to the original
+       Work on the same terms and conditions as the license granted to You
+       under this License.
+    c. If any provision of this License is invalid or unenforceable under
+       applicable law, it shall not affect the validity or enforceability
+       of the remainder of the terms of this License, and without further
+       action by the parties to this agreement, such provision shall be
+       reformed to the minimum extent necessary to make such provision
+       valid and enforceable.
+    d. No term or provision of this License shall be deemed waived and no
+       breach consented to unless such waiver or consent shall be in
+       writing and signed by the party to be charged with such waiver or
+       consent.
+    e. This License constitutes the entire agreement between the parties
+       with respect to the Work licensed here. There are no
+       understandings, agreements or representations with respect to the
+       Work not specified here. Licensor shall not be bound by any
+       additional provisions that may appear in any communication from
+       You. This License may not be modified without the mutual written
+       agreement of the Licensor and You.
+ .
+   Creative Commons is not a party to this License, and makes no warranty
+   whatsoever in connection with the Work. Creative Commons will not be
+   liable to You or any party on any legal theory for any damages
+   whatsoever, including without limitation any general, special,
+   incidental or consequential damages arising in connection to this
+   license. Notwithstanding the foregoing two (2) sentences, if Creative
+   Commons has expressly identified itself as the Licensor hereunder, it
+   shall have all rights and obligations of Licensor.
+ .
+   Except for the limited purpose of indicating to the public that the
+   Work is licensed under the CCPL, neither party will use the trademark
+   "Creative Commons" or any related trademark or logo of Creative Commons
+   without the prior written consent of Creative Commons. Any permitted
+   use will be in compliance with Creative Commons' then-current trademark
+   usage guidelines, as may be published on its website or otherwise made
+   available upon request from time to time.
+
+Files: global_resources/pixmaps/16x16
+       global_resources/pixmaps/32x32
+       global_resources/pixmaps/48x48
+       global_resources/pixmaps/64x64
+Copyright: Tango Desktop Project, Eric Maeker
+License: Public Domain
+ These icons are in Public Domain
+
+Files: global_resources/datapacks/appinstalled/drugs/master.db
+Copyright: Eric Maeker, MD
+License: The file is created by upstream using the following database licenses
+ This file is constructed using the following raw source files:
+  - FDA drugs database: http://www.fda.gov/downloads/Drugs/InformationOnDrugs/ucm054599.zip
+    License: public domain © FDA
+
 Files: debian/*
-Copyright: © 2009-2011, Eric Maeker <eric.maeker at gmail.com>
+Copyright: © 2009-2012, Eric Maeker <eric.maeker at gmail.com>
                         Andreas Tille <tille at debian.org>
-License: Same as freemedforms itself
+License: BSD revised

Modified: trunk/packages/freemedforms/trunk/debian/freemedforms-data.install
===================================================================
--- trunk/packages/freemedforms/trunk/debian/freemedforms-data.install	2012-02-24 21:55:37 UTC (rev 9787)
+++ trunk/packages/freemedforms/trunk/debian/freemedforms-data.install	2012-02-25 09:19:40 UTC (rev 9788)
@@ -1 +1 @@
-usr/share/freemedforms
+usr/share/freemedforms/datapacks/appinstalled

Added: trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.doc-base
===================================================================
--- trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.doc-base	                        (rev 0)
+++ trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.doc-base	2012-02-25 09:19:40 UTC (rev 9788)
@@ -0,0 +1,20 @@
+Document: freemedforms-doc-en
+Title: FreeDiams user's manual in Englisch language
+Author: Eric Maeker
+Abstract: Electronic Medical Record Manager
+ FreeMedForms is developed by a international community of
+ medical doctors and computer workers and is
+ mainly intended for health professionals.
+ .
+ The main objective of FreeMedForms is to manage the
+ electronic medical records based on your
+ medical practice or the practice of clinical
+ research groups.
+ .
+ Your records will be fully customizable through the
+ use of XML architecture and the use of plugins.
+Section: Science/Medicine
+
+Format: HTML
+Index: /usr/share/doc/freemedforms/en/toc.html
+Files: /usr/share/doc/freemedforms/en/*

Added: trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.install
===================================================================
--- trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.install	                        (rev 0)
+++ trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.install	2012-02-25 09:19:40 UTC (rev 9788)
@@ -0,0 +1 @@
+global_resources/doc/freemedforms/en/html/* usr/share/doc/freemedforms/en

Added: trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.links
===================================================================
--- trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.links	                        (rev 0)
+++ trunk/packages/freemedforms/trunk/debian/freemedforms-doc-en.links	2012-02-25 09:19:40 UTC (rev 9788)
@@ -0,0 +1 @@
+usr/share/doc/freemedforms/en/toc.html	usr/share/doc/freemedforms/en/index.html

Added: trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.doc-base
===================================================================
--- trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.doc-base	                        (rev 0)
+++ trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.doc-base	2012-02-25 09:19:40 UTC (rev 9788)
@@ -0,0 +1,20 @@
+Document: freemedforms-doc-fr
+Title: FreeMedForms user's manual in French language
+Author: Eric Maeker
+Abstract: Electronic Medical Record Manager
+ FreeMedForms is developed by a international community of
+ medical doctors and computer workers and is
+ mainly intended for health professionals.
+ .
+ The main objective of FreeMedForms is to manage the
+ electronic medical records based on your
+ medical practice or the practice of clinical
+ research groups.
+ .
+ Your records will be fully customizable through the
+ use of XML architecture and the use of plugins.
+Section: Science/Medicine
+
+Format: HTML
+Index: /usr/share/doc/freemedforms/fr/toc.html
+Files: /usr/share/doc/freemedforms/fr/*

Added: trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.install
===================================================================
--- trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.install	                        (rev 0)
+++ trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.install	2012-02-25 09:19:40 UTC (rev 9788)
@@ -0,0 +1 @@
+global_resources/doc/freemedforms/fr/html/* usr/share/doc/freemedforms/fr

Added: trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.links
===================================================================
--- trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.links	                        (rev 0)
+++ trunk/packages/freemedforms/trunk/debian/freemedforms-doc-fr.links	2012-02-25 09:19:40 UTC (rev 9788)
@@ -0,0 +1 @@
+usr/share/doc/freemedforms/fr/toc.html	usr/share/doc/freemedforms/fr/index.html

Modified: trunk/packages/freemedforms/trunk/debian/freemedforms.1
===================================================================
--- trunk/packages/freemedforms/trunk/debian/freemedforms.1	2012-02-24 21:55:37 UTC (rev 9787)
+++ trunk/packages/freemedforms/trunk/debian/freemedforms.1	2012-02-25 09:19:40 UTC (rev 9788)
@@ -1,4 +1,4 @@
-.TH FreeMedForms 1 "29 April 2011"
+.TH FreeMedForms 1 "24 February 2012"
 .SH NAME
 FreeMedForms - Electronic Medical Record manager
 .SH SYNOPSIS
@@ -12,8 +12,6 @@
 medical doctors and computer workers and is
 mainly intended for health professionals.
 .P
-Currently, the suite is under development. It is
-available only for testing purposes.
 The main objective of
 .B FreeMedForms
 is to manage the
@@ -34,7 +32,7 @@
 
 .SH AUTHOR
 .B FreeMedForms
-is copyright 2008-2011 by Eric Maeker, MD
+is copyright 2008-2012 by Eric Maeker, MD
 .SH "SEE ALSO"
 .B FreeDiams
 Pharmaceutical drugs prescriptor, result of the

Modified: trunk/packages/freemedforms/trunk/debian/freemedforms.install
===================================================================
--- trunk/packages/freemedforms/trunk/debian/freemedforms.install	2012-02-24 21:55:37 UTC (rev 9787)
+++ trunk/packages/freemedforms/trunk/debian/freemedforms.install	2012-02-25 09:19:40 UTC (rev 9788)
@@ -2,4 +2,10 @@
 usr/lib
 usr/share/applications
 usr/share/pixmaps
-
+usr/share/freemedforms/forms
+usr/share/freemedforms/package_helpers
+usr/share/freemedforms/pixmap
+usr/share/freemedforms/profiles
+usr/share/freemedforms/sql
+usr/share/freemedforms/textfiles
+usr/share/freemedforms/translations

Deleted: trunk/packages/freemedforms/trunk/debian/freemedforms.links
===================================================================
--- trunk/packages/freemedforms/trunk/debian/freemedforms.links	2012-02-24 21:55:37 UTC (rev 9787)
+++ trunk/packages/freemedforms/trunk/debian/freemedforms.links	2012-02-25 09:19:40 UTC (rev 9788)
@@ -1 +0,0 @@
-usr/share/freediams/databases/drugs usr/share/freedmedforms/databases/drugs

Modified: trunk/packages/freemedforms/trunk/debian/rules
===================================================================
--- trunk/packages/freemedforms/trunk/debian/rules	2012-02-24 21:55:37 UTC (rev 9787)
+++ trunk/packages/freemedforms/trunk/debian/rules	2012-02-25 09:19:40 UTC (rev 9788)
@@ -1,18 +1,20 @@
 #!/usr/bin/make -f
 
+pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
+
 %:
 	dh $@
 
 override_dh_auto_configure:
 	lrelease global_resources/translations/*.ts
-	qmake-qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" "INSTALL_ROOT_PATH=$(CURDIR)/debian/tmp/usr/" LOWERED_APPNAME="freemedforms" freemedforms.pro
+	qmake-qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" "INSTALL_ROOT_PATH=$(CURDIR)/debian/tmp/usr/" LOWERED_APPNAME="$(pkg)" $(pkg)
 
 # Upstream does not seem to provide a proper clean target - clean up here
 override_dh_auto_clean:
 	rm -rf bin/freemedforms/plugins/* bin/freemedforms
 	find build -type d -name "\.*" -exec rm -rf \{\} \; 2> /dev/null || true
-	rm -rf contrib/quazip/libz.a
-	test ! -f Makefile || make distclean
+	rm -f global_resources/translations/[a-ps-z]*.qm
+	dh_auto_clean
 
 override_dh_auto_install:
 	make install
@@ -28,10 +30,10 @@
 
 	dh_install
 
-#override_dh_shlibdeps:
-#	LD_LIBRARY_PATH=debian/tmp/usr/lib/freemedforms dh_shlibdeps -l/usr/lib/freemedforms
+override_dh_shlibdeps:
+	LD_LIBRARY_PATH=debian/tmp/usr/lib/freemedforms dh_shlibdeps -l/usr/lib/freemedforms
 
-#override_dh_installdeb:
-#	# remove extra license file
-#	rm -f $(CURDIR)/debian/freemedforms-data/usr/share/freemedforms/textfiles/COPYING.txt
-#	dh_installdeb
+override_dh_installdeb:
+	# remove extra license file
+	rm -f $(CURDIR)/debian/freemedforms-data/usr/share/freemedforms/textfiles/COPYING.txt
+	dh_installdeb




More information about the debian-med-commit mailing list