[med-svn] r4600 - trunk/packages/gnumed-client/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Feb 4 21:45:05 UTC 2010
Author: tille
Date: 2010-02-04 21:45:04 +0000 (Thu, 04 Feb 2010)
New Revision: 4600
Modified:
trunk/packages/gnumed-client/trunk/debian/changelog
trunk/packages/gnumed-client/trunk/debian/control
trunk/packages/gnumed-client/trunk/debian/rules
Log:
New upstream version
Modified: trunk/packages/gnumed-client/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/changelog 2010-02-04 12:24:54 UTC (rev 4599)
+++ trunk/packages/gnumed-client/trunk/debian/changelog 2010-02-04 21:45:04 UTC (rev 4600)
@@ -1,9 +1,14 @@
-gnumed-client (0.6.0-2) UNRELEASED; urgency=low
+gnumed-client (0.6.1-1) unstable; urgency=low
+ * New upstream release
* debian/control
- Only Recommends texlive-latex-extra instead of Depends
+ - Depends: texlive-latex-base
- Suggests: gnumed-server (>= 0v12) (instead of >= 0v11)
- Standards-Version: 3.8.4 (no changes needed)
+ * debian/rules
+ - make sure also locales for specific countries (like pt_BR)
+ will be installed properly
-- Andreas Tille <tille at debian.org> Sun, 24 Jan 2010 17:30:53 +0100
Modified: trunk/packages/gnumed-client/trunk/debian/control
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/control 2010-02-04 12:24:54 UTC (rev 4599)
+++ trunk/packages/gnumed-client/trunk/debian/control 2010-02-04 21:45:04 UTC (rev 4600)
@@ -16,7 +16,7 @@
Depends: ${misc:Depends}, ${python:Depends}, python-wxgtk2.8, file, gnumed-common (= ${source:Version}),
gnumed-doc (= ${source:Version}), python-enchant, python-egenix-mxdatetime,
hunspell | aspell | ispell | myspell-dictionary | hspell,
- python-gnuplot
+ python-gnuplot, texlive-latex-base
Recommends: xsane (>= 0.991), extract, ntp | ntpdate, aeskulap | amide | xmedcon,
iceweasel | www-browser, openoffice.org-writer, python-uno, wgerman-medical,
konsolekalendar, pgadmin3, xdg-utils, kprinter | gtklp, texlive-latex-extra
Modified: trunk/packages/gnumed-client/trunk/debian/rules
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/rules 2010-02-04 12:24:54 UTC (rev 4599)
+++ trunk/packages/gnumed-client/trunk/debian/rules 2010-02-04 21:45:04 UTC (rev 4600)
@@ -26,7 +26,7 @@
# Install locale files into apropriate directories
for loc in `ls client/locale/*.mo` ; do \
- country=`echo $${loc} | sed 's?.*/\([a-z][a-z]\)-$(pkg).mo?\1?'` ; \
+ country=`echo $${loc} | sed -e 's?.*/\([a-z][a-z]\)-$(pkg).mo?\1?' -e 's?.*/\([a-z][a-z]_[A-Z][A-Z]\)-gnumed.mo?\1?'` ; \
locdir=debian/$(client)/usr/share/locale/$${country}/LC_MESSAGES ; \
mkdir -p $${locdir} ; \
cp -a $${loc} $${locdir}/$(pkg).mo ; \
More information about the debian-med-commit
mailing list