[pkg-php-pear] Bug#738663: debpear: the -f arg of tar must be just before archive file name

Francois-Regis Vuillemin frv-debian at miradou.com
Tue Feb 11 17:40:50 UTC 2014


Package: debpear
Version: 0.3
Severity: important
Tags: patch

Dear Maintainer,

When using --verbose, debpear crash when extracting tarball.

This is due to extras option been added after -f (beetween -f an archive file
name)




-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
armel
armhf

Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debpear depends on:
ii  build-essential  11.6
ii  devscripts       2.14.1
ii  fakeroot         1.20-3
ii  php-pear         5.5.8+dfsg-3
ii  pkg-php-tools    1.10

debpear recommends no packages.

debpear suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/bin/debpear (from debpear package)

*** /home/fvuillemin/ws/debian-
php/debpear/patches/put_the_f_option_of_tar_at_the_right_place.patch
Index: debpear/debpear
===================================================================
--- debpear.orig/debpear        2014-02-11 18:34:37.081356869 +0100
+++ debpear/debpear     2014-02-11 18:35:18.017626602 +0100
@@ -163,7 +163,7 @@
 if [ ${VERBOSE} = "yes" ] ; then
        TAR_OPT="v"
 fi
-tar -C ${DEB_SRC_FOLDER} -xzf${TAR_OPT} ${DOWNLOADED_PEAR_PKG}
+tar -C ${DEB_SRC_FOLDER} -xz${TAR_OPT}f ${DOWNLOADED_PEAR_PKG}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: put_the_f_option_of_tar_at_the_right_place.patch
Type: text/x-diff
Size: 475 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-php-pear/attachments/20140211/cdda8399/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: put_the_f_option_of_tar_at_the_right_place.patch
Type: text/x-diff
Size: 475 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-php-pear/attachments/20140211/cdda8399/attachment-0001.patch>


More information about the pkg-php-pear mailing list