[Pkg-cli-apps-commits] [SCM] Tomboy - desktop note taking program using Wiki style links branch, master, updated. debian/1.0.0-1-1-g3dc7154
Iain Lane
laney at ubuntu.com
Wed Sep 30 20:16:50 UTC 2009
The following commit has been merged in the master branch:
commit 3dc71541bba6b0c373f235cd29e30da89a86516c
Author: Iain Lane <laney at ubuntu.com>
Date: Wed Sep 30 21:07:40 2009 +0100
Update translation template after the build for Ubuntu
diff --git a/debian/changelog b/debian/changelog
index a8e2697..4a042ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tomboy (1.0.0-2) UNRELEASED; urgency=low
+
+ * debian/rules: Update the translation template after the build, doesn't
+ affect Debian but is required for Ubuntu. Reduces the delta.
+
+ -- Iain Lane <laney at ubuntu.com> Wed, 30 Sep 2009 21:06:20 +0100
+
tomboy (1.0.0-1) unstable; urgency=low
* New upstream version 1.0.0:
diff --git a/debian/rules b/debian/rules
index 6364df9..2a38e9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,10 +33,12 @@ override_dh_auto_install:
rm -rf debian/tomboy/usr/lib/tomboy/*.la
# crush it good
find $(CURDIR)/debian/tomboy/usr/share/gnome/help/tomboy -type f -name "*.png" -exec sh -c 'pngquant 256 < {} > {}.crushed; mv {}.crushed {}' \;
+ # create pot file for Ubuntu
+ cd po; intltool-update --pot
override_dh_clean:
dh_clean
- rm -rf autoreconf-stamp configure config.sub config.guess ltmain.sh gnome-doc-utils.make aclocal.m4 autom4te.cache/
+ rm -rf autoreconf-stamp configure config.sub config.guess ltmain.sh gnome-doc-utils.make aclocal.m4 autom4te.cache/ po/*.pot
find . -name "Makefile.in" -delete
# disable tests
--
Tomboy - desktop note taking program using Wiki style links
More information about the Pkg-cli-apps-commits
mailing list