[Debian-l10n-commits] dl10n branch master updated. 947be4a7927bb3d68089060fd7f32ebeba86fbeb

Christian Perrier bubulle at alioth.debian.org
Sun Aug 26 17:05:24 UTC 2012


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 "dl10n".

The branch, master has been updated
       via  947be4a7927bb3d68089060fd7f32ebeba86fbeb (commit)
      from  a726cb5e906596837a0a670d13bc19d658f6a00f (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 -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=947be4a7927bb3d68089060fd7f32ebeba86fbeb

commit 947be4a7927bb3d68089060fd7f32ebeba86fbeb
Author: Christian PERRIER <bubulle at debian.org>
Date:   Sun Aug 26 19:05:15 2012 +0200

    Make packages to ignore a configurable variable. Drop outdated stuff from there

-----------------------------------------------------------------------

Summary of changes:
 cron/gen-material |   14 +++-----------
 etc/dl10n.conf    |    6 ++++++
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/cron/gen-material b/cron/gen-material
index b8f63cc..f5b9d39 100755
--- a/cron/gen-material
+++ b/cron/gen-material
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/sh -x
 
 set -e
 
@@ -27,6 +27,7 @@ test -d $OUTDIR/data || mkdir -p $OUTDIR/data
 #   fortunes-bg: tarball has a link debian -> .
 #   gcc-mingw-w64: tarball has a link debian/control -> control.full
 # bubulle 2012/08/17: the afio package seems to have problems
+# bubulle 2012/08/17: the chromium package seems to have problems
 
 # To restrict the package names grep-dctrl -n -s Directory,Files -P -e '^[a-c]'
 #   WARNING: grep-dctrl seems to be different in woody and sarge
@@ -37,16 +38,7 @@ gzip -dc $MIRRORDIR/dists/$d/main/source/Sources.gz \
     | grep-dctrl -n -s Directory,Files '' \
     | sed -n -e '/^pool\//{N;N;s/\n.* /\//g;p;}' \
     | sed -e "s,^,$MIRRORDIR/," \
-    | grep -v /kde-i18n/ \
-    | grep -v /wordtrans/ \
-    | grep -v /kernel-image-2.4.27-m68k/ \
-    | grep -v /debian-med/ \
-    | grep -v /manpages \
-    | grep -v /pptpd/ \
-    | grep -v /eliom/ \
-    | grep -v /fortunes-bg/ \
-    | grep -v /gcc-mingw-w64/ \
-    | grep -v /afio/ \
+    | grep -Ev "/${IGNMATERIAL}/" \
     | $DL10NDIR/dl10n-check \
           --remove-unused \
           --files-from=- \
diff --git a/etc/dl10n.conf b/etc/dl10n.conf
index 7bb58a0..950fed2 100644
--- a/etc/dl10n.conf
+++ b/etc/dl10n.conf
@@ -39,3 +39,9 @@ export RRD_LANGS_MANPAGES="ja fr es pl de ko zh_CN zh_TW pt it ru"
 
 # Spider configuration
 export LANGS_SPIDER="ar ca cs da de en es fr gl id it nl pt_BR ro ru sk sv tr"
+
+# gen-material configuration
+#   kde-i18n: too large and is handled by KDE folks anyway
+#   fortunes-bg: tarball has a link debian -> .
+#export IGNMATERIAL="(kde-i18n|wordtrans|kernel-image-2.4.27-m68k|debian-med|manpages|pptpd|eliom|fortunes-bg|gcc-mingw-w64|afio|chromium)"
+export IGNMATERIAL="(kde-i18n|fortunes-bg)"
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list