[debian-edu-commits] [SCM] Debian package debian-edu-doc branch, wheezy, updated. 1.4_20120925_6.0.6-61-gb032a8d

Holger Levsen holger at layer-acht.org
Sun Feb 17 10:34:09 UTC 2013


The following commit has been merged in the wheezy branch:
commit b032a8d3fc1868addff12e3e108ea4caa1a78192
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Feb 17 11:34:05 2013 +0100

    common/Makefile.common: remove *.po~ on clean target. Also improve debian/mail_stats_to_list output and cleanup.

diff --git a/debian/changelog b/debian/changelog
index 587a91d..5219a49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ debian-edu-doc (1.4~20121218~6.0.6+r3) UNRELEASED; urgency=low
 
   [ Holger Levsen ]
   * Adapt debian/mail_stats_to_list to the change to git. 
+  * common/Makefile.common: remove *.po~ on clean target. 
 
  -- David Prévot <taffit at debian.org>  Mon, 11 Feb 2013 14:10:07 -0400
 
diff --git a/debian/mail_stats_to_list b/debian/mail_stats_to_list
index c139217..985b340 100755
--- a/debian/mail_stats_to_list
+++ b/debian/mail_stats_to_list
@@ -27,7 +27,7 @@
 #
 
 cd ~holger/debian-edu-doc
-git pull > /dev/null 2>&1 && git status
+git pull > /dev/null 2>&1 && git status 2>&1
 if [ $(echo $?) -ne 0 ] ; then
 	echo "Problem with git clone at ravel.debian.org:~holger/debian-edu-doc - please fix." | mail -s "problem with debian-edu-doc status mails" holger at layer-acht.org
 	exit 1
@@ -56,3 +56,6 @@ for i in debian-edu-squeeze debian-edu-wheezy ; do
 done
 cd ..
 
+make clean
+git reset --hard
+
diff --git a/documentation/common/Makefile.common b/documentation/common/Makefile.common
index 37cd00e..99d6ff2 100644
--- a/documentation/common/Makefile.common
+++ b/documentation/common/Makefile.common
@@ -109,5 +109,6 @@ clean:
 	rm -f *.pdf images/*.pdf images/*/*.pdf
 	rm -f *.html
 	rm -f $(name).*.xml
+	rm -f *.po~
 
 dist-clean:	clean

-- 
Debian package debian-edu-doc



More information about the debian-edu-commits mailing list