[debian-edu-commits] [Git][debian-edu/debian-edu-doc][master] 2 commits: d/copyright.packaging: add Wolfgang as author, update years for David and me

Holger Levsen gitlab at salsa.debian.org
Wed Feb 26 16:40:10 GMT 2020



Holger Levsen pushed to branch master at Debian Edu / debian-edu-doc


Commits:
c6ad8cf7 by Holger Levsen at 2020-02-26T17:12:57+01:00
d/copyright.packaging: add Wolfgang as author, update years for David and me

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
40f44dda by Holger Levsen at 2020-02-26T17:33:03+01:00
d/mail_stats_to_list: trivial improvements.

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


4 changed files:

- debian/changelog
- debian/copyright
- debian/copyright.packaging
- debian/mail_stats_to_list


Changes:

=====================================
debian/changelog
=====================================
@@ -4,11 +4,14 @@ debian-edu-doc (2.11.3) UNRELEASED; urgency=medium
     documentation/*/source/ and move existing files there.
   * scripts/get_copyright: include AllinOne*.xml files in debian/copyright.
   * d/copyright.packaging:
-    - add information about scripts/get_manual.
+    - And Wolfgang as author for documentation/scripts/* and
+      documentation/*/README.*translations.
+    - Update copyright years for David and myself.
   * Drop documentation/debian-edu-bullseye/todo - we should just use the BTS
     instead. (Despite the path the file only contained old stuff.)
   * d/rules: use jdupes to replace duplicate images with links, thanks
     lintian. Added jdupes to build-depends accordingly.
+  * d/mail_stats_to_list: trivial improvements.
 
  -- Holger Levsen <holger at debian.org>  Wed, 26 Feb 2020 15:30:07 +0100
 


=====================================
debian/copyright
=====================================
@@ -37,17 +37,12 @@ Copyright: 2007 Patrick Winnertz <patrick.winnertz at skolelinux.org>
   2009 Holger Levsen <holger at debian.org>
 License: GPL-2+
 
-Files: documentation/scripts/get_manual
-Copyright: 2008-2020 Holger Levsen <holger at debian.org>
+Files: documentation/scripts/* documentation/*/README.*translations
+Copyright: 2007-2020 Holger Levsen <holger at debian.org>
   2012-2014 David Prévot <taffit at debian.org>
   2020 Wolfgang Schweer <wschweer at arcor.de>
 License: GPL-2+
 
-Files: documentation/scripts/* documentation/*/README.*translations
-Copyright: 2007-2019 Holger Levsen <holger at debian.org>
-  2012 David Prévot <taffit at debian.org>
-License: GPL-2+
-
 Files: documentation/common/edu.css.xml
 Copyright: 2014 Wolfgang Schweer <wschweer at arcor.de>
 License: GPL-2+
@@ -58,7 +53,7 @@ Copyright: 2016 Victory
 License: GPL-2+
 
 Files: debian/*
-Copyright:  2006-2019 Holger Levsen <holger at debian.org>
+Copyright:  2006-2020 Holger Levsen <holger at debian.org>
   2004-2007 Mari Wang <mariwan at ifi.uio.no> 
   2004-2007 Steffen Jöris <Steffen.Joeris at skolelinux.de>
   2004-2007 Frode Jemtland <frode.jemtland at skolelinux.no>


=====================================
debian/copyright.packaging
=====================================
@@ -37,17 +37,12 @@ Copyright: 2007 Patrick Winnertz <patrick.winnertz at skolelinux.org>
   2009 Holger Levsen <holger at debian.org>
 License: GPL-2+
 
-Files: documentation/scripts/get_manual
-Copyright: 2008-2020 Holger Levsen <holger at debian.org>
+Files: documentation/scripts/* documentation/*/README.*translations
+Copyright: 2007-2020 Holger Levsen <holger at debian.org>
   2012-2014 David Prévot <taffit at debian.org>
   2020 Wolfgang Schweer <wschweer at arcor.de>
 License: GPL-2+
 
-Files: documentation/scripts/* documentation/*/README.*translations
-Copyright: 2007-2019 Holger Levsen <holger at debian.org>
-  2012 David Prévot <taffit at debian.org>
-License: GPL-2+
-
 Files: documentation/common/edu.css.xml
 Copyright: 2014 Wolfgang Schweer <wschweer at arcor.de>
 License: GPL-2+
@@ -58,7 +53,7 @@ Copyright: 2016 Victory
 License: GPL-2+
 
 Files: debian/*
-Copyright:  2006-2019 Holger Levsen <holger at debian.org>
+Copyright:  2006-2020 Holger Levsen <holger at debian.org>
   2004-2007 Mari Wang <mariwan at ifi.uio.no> 
   2004-2007 Steffen Jöris <Steffen.Joeris at skolelinux.de>
   2004-2007 Frode Jemtland <frode.jemtland at skolelinux.no>


=====================================
debian/mail_stats_to_list
=====================================
@@ -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 * 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
+#   23 1 8-14 * * test `/bin/date +\%w` -eq 0 && /home/holger/debian-edu-doc/debian/mail_stats_to_list
+#   23 1 22-28 * * test `/bin/date +\%w` -eq 0 && /home/holger/debian-edu-doc/debian/mail_stats_to_list all
 
 export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
 set -x
@@ -49,7 +49,7 @@ for i in $MANUALS ; do
 	if [ $(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 https://jenkins.debian.net/userContent/debian-edu-doc//" > $TMPFILE
+		echo "The (translated) $i manual in PDF, ePUB or HTML formats are available at https://jenkins.debian.net/userContent/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



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/-/compare/1815a76e877208d4bcbcafc995b5ee1d1c1f7b53...40f44dda09249e4fbe60b560fd1183fcec8c6e8c

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/-/compare/1815a76e877208d4bcbcafc995b5ee1d1c1f7b53...40f44dda09249e4fbe60b560fd1183fcec8c6e8c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20200226/321cbec0/attachment-0001.html>


More information about the debian-edu-commits mailing list