diff -u rpmstrap-0.5.2/debian/changelog rpmstrap-0.5.2/debian/changelog --- rpmstrap-0.5.2/debian/changelog +++ rpmstrap-0.5.2/debian/changelog @@ -1,3 +1,10 @@ +rpmstrap (0.5.2-2ubuntu1) feisty; urgency=low + + * set to explicitly use bash rather than sh (LP: #64032) + * Changed maintainer to MOTU + + -- Dan O'Huiginn Tue, 3 Apr 2007 13:39:21 +0200 + rpmstrap (0.5.2-2) unstable; urgency=low * Updated centos4 script. Closes: #359140. diff -u rpmstrap-0.5.2/debian/rules rpmstrap-0.5.2/debian/rules --- rpmstrap-0.5.2/debian/rules +++ rpmstrap-0.5.2/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Generated automatically from debian/packages -# by yada v0.48, of Wed, 28 Sep 2005 +# by yada v0.52, of Fri, 8 Dec 2006 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null) DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null) @@ -126,7 +126,7 @@ yada patch "debian/patches/*.patch" touch debian/build-arch-stamp -debian/build-indep-stamp: +debian/build-indep-stamp: debian/build-arch-stamp @[ -f $(shell which yada) -a -f debian/rules ] yada patch "debian/patches/*.patch" touch debian/build-indep-stamp diff -u rpmstrap-0.5.2/debian/control rpmstrap-0.5.2/debian/control --- rpmstrap-0.5.2/debian/control +++ rpmstrap-0.5.2/debian/control @@ -3,8 +3,7 @@ Section: admin Priority: extra Standards-Version: 3.6.2 -Build-Depends: yada (>= 0.48) -Build-Depends-Indep: yada (>= 0.48) +Build-Depends: yada (>= 0.52) Package: rpmstrap Architecture: all only in patch2: unchanged: --- rpmstrap-0.5.2.orig/debian/patches/050-bash.patch +++ rpmstrap-0.5.2/debian/patches/050-bash.patch @@ -0,0 +1,9 @@ +diff -Nur rpmstrap-0.5.2.orig/rpmstrap rpmstrap-0.5.2/rpmstrap +--- rpmstrap-0.5.2.orig/rpmstrap 2006-02-07 20:43:16.000000000 +0100 ++++ rpmstrap-0.5.2/rpmstrap 2007-04-03 13:09:18.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + # Copyright 2005 Progeny Linux Systems, Inc. + #