diff -u oprofile-0.9.2/debian/changelog oprofile-0.9.2/debian/changelog --- oprofile-0.9.2/debian/changelog +++ oprofile-0.9.2/debian/changelog @@ -1,3 +1,13 @@ +oprofile (0.9.2-1ubuntu0.2~proposed1) edgy-proposed; urgency=low + + * debian/control: Add bash to oprofile-common's dependencies. + * utils/opcontrol: Use /bin/bash instead of /bin/sh (Closes + Ubuntu: #69455), allowing opcontrol to function correctly. (Note: + This change is the least invasive one for -updates and so preferable + to the fixes in Debian #395014). + + -- Daniel T Chen Wed, 29 Nov 2006 20:57:56 -0500 + oprofile (0.9.2-1) unstable; urgency=low * Updated to latest upstream source. diff -u oprofile-0.9.2/debian/control oprofile-0.9.2/debian/control --- oprofile-0.9.2/debian/control +++ oprofile-0.9.2/debian/control @@ -34,7 +34,7 @@ Package: oprofile-common Architecture: i386 ia64 alpha hppa powerpc sparc amd64 arm mips Replaces: oprofile -Depends: debconf | debconf-2.0, binutils, ${shlibs:Depends} +Depends: debconf | debconf-2.0, binutils, bash, ${shlibs:Depends} Description: system-wide profiler for Linux systems (command line components) This package contains only the command line components of the oprofile package. This allows oprofile to be used on machines that only in patch2: unchanged: --- oprofile-0.9.2.orig/utils/opcontrol +++ oprofile-0.9.2/utils/opcontrol @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # opcontrol is a script to control OProfile # opcontrol --help and opcontrol --list-events have info