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}
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} cd ${DEB_SRC_FOLDER} #########################################
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} cd ${DEB_SRC_FOLDER} #########################################