[Pkg-mc-commits] r75 - in trunk/debian: . patches
winnie at alioth.debian.org
winnie at alioth.debian.org
Wed Feb 27 10:14:55 UTC 2008
Author: winnie
Date: 2008-02-27 10:14:54 +0000 (Wed, 27 Feb 2008)
New Revision: 75
Modified:
trunk/debian/patches/29_mc-29-vfs.patch
trunk/debian/rocks
Log:
Try a bit
Modified: trunk/debian/patches/29_mc-29-vfs.patch
===================================================================
--- trunk/debian/patches/29_mc-29-vfs.patch 2008-02-27 09:42:20 UTC (rev 74)
+++ trunk/debian/patches/29_mc-29-vfs.patch 2008-02-27 10:14:54 UTC (rev 75)
@@ -287,7 +287,7 @@
+ "ISO8859",
+ "ISO-8859",
+ "ISO_8859",
-+ "KOI8",
++ "KOI8-R",
+ "CP852",
+ "CP866",
+ "CP125",
Modified: trunk/debian/rocks
===================================================================
--- trunk/debian/rocks 2008-02-27 09:42:20 UTC (rev 74)
+++ trunk/debian/rocks 2008-02-27 10:14:54 UTC (rev 75)
@@ -5,9 +5,8 @@
deb-extra-clean::
rm -f config.sub config.guess
- rm -f po/ru.gmo
- rm -f po/de.gmo
- rm -f po/it.gmo
+ cd po && \
+ rm -f *.gmo
deb-binary-hook-mc:
cp debian/extra/icon.xpm debian/mc/usr/share/pixmaps/mc.xpm
@@ -51,6 +50,6 @@
deb-extra-pre-common-build::
cd po && \
- msgfmt -c --statistics -o t-de.gmo de.po && mv t-de.gmo de.gmo && \
- msgfmt -c --statistics -o t-it.gmo it.po && mv t-it.gmo it.gmo && \
- msgfmt -c --statistics -o t-ru.gmo ru.po && mv t-ru.gmo ru.gmo
+ for i in `ls | grep '\.po$$'`; do \
+ msgfmt -c --statistics -o t-`basename $$i .po`.gmo $i && mv t-`basename $$i .po`.gmo `basename $$i .po`.gmo; \
+ done;
More information about the Pkg-mc-commits
mailing list