Author: tille Date: 2010-07-13 12:51:04 +0000 (Tue, 13 Jul 2010) New Revision: 5041
Modified: trunk/packages/freediams/trunk/debian/control trunk/packages/freediams/trunk/debian/copyright trunk/packages/freediams/trunk/debian/freediams.1 trunk/packages/freediams/trunk/debian/rules Log: Add copyright information for contrib files, documentation changes which were suggested by upstream Modified: trunk/packages/freediams/trunk/debian/control =================================================================== --- trunk/packages/freediams/trunk/debian/control 2010-07-13 12:15:00 UTC (rev 5040) +++ trunk/packages/freediams/trunk/debian/control 2010-07-13 12:51:04 UTC (rev 5041) @@ -23,7 +23,7 @@ line parameters. . FreeDiams can use multiple drugs database. Are currently available: - Drugs database for Canada, the the USA and for France. Only The french + Drugs database for Canada, the USA and for France. Only The french drugs database allows the calculation of drug interactions through data issued from the French governemental AFSSAPS. Work is in progress to implement drugs interactions in all drugs databases using the ATC drug's @@ -45,7 +45,7 @@ line parameters. . FreeDiams can use multiple drugs database. Are currently available: - Drugs database for Canada, the the USA and for France. Only The french + Drugs database for Canada, the USA and for France. Only The french drugs database allows the calculation of drug interactions through data issued from the French governemental AFSSAPS. Work is in progress to implement drugs interactions in all drugs databases using the ATC drug's @@ -70,7 +70,7 @@ line parameters. . FreeDiams can use multiple drugs database. Are currently available: - Drugs database for Canada, the the USA and for France. Only The french + Drugs database for Canada, the USA and for France. Only The french drugs database allows the calculation of drug interactions through data issued from the French governemental AFSSAPS. Work is in progress to implement drugs interactions in all drugs databases using the ATC drug's @@ -95,7 +95,7 @@ line parameters. . FreeDiams can use multiple drugs database. Are currently available: - Drugs database for Canada, the the USA and for France. Only The french + Drugs database for Canada, the USA and for France. Only The french drugs database allows the calculation of drug interactions through data issued from the French governemental AFSSAPS. Work is in progress to implement drugs interactions in all drugs databases using the ATC drug's Modified: trunk/packages/freediams/trunk/debian/copyright =================================================================== --- trunk/packages/freediams/trunk/debian/copyright 2010-07-13 12:15:00 UTC (rev 5040) +++ trunk/packages/freediams/trunk/debian/copyright 2010-07-13 12:51:04 UTC (rev 5041) @@ -33,6 +33,14 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Files: contrib/quazip/* +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 + program +X-Comment: On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL'. + Files: debian/* Copyright: © 2009, Eric Maeker <[email protected]> Andreas Tille <[email protected]> Modified: trunk/packages/freediams/trunk/debian/freediams.1 =================================================================== --- trunk/packages/freediams/trunk/debian/freediams.1 2010-07-13 12:15:00 UTC (rev 5040) +++ trunk/packages/freediams/trunk/debian/freediams.1 2010-07-13 12:51:04 UTC (rev 5041) @@ -16,7 +16,7 @@ .B FreeDiams can use multiple drugs database. Are currently available: Drugs database for Canada, the -the USA and for France. Only The french drugs database allows the +USA and for France. Only The french drugs database allows the calculation of drug interactions through data issued from the French governemental AFSSAPS. Work is in progress to implement drugs interactions in all Modified: trunk/packages/freediams/trunk/debian/rules =================================================================== --- trunk/packages/freediams/trunk/debian/rules 2010-07-13 12:15:00 UTC (rev 5040) +++ trunk/packages/freediams/trunk/debian/rules 2010-07-13 12:51:04 UTC (rev 5041) @@ -23,6 +23,12 @@ mkdir -p $(CURDIR)/debian/tmp/usr/share/doc/freediams/fr mv global_resources/doc/freediams/en/html/* $(CURDIR)/debian/tmp/usr/share/doc/freediams/en mv global_resources/doc/freediams/fr/html/* $(CURDIR)/debian/tmp/usr/share/doc/freediams/fr + + # Remove those Links to dynamic libraries which have no version number (this should only + # be provided in -dev packages. But some *.so files are real files without version number + # FIXME + # find $(CURDIR)/debian/tmp/usr/lib/freediams -type l -name "*.so" -exec rm -f \{\} \; + dh_install --autodest override_dh_shlibdeps:: _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
