[debian-edu-commits] debian-edu/ 01/02: mail_stats_to_list: change the default manual to the Stretch one

Holger Levsen holger at layer-acht.org
Sun Jun 19 13:10:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-doc.

commit 3e82a8d6759baab10b7d6946c067a48b6b4aa2bc
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jun 19 15:04:10 2016 +0200

    mail_stats_to_list: change the default manual to the Stretch one
---
 debian/changelog          | 3 ++-
 debian/mail_stats_to_list | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 936c0f6..8ac0a36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,7 +13,8 @@ debian-edu-doc (1.902~20160604) UNRELEASED; urgency=medium
   * Update package descriptions to reflect the fact that we are shipping
     manuals for three releases currently, plus mention some new translations
     of the Rosegarden and Audacity manuals.
-  * Force mail_stats_to_list to be a bash script.
+  * Force mail_stats_to_list to be a bash script and change default manual to
+    the Stretch one.
 
   [ Wolfgang Schweer ]
   * Adjust Makefile.common: use Xetex to build the Japanese PDF manual,
diff --git a/debian/mail_stats_to_list b/debian/mail_stats_to_list
index acd7271..c44403b 100755
--- a/debian/mail_stats_to_list
+++ b/debian/mail_stats_to_list
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2009,2010,2013,2014,2015 Holger Levsen (holger at layer-acht.org)
+# Copyright 2009,2010,2013,2014,2015,2016 Holger Levsen (holger at layer-acht.org)
 # 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the
@@ -23,8 +23,8 @@
 #   holger at paradis:~$ crontab -l
 #   # m h  dom mon dow   command
 #   # run on the 2nd and 4th sunday of a month
-#   23 1 8-14,22-28 * 0 test `/bin/date +\%w` -eq 0 && /home/holger/debian-edu-doc/debian/mail_stats_to_list
-#
+#   23 1 8-14 * 0 test `/bin/date +\%w` -eq 0 && /home/holger/debian-edu-doc/debian/mail_stats_to_list
+#   23 1 22-28 * 0 test `/bin/date +\%w` -eq 0 && /home/holger/debian-edu-doc/debian/mail_stats_to_list all
 
 cd ~holger/debian-edu-doc
 git pull > /dev/null 2>&1 && git status 2>&1
@@ -41,7 +41,7 @@ cd documentation
 if [ "$1" = "all" ] ; then
 	MANUALS="debian-edu-wheezy debian-edu-jessie debian-edu-stretch rosegarden audacity"
 else
-	MANUALS="debian-edu-jessie"
+	MANUALS="debian-edu-stretch"
 fi
 for i in $MANUALS ; do
 	if [ $(ls $i/$i-manual.*.po > /dev/null 2>&1 ; echo $?) -eq 0 ] ; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git



More information about the debian-edu-commits mailing list