[pkg-bacula-commits] [bacula] 22/27: Added debian/patches/fix-src-tools-make-clean.patch: fix "make clean" to delete all binaries in src/tools Upstream http://bugs.bacula.org/view.php?id=2150

Carsten Leonhardt cl-guest at moszumanska.debian.org
Sun Jul 19 22:38:31 UTC 2015


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

cl-guest pushed a commit to branch master
in repository bacula.

commit f5a4fa306898792bbf6a1bf07f33e932d7ac3cab
Author: Carsten Leonhardt <leo at debian.org>
Date:   Mon Jul 20 00:22:27 2015 +0200

    Added debian/patches/fix-src-tools-make-clean.patch:
    fix "make clean" to delete all binaries in src/tools
    Upstream http://bugs.bacula.org/view.php?id=2150
---
 debian/patches/fix-src-tools-make-clean.patch | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/debian/patches/fix-src-tools-make-clean.patch b/debian/patches/fix-src-tools-make-clean.patch
new file mode 100644
index 0000000..c7c42a2
--- /dev/null
+++ b/debian/patches/fix-src-tools-make-clean.patch
@@ -0,0 +1,15 @@
+Description: fix "make clean" to delete all binaries in src/tools
+Bug-Vendor: http://bugs.bacula.org/view.php?id=2150
+Author: Carsten Leonhardt <leo at debian.org>
+Last-Update: 2015-07-13
+--- a/src/tools/Makefile.in
++++ b/src/tools/Makefile.in
+@@ -153,7 +153,7 @@
+ 	@$(RMF) -r .libs _libs
+ 
+ clean:	libtool-clean
+-	@$(RMF) bsmtp core core.* a.out *.o *.bak *~ *.intpro *.extpro 1 2 3
++	@$(RMF) bsmtp gigaslam grow core core.* a.out *.o *.bak *~ *.intpro *.extpro 1 2 3
+ 	@$(RMF) $(DIRTOOLS)
+ 
+ realclean: clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list