Author: tille Date: 2011-03-02 15:37:50 +0000 (Wed, 02 Mar 2011) New Revision: 6145
Added: trunk/packages/gnumed-client/branch/0.7.10-3/ Modified: trunk/packages/gnumed-client/branch/0.7.10-3/changelog trunk/packages/gnumed-client/branch/0.7.10-3/rules Log: Version 0.7.10-3 in stable-proposed-updates. Modified: trunk/packages/gnumed-client/branch/0.7.10-3/changelog =================================================================== --- trunk/packages/gnumed-client/tags/0.7.10-2.1/changelog 2011-03-01 15:54:52 UTC (rev 6138) +++ trunk/packages/gnumed-client/branch/0.7.10-3/changelog 2011-03-02 15:37:50 UTC (rev 6145) @@ -1,3 +1,11 @@ +gnumed-client (0.7.10-3) stable-proposed-updates; urgency=low + + * Fix regression of last two uploads which did not installed + translations into correct place + Closes: #610240 + + -- Andreas Tille <[email protected]> Mon, 17 Jan 2011 20:28:33 +0100 + gnumed-client (0.7.10-2.1) testing; urgency=low * Non-maintainer upload. Modified: trunk/packages/gnumed-client/branch/0.7.10-3/rules =================================================================== --- trunk/packages/gnumed-client/tags/0.7.10-2.1/rules 2011-03-01 15:54:52 UTC (rev 6138) +++ trunk/packages/gnumed-client/branch/0.7.10-3/rules 2011-03-02 15:37:50 UTC (rev 6145) @@ -25,7 +25,7 @@ done # Install locale files into apropriate directories - for loc in `ls client/po/*.mo` ; do \ + for loc in `ls client/locale/*.mo` ; do \ 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} ; \ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
