[debian-edu-commits] debian-edu/italc.git (#104) - master (branch) updated: debian/1_2.0.0-3-6-gfa9cddf
Mike Gabriel
sunweaver at alioth.debian.org
Mon Aug 12 01:32:52 UTC 2013
The branch, master has been updated
via fa9cddf17e6333352a08c9cf868c8fab4096bd6e (commit)
from b4503d3edee8693c5fb30bdecabc8346db23f946 (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 fa9cddf17e6333352a08c9cf868c8fab4096bd6e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Aug 11 23:29:32 2013 +0200
/debian/rules: do not backup/restore .ts files
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 2 --
1 file changed, 2 deletions(-)
The diff of changes is:
diff --git a/debian/rules b/debian/rules
index bad3643..313254c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,6 @@ debian/italc.xpm: ima/data/italc.png
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
cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) finalize-locales
common-install-arch:: debian/italc.xpm
@@ -34,7 +33,6 @@ common-install-arch:: debian/italc.xpm
clean::
find lib/resources/ -name *.qm.bak | while read qm; do mv $$qm $$(echo $$qm | sed 's/.bak//'); done
- find lib/resources/ -name *.ts.bak | while read ts; do mv $$ts $$(echo $$ts | sed 's/.bak//'); done
rm -f debian/italc.xpm
rm -f lupus/config.log
rm -f lupus/config.status
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