[X2Go-Commits] [x2gobroker] 01/03: Makefile.docupload: Ignore clean failures. Helpful to Debian package build chain.

git-admin at x2go.org git-admin at x2go.org
Sun Feb 3 23:39:32 CET 2019


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit c05a26f58566d4e1f3e5a5ec6ef07421641ca097
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Feb 3 23:31:51 2019 +0100

    Makefile.docupload: Ignore clean failures. Helpful to Debian package build chain.
---
 Makefile.docupload | 2 +-
 debian/changelog   | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile.docupload b/Makefile.docupload
index 976ca16..1c3fda3 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -10,7 +10,7 @@ DOC_USER=x2go-admin
 doc: docbuild docupload
 
 clean:
-	${MAKE} -C docs/ clean
+	-${MAKE} -C docs/ clean
 
 apidoc:
 	sphinx-apidoc -f -e -o docs/source/ x2gobroker x2gobroker/tests/
diff --git a/debian/changelog b/debian/changelog
index 6e399d1..98b8394 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 x2gobroker (0.0.4.1-0x2go1) UNRELEASED; urgency=medium
 
-  * Continue development
+  [ Mike Gabriel ]
+  * New upstream version (0.0.4.1):
+    - Makefile.docupload: Ignore clean failures. Helpful to Debian package
+      build chain.
 
  -- X2Go Release Manager <git-admin at x2go.org>  Sun, 03 Feb 2019 03:57:46 +0100
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list