[debian-edu-commits] debian-edu/ 01/01: debian/mail_stats_to_list: update to send mails about the Buster manual and not the Jessie one anymore.

Holger Levsen holger at layer-acht.org
Sat Jan 27 11:31:08 UTC 2018


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 03351dbffacf1ba9b4df9cd51d3b6103203c32f1
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Jan 27 11:30:58 2018 +0000

    debian/mail_stats_to_list: update to send mails about the Buster manual and not the Jessie one anymore.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 debian/changelog          | 2 ++
 debian/mail_stats_to_list | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d905b8..6e9a43f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ debian-edu-doc (2.10.1) UNRELEASED; urgency=medium
     correctly include the copyright for documentation/*/*.common-translations.
   * Update debian/copyright from the wikis.
   * documentation/scripts/get_copyright: Add Czech.
+  * debian/mail_stats_to_list: update to send mails about the Buster manual
+    and not the Jessie one anymore.
 
   [ Stretch manual translation updates ]
   * Norwegian Bokmål: Petter Reinholdtsen.
diff --git a/debian/mail_stats_to_list b/debian/mail_stats_to_list
index 8b330f8..d1e7706 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,2016 Holger Levsen (holger at layer-acht.org)
+# Copyright 2009-2018 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
@@ -41,9 +41,9 @@ fi
 #
 cd documentation
 if [ "$1" = "all" ] ; then
-	MANUALS="debian-edu-jessie debian-edu-stretch rosegarden audacity debian-edu-itil"
+	MANUALS="debian-edu-stretch debian-edu-buster rosegarden audacity debian-edu-itil"
 else
-	MANUALS="debian-edu-stretch"
+	MANUALS="debian-edu-buster"
 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