[DRE-commits] [SCM] samizdat.git branch, master, updated. upstream/0.6.2.20110917-7-g918c7d2

Dmitry Borodaenko angdraug at debian.org
Tue Sep 27 00:35:52 UTC 2011


The following commit has been merged in the master branch:
commit 918c7d2fcb1a34799e6e1b29580dc47e752d7e9b
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Tue Sep 27 03:13:35 2011 +0300

    don't compress dia files; Ukrainian locale code is now uk

diff --git a/debian/rules b/debian/rules
index 7d6386f..d9c8ee1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,10 @@ override_dh_install:
 	dh_install
 	chmod 755 debian/samizdat/usr/share/samizdat/cgi-bin/*
 	mv debian/samizdat/etc/samizdat/sites/config.yaml debian/samizdat/etc/samizdat/sites/samizdat.yaml
-	for lang in be de en eo es fr ja pl ru ua; do \
+	for lang in be de en eo es fr ja pl ru uk; do \
 		mkdir -p debian/samizdat/usr/share/locale/$$lang/LC_MESSAGES; \
 		msgfmt po/$$lang.po -o debian/samizdat/usr/share/locale/$$lang/LC_MESSAGES/samizdat.mo; \
 	done
+
+override_dh_compress:
+	dh_compress -X.dia

-- 
samizdat.git



More information about the Pkg-ruby-extras-commits mailing list