[debian-edu-commits] debian-edu/italc.git (#102) - master (branch) updated: debian/1_2.0.0-3-4-ga787c12
Mike Gabriel
sunweaver at alioth.debian.org
Mon Aug 12 01:32:49 UTC 2013
The branch, master has been updated
via a787c12ddbeae172fba6d1c1bce10640175270d4 (commit)
from 9be282081bb2c095a4da6b2786b73f58a4802566 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a787c12ddbeae172fba6d1c1bce10640175270d4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Aug 11 23:13:58 2013 +0200
/debian/rules: Now really fix the .ts file update and trigger the .qm build after configure of libitalccore.
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 3 +++
debian/rules | 5 +++--
2 files changed, 6 insertions(+), 2 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 1793105..67da0d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ italc (1:2.0.0-4) UNRELEASED; urgency=low
+ Fix lintian: <bin:package>: data.tar.xz-member-without-dpkg-pre-depends.
* /debian/italc-client.{config,templates}:
+ Make italc preseedable/configurable via debconf.
+ * /debian/rules:
+ + Now really fix the .ts file update and trigger the .qm build after
+ configure of libitalccore.
-- Mike Gabriel <sunweaver at debian.org> Sun, 11 Aug 2013 03:20:31 +0200
diff --git a/debian/rules b/debian/rules
index 1a23590..87c7b8c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,10 +22,11 @@ DEB_DH_SHLIBDEPS_ARGS_libitalccore = -L libItalcCore -l debian/libitalccore/usr/
debian/italc.xpm: ima/data/italc.png
convert -resize 32 $< $@
-configure::
+configure/libitalccore::
find lib/resources/ -name *.qm | while read qm; do mv $$qm $$qm.bak; done
find lib/resources/ -name *.ts | while read ts; do mv $$ts $$ts.bak; done
- $(MAKE) update-locales
+ cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) update-locales
+ cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) finalize-locales
common-install-arch:: debian/italc.xpm
install -D -m 644 debian/italc.xpm debian/italc-master/usr/share/pixmaps/italc.xpm
hooks/post-receive
--
italc.git (Debian package italc)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "italc.git" (Debian package italc).
More information about the debian-edu-commits
mailing list