[debian-edu-commits] debian-edu/debian-edu-doc.git (#1446) - wheezy (branch) updated: 1.4_20120925_6.0.6-61-gb032a8d

Holger Levsen holger at alioth.debian.org
Sun Feb 17 10:34:10 UTC 2013


The branch, wheezy has been updated
       via  b032a8d3fc1868addff12e3e108ea4caa1a78192 (commit)
      from  c4fb4250871e81e30096adf097556d16ea8caa6a (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 -----------------------------------------------------------------
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.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                     |    1 +
 debian/mail_stats_to_list            |    5 ++++-
 documentation/common/Makefile.common |    1 +
 3 files changed, 6 insertions(+), 1 deletions(-)

The diff of changes is:
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


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