[Pkg-libvirt-commits] [libguestfs] 58/59: Fixed substvars generation script to insert extra newline
Hilko Bengen
bengen at moszumanska.debian.org
Sun May 3 21:26:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit bb95e74c4ce64a00341491cf3fd64ebbc2a2ef12
Author: Hilko Bengen <bengen at debian.org>
Date: Sun May 3 22:39:58 2015 +0200
Fixed substvars generation script to insert extra newline
---
debian/gen-appliance-depends.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/gen-appliance-depends.sh b/debian/gen-appliance-depends.sh
index bc383e5..8b1128a 100755
--- a/debian/gen-appliance-depends.sh
+++ b/debian/gen-appliance-depends.sh
@@ -11,6 +11,7 @@ pkglist_to_deps() {
-e 's,^\(libsystemd-[a-z1-9-]*0\),libsystemd0 | \1,' \
-e '/^\(bash\|coreutils\|e2fsprogs\|findutils\|grep\|gzip\|libc-bin\|sed\|tar\|util\-linux\)$/d' \
| tr '\n' ','
+ echo
}
for p in gfs2 hfsplus jfs nilfs reiserfs rescue rsync xfs zfs
--
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