[X2Go-Commits] [pinentry-x2go] 01/03: debian/rules: Don't fail on dh_auto_clean.

git-admin at x2go.org git-admin at x2go.org
Tue Feb 25 17:23:24 CET 2014


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

x2go pushed a commit to branch master
in repository pinentry-x2go.

commit a359006f9d3d7554505189121dc2da486414a863
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Feb 25 17:21:24 2014 +0100

    debian/rules: Don't fail on dh_auto_clean.
---
 debian/changelog |    3 ++-
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5d649a8..aac388a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,10 +5,11 @@ pinentry-x2go (0.7.5.7-0x2go1) UNRELEASED; urgency=low
     - Set Pinentry title to X2Go Pinpad (was: X2GO ...).
   * debian/source/format:
     + Add file, use format 1.0.
+  * debian/rules:
+    + Don't fail on dh_auto_clean.
   * pinentry-x2go.spec:
     + Add spec file for building RPM packages. Inspired by OpenSuSE spec file.
 
-
   [ Orion Poplawski ]
   * New upstream version (0.7.5.7):
     - Fix FSF address in license headers. (Fixes: #303).
diff --git a/debian/rules b/debian/rules
index 2cead6d..1f51ee4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_install:
 override_dh_auto_test:
 
 override_dh_auto_clean:
-	dh_auto_clean
+	dh_auto_clean || true
 	rm -f INSTALL
 	rm -f Makefile.in
 	rm -f aclocal.m4

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git



More information about the x2go-commits mailing list