From c3477e3284a1be80eb36069151ddee3dde371981 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 Jan 2014 15:55:46 -0600 Subject: Fix kubuntu-meta FTBFS on Debian and Ubuntu --- .../metapackages/kubuntu-meta/debian/distrospecific/update | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 ubuntu/raring/metapackages/kubuntu-meta/debian/distrospecific/update (limited to 'ubuntu/raring/metapackages/kubuntu-meta/debian/distrospecific/update') diff --git a/ubuntu/raring/metapackages/kubuntu-meta/debian/distrospecific/update b/ubuntu/raring/metapackages/kubuntu-meta/debian/distrospecific/update new file mode 100755 index 000000000..01998e1bc --- /dev/null +++ b/ubuntu/raring/metapackages/kubuntu-meta/debian/distrospecific/update @@ -0,0 +1,13 @@ +#! /bin/sh + +if ! which dch >/dev/null; then + echo >&2 "please install devscripts" + exit 1 +fi + +if ! which debootstrap >/dev/null; then + echo >&2 "please install debootstrap" + exit 1 +fi + +exec germinate-update-metapackage --bzr -- cgit v1.2.1