r934 - in /schooltool/trunk/debian: changelog rules
jinty-guest at users.alioth.debian.org
jinty-guest at users.alioth.debian.org
Fri Jul 13 10:46:50 UTC 2007
Author: jinty-guest
Date: Fri Jul 13 10:46:49 2007
New Revision: 934
URL: http://svn.debian.org/wsvn/pkg-zope/?sc=1&rev=934
Log:
bugfix
Modified:
schooltool/trunk/debian/changelog
schooltool/trunk/debian/rules
Modified: schooltool/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-zope/schooltool/trunk/debian/changelog?rev=934&op=diff
==============================================================================
--- schooltool/trunk/debian/changelog (original)
+++ schooltool/trunk/debian/changelog Fri Jul 13 10:46:49 2007
@@ -1,3 +1,10 @@
+schooltool (2006.999-2007-alpha1-svn-r7010-4) unstable; urgency=low
+
+ * SchoolTool tarballs should contain compiled translations, so we don't need
+ to compile them anymore.
+
+ -- Brian Sutherland <brian at vanguardistas.net> Fri, 13 Jul 2007 09:48:37 +0200
+
schooltool (2006.999-2007-alpha1-svn-r7010-3) unstable; urgency=low
* Add missing python-zope.html dependency.
Modified: schooltool/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-zope/schooltool/trunk/debian/rules?rev=934&op=diff
==============================================================================
--- schooltool/trunk/debian/rules (original)
+++ schooltool/trunk/debian/rules Fri Jul 13 10:46:49 2007
@@ -18,12 +18,6 @@
build-python%:
dh_testdir
python$* setup.py -q build
- # setup.py doesn't build translations, so we build them ourselves
- set -e; \
- for f in build/lib/schooltool/locales/*/*/*.po; do \
- msgfmt -o $${f%.po}.mo $$f;\
- done
- touch $@
.PHONY: clean
clean::
@@ -53,7 +47,7 @@
debian/$(SERVER)/usr/share/$(SERVER)/$(SERVER).conf.default
install -m 644 -D -p debian/site.zcml \
debian/usr/share/$(SERVER)/site.zcml.template
- mkdir debian/$(SERVER)/etc/$(SERVER)/plugins
+ mkdir -p debian/$(SERVER)/etc/$(SERVER)/plugins
touch $@
install-python%:
More information about the pkg-zope-commits
mailing list