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

treinen pushed a commit to branch master
in repository dose3.

commit 2d671530f2392171630f12c5d90fedbff2b6d087
Author: Ralf Treinen <trei...@free.fr>
Date:   Fri Sep 20 21:13:49 2013 +0200

    make clean only when Makefile.config exists
---
 debian/changelog |    7 +++++++
 debian/rules     |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6daccb7..d04d5a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dose3 (3.1.3-5) unstable; urgency=low
+
+  * debian/rules: "make clean" only when Makefile.config exists
+    (closes: #723864)
+
+ -- Ralf Treinen <trei...@debian.org>  Fri, 20 Sep 2013 21:19:25 +0200
+
 dose3 (3.1.3-4) unstable; urgency=low
 
   * migrate doc/manpages/ceve.pod to the stricter format of pod2man from 
diff --git a/debian/rules b/debian/rules
index c58e408..fcb7db6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ override_dh_auto_build:
                debian/update-cudf-solvers > debian/update-cudf-solvers.8
 
 override_dh_auto_clean:
-       dh_auto_clean
+       ! [[ -f Makefile.config ]] || make distclean
        rm -f debian/update-cudf-solvers.8
        rm -f _tags
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/dose3.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to