[Pkg-libvirt-commits] [libguestfs] 40/116: Dropped patch that was integrated upstream
Hilko Bengen
bengen at moszumanska.debian.org
Wed Nov 26 22:05:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.29.10-1
in repository libguestfs.
commit 7a68b001c47bf2902e8ef01a429fbd44c1363c5c
Author: Hilko Bengen <bengen at debian.org>
Date: Thu Nov 6 15:12:55 2014 +0100
Dropped patch that was integrated upstream
---
...f-tree-build-install-for-bash-completions.patch | 99 ----------------------
debian/patches/series | 1 -
2 files changed, 100 deletions(-)
diff --git a/debian/patches/0004-Fix-out-of-tree-build-install-for-bash-completions.patch b/debian/patches/0004-Fix-out-of-tree-build-install-for-bash-completions.patch
deleted file mode 100644
index 5620906..0000000
--- a/debian/patches/0004-Fix-out-of-tree-build-install-for-bash-completions.patch
+++ /dev/null
@@ -1,99 +0,0 @@
-From: Hilko Bengen <bengen at debian.org>
-Date: Fri, 31 Oct 2014 19:33:19 +0100
-Subject: Fix out-of-tree build/install for bash completions
-
----
- bash/Makefile.am | 54 +++++++++++++++---------------------------------------
- 1 file changed, 15 insertions(+), 39 deletions(-)
-
-diff --git a/bash/Makefile.am b/bash/Makefile.am
-index 10f0861..780da64 100644
---- a/bash/Makefile.am
-+++ b/bash/Makefile.am
-@@ -21,6 +21,10 @@ scripts = \
- guestfish \
- guestmount \
- virt-alignment-scan \
-+ virt-rescue \
-+ virt-resize
-+
-+symlinks = \
- virt-builder \
- virt-cat \
- virt-df \
-@@ -30,53 +34,21 @@ scripts = \
- virt-inspector \
- virt-log \
- virt-ls \
-- virt-rescue \
-- virt-resize \
- virt-sparsify \
- virt-sysprep
-
- # Note: Don't distribute the symbolic links, only the real files.
- EXTRA_DIST = \
- README \
-- guestfish \
-- guestmount \
-- virt-alignment-scan \
-- virt-rescue \
-- virt-resize
-+ $(scripts)
-
- # Some of the scripts are simply symbolic links.
--virt-cat:
-- rm -f $@
-- $(LN_S) virt-alignment-scan $@
--virt-df:
-- rm -f $@
-- $(LN_S) virt-alignment-scan $@
--virt-edit:
-- rm -f $@
-- $(LN_S) virt-alignment-scan $@
--virt-filesystems:
-- rm -f $@
-- $(LN_S) virt-alignment-scan $@
--virt-format:
-- rm -f $@
-- $(LN_S) virt-alignment-scan $@
--virt-inspector:
-- rm -f $@
-- $(LN_S) virt-alignment-scan $@
--virt-log:
-- rm -f $@
-- $(LN_S) virt-alignment-scan $@
--virt-ls:
-- rm -f $@
-- $(LN_S) virt-alignment-scan $@
--virt-sysprep:
-+virt-cat virt-df virt-edit virt-filesystems virt-format virt-inspector \
-+virt-log virt-ls virt-sysprep:
- rm -f $@
- $(LN_S) virt-alignment-scan $@
-
--virt-builder:
-- rm -f $@
-- $(LN_S) virt-resize $@
--virt-sparsify:
-+virt-builder virt-sparsify:
- rm -f $@
- $(LN_S) virt-resize $@
-
-@@ -87,10 +59,14 @@ if HAVE_BASH_COMPLETION
- bashcompletiondir = $(BASH_COMPLETIONS_DIR)
- #bashcompletion_DATA = $(scripts)
-
--all-local: $(scripts)
-+all-local: $(scripts) $(symlinks)
-+ test $(srcdir) != $(builddir) && cd $(srcdir) && cp $(scripts) $(abs_builddir)/
-
--install-data-local: $(scripts)
-+install-data-local:
- $(mkdir_p) $(DESTDIR)$(bashcompletiondir)
-- cp -d $(scripts) $(DESTDIR)$(bashcompletiondir)
-+ cp -d $(scripts) $(symlinks) $(DESTDIR)$(bashcompletiondir)
-+
-+clean-local:
-+ test $(srcdir) != $(builddir) && rm -f $(symlinks) $(scripts)
-
- endif
diff --git a/debian/patches/series b/debian/patches/series
index 0eb66a8..cf66984 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
0001-perl-revert-failed-attempt-at-building-out-of-tree-s.patch
0002-golang-Fix-for-out-of-tree-builds.patch
0003-Do-not-use-DTB-for-armel.patch
-0004-Fix-out-of-tree-build-install-for-bash-completions.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list