[debian-edu-commits] debian-edu/debian-edu-doc.git (#508) - wheezy (branch) updated: 1.2_20090131-23-gb3e25e3

David Prévot taffit at alioth.debian.org
Sat Oct 5 12:19:29 UTC 2013


The branch, wheezy has been updated
       via  b3e25e350a2d16708ef05cb37a300ae18e965c16 (commit)
      from  3f910ac0812a88d81626e8cb2105aadee8bfe2db (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog          |    2 ++
 debian/mail_stats_to_list |   28 +++++++++++++++-------------
 2 files changed, 17 insertions(+), 13 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 52154ee..360c2bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ debian-edu-doc (1.2~20090630~5.0.1+edu0~alpha) UNRELEASED; urgency=low
   * TODO before upload: 
         - create new packages debian-edu-doc-CC-etch, debian-edu-doc-rosegarden
           and debian-edu-doc-audacity
+        - debian-edu-etch needs its own image dir. basically every manual.
+          arrrg.
         - Italian translation is broken (lenny manual)
         - Update debian/copyright to reflect new year and new audacity and
           debian-edu-lenny manuals
diff --git a/debian/mail_stats_to_list b/debian/mail_stats_to_list
index 96a8e2e..571d6e9 100755
--- a/debian/mail_stats_to_list
+++ b/debian/mail_stats_to_list
@@ -32,19 +32,21 @@ fi
 # loop through manuals
 #
 cd documentation
-for i in release-manual rosegarden ; do 
-	cd $i 
-	TMPFILE=$(mktemp)
-	echo "The (translated) $i as PDF or HTML is available at http://maintainer.skolelinux.org/debian-edu-doc/" > $TMPFILE
-	echo >> $TMPFILE
-	echo "To understand this mail better, please read /usr/share/doc/debian-edu-doc/README and README.release-manual-translations." >> $TMPFILE
-	echo "This mail is automatically send by a cronjob run by Holger Levsen every two weeks. Please send feedback, suggestions, flames and cookies via this list." >> $TMPFILE
-	echo >> $TMPFILE
-	make update > /dev/null 2>&1 
-	make status >> $TMPFILE 2>&1 
-	cat $TMPFILE | mail -s "Content and translation status for $i" debian-edu at lists.debian.org
-	rm $TMPFILE
-	cd ..
+for i in * ; do
+	if [ "$i" != scripts ] && [ "$i" != norwegian ] && [ $(ls $i/$i-manual.*.po > /dev/null 2>&1 ; echo $?) -eq 0 ] ; then 
+		cd $i 
+		TMPFILE=$(mktemp)
+		echo "The (translated) $i manual as PDF or HTML is available at http://maintainer.skolelinux.org/debian-edu-doc/" > $TMPFILE
+		echo >> $TMPFILE
+		echo "To understand this mail better, please read /usr/share/doc/debian-edu-doc/README." >> $TMPFILE
+		echo "This mail is automatically send by a cronjob run by Holger Levsen every two weeks. Please send feedback, suggestions, flames and cookies via this list." >> $TMPFILE
+		echo >> $TMPFILE
+		make update > /dev/null 2>&1 
+		make status >> $TMPFILE 2>&1 
+		cat $TMPFILE | mail -s "Content and translation status for the $i manual" debian-edu at lists.debian.org
+		rm $TMPFILE
+		cd ..
+	fi
 done
 cd ..
 


hooks/post-receive
-- 
debian-edu-doc.git (Debian package debian-edu-doc)

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 "debian-edu-doc.git" (Debian package debian-edu-doc).




More information about the debian-edu-commits mailing list