diff -u ktimetrace-0.2.36/configure ktimetrace-0.2.36/configure --- ktimetrace-0.2.36/configure +++ ktimetrace-0.2.36/configure @@ -8279,126 +8279,6 @@ fi - echo $ac_n "checking for mcopidl""... $ac_c" 1>&6 -echo "configure:8284: checking for mcopidl" >&5 - if test -n "$MCOPIDL"; then - kde_cv_path="$MCOPIDL"; - else - kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'` - - if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - - kde_cv_path="NONE" - dirs="$kde_default_bindirs" - kde_save_IFS=$IFS - IFS=':' - for dir in $PATH; do - dirs="$dirs $dir" - done - IFS=$kde_save_IFS - - for dir in $dirs; do - if test -x "$dir/mcopidl"; then - if test -n "" - then - evalstr="$dir/mcopidl 2>&1 " - if eval $evalstr; then - kde_cv_path="$dir/mcopidl" - break - fi - else - kde_cv_path="$dir/mcopidl" - break - fi - fi - done - - eval "kde_cv_path_$kde_cache=$kde_cv_path" - - -fi - - - eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\"" - - fi - - if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then - echo "$ac_t""not found" 1>&6 - - { echo "configure: error: The important program mcopidl was not found! -Please check whether you installed KDE correctly. -" 1>&2; exit 1; } - - else - echo "$ac_t""$kde_cv_path" 1>&6 - MCOPIDL=$kde_cv_path - - fi - - - echo $ac_n "checking for artsc-config""... $ac_c" 1>&6 -echo "configure:8344: checking for artsc-config" >&5 - if test -n "$ARTSCCONFIG"; then - kde_cv_path="$ARTSCCONFIG"; - else - kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'` - - if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - - kde_cv_path="NONE" - dirs="$kde_default_bindirs" - kde_save_IFS=$IFS - IFS=':' - for dir in $PATH; do - dirs="$dirs $dir" - done - IFS=$kde_save_IFS - - for dir in $dirs; do - if test -x "$dir/artsc-config"; then - if test -n "" - then - evalstr="$dir/artsc-config 2>&1 " - if eval $evalstr; then - kde_cv_path="$dir/artsc-config" - break - fi - else - kde_cv_path="$dir/artsc-config" - break - fi - fi - done - - eval "kde_cv_path_$kde_cache=$kde_cv_path" - - -fi - - - eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\"" - - fi - - if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then - echo "$ac_t""not found" 1>&6 - - { echo "configure: error: The important program artsc-config was not found! -Please check whether you installed KDE correctly. -" 1>&2; exit 1; } - - else - echo "$ac_t""$kde_cv_path" 1>&6 - ARTSCCONFIG=$kde_cv_path - - fi - - echo $ac_n "checking for kde-config""... $ac_c" 1>&6 echo "configure:8404: checking for kde-config" >&5 if test -n "$KDECONFIG"; then diff -u ktimetrace-0.2.36/debian/changelog ktimetrace-0.2.36/debian/changelog --- ktimetrace-0.2.36/debian/changelog +++ ktimetrace-0.2.36/debian/changelog @@ -1,3 +1,11 @@ +ktimetrace (0.2.36-5ubuntu2) jaunty; urgency=low + + * Remove build-depends on arts. (LP: #320915) + - Patch configure; remove the checks for mcopidl as well as + artsc-config. Inline patch. + + -- Andreas Wenning Wed, 25 Feb 2009 16:23:13 +0100 + ktimetrace (0.2.36-5ubuntu1) jaunty; urgency=low * Merge from debian unstable (LP: #328534): diff -u ktimetrace-0.2.36/debian/control ktimetrace-0.2.36/debian/control --- ktimetrace-0.2.36/debian/control +++ ktimetrace-0.2.36/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Debian QA Group -Build-Depends: debhelper (>> 5.0.0), autotools-dev, libcomedi-dev (>= 0.7.16-1.1), kdelibs4-dev, zlib1g-dev, libarts1-dev +Build-Depends: debhelper (>> 5.0.0), autotools-dev, libcomedi-dev (>= 0.7.16-1.1), kdelibs4-dev, zlib1g-dev Standards-Version: 3.8.0 Homepage: http://ktimetrace.sourceforge.net/