From: Sage Weil Date: Wed, 20 Aug 2014 17:59:59 +0000 (-0700) Subject: build-ceph-deb-native: no libbabeltrace for wheezy X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2c5ee4ef18fedaa8b944fdd9a6f47fb945cb0668;p=ceph-build.git build-ceph-deb-native: no libbabeltrace for wheezy Signed-off-by: Sage Weil --- diff --git a/build_snapshot_native.sh b/build_snapshot_native.sh index 88eba6d30..35f7f2c43 100755 --- a/build_snapshot_native.sh +++ b/build_snapshot_native.sh @@ -48,6 +48,13 @@ if [ "$chver" != "$debver" ]; then DEBEMAIL="sage@newdream.net" dch -D $dist --force-distribution -b -v "$debver" "autobuilt" fi +# remove missing wheezy deps? +if [ "$dist" = "wheezy" ]; then + echo removing libbabeltrace for wheezy + grep -v libbabeltrace debian/control > debian/control.new + mv debian/control.new debian/control +fi + # build dpkg-buildpackage -j$numproc -k$keyid