Your message dated Tue, 25 Mar 2014 09:18:59 +0000 with message-id <[email protected]> and subject line Bug#738663: fixed in debpear 0.4 has caused the Debian Bug report #738663, regarding debpear: the -f arg of tar must be just before archive file name to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 738663: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738663 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---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} #########################################
--- End Message ---
--- Begin Message ---Source: debpear Source-Version: 0.4 We believe that the bug you reported is fixed in the latest version of debpear, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Prach Pongpanich <[email protected]> (supplier of updated debpear package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 24 Mar 2014 15:24:29 +0700 Source: debpear Binary: debpear Architecture: source all Version: 0.4 Distribution: unstable Urgency: medium Maintainer: Debian PHP PEAR Maintainers <[email protected]> Changed-By: Prach Pongpanich <[email protected]> Description: debpear - automatically builds and installs PEAR package as Debian packages Closes: 738663 Changes: debpear (0.4) unstable; urgency=medium . * Add supported for channel was provided from the pear-channels package * Add supported for PECL packages from the pecl.php.net channel * Fix used tar with wrong order of arguments, thanks to Francois-Regis Vuillemin (Closes: #738663) * Bump Standard-Version to 3.9.5 * Bump debhelper compat to 9, thanks to Francois-Regis Vuillemin * Use canonical URI in Vcs-* fields * Change maintainer name to "Debian PHP PEAR Maintainers" * Update template: + Use ${DEBFULLNAME} and ${DEBEMAIL} as Uploaders + change Vcs fields to to anonscm.d.o + bumped to debhelper level 9 + bump Standards-Version to 3.9.5 + Drop depend on php-pear * Update man pages for channel and PECL support * Add depends on pear-channels * Add myself as uploader Checksums-Sha1: 8e826287745967d10a6cad61a1b177e0853d5315 1599 debpear_0.4.dsc 4bc6ae4c04b2e63faddb069d0edbdb8a11363d35 5932 debpear_0.4.tar.xz 30ed93c1d279ebea7421c3992813f218e7d6fe92 7104 debpear_0.4_all.deb Checksums-Sha256: df351c50f7a7f140540de27e6051cc42a833c5bcabf5094ca543d84a02798fe1 1599 debpear_0.4.dsc 567891e53803ad0399da135f0454172382659055ad70ecf93d05d7659739c686 5932 debpear_0.4.tar.xz e331f6267d1c632465f701af70946b5bd41a8c2edd12519cbdf0b6c054c8828f 7104 debpear_0.4_all.deb Files: 7260caf455f967ca43bab4a13c313baa 1599 php optional debpear_0.4.dsc 3c261cbf4d23b0a0f59c083d8ad0ce37 5932 php optional debpear_0.4.tar.xz 75afb831ca6dd63d41afdda3b574faff 7104 php optional debpear_0.4_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJTMUAVAAoJEDkJHoEjzhwJOs0P/1ytLl6H4MhXAoSnnn2FSOBA sjOaIWdapCVBi/7MzAt71P69vvt+nhEc0cShEtSqXwptP+Gldtbb8fS3zO+WvWES /tPmkWgv1Cpu8FFDlVVxEdVo6OjvppktsqpGKGzkvsLTzHwy+ygDoaW6tEeb8RZr V+4tRMRiFYQKfuAz1mHmLiv+m/daSZgrFHmQMsXYhqjZ5JjVbPZOuVkCtqzo8rm7 +eZglBRmENz+Bnoc7oaV17rQT+koUtK6V6ThOuFtB76lmYNqm3xUmsduwECF6cBl gN5m69KihuRRgibwPiXP33YO6OFSQ1vrJ20r1oVr+oiW2a21QZgPYwJ/DLNtWXoH /zdpSaS/EBx49zAbIkYMqgPW7Y1vIpeqE8aHZrWd4Pc337jBy7ymmkRW+sqFexwR aTVtfNglsGt+Yh5wxL0ao1hJ6sQad6vO8kBSKdMJpqfd9sOgnN3Cpf/yEJqlYV09 jgtJlzH9zv96Rdq0JUlYwhX/NOfweWN7fSNnQH8JlLnNbriZ0bGsWloJfuuf5tj4 A6TMYeF5jLqyQnbAG+jTA2Fd4fP02VYyiJK/UW0L6okB1ztxihaFxrueFlv/CNlA 5XQxxqdJRLbyexOYlXpsU3JY5IokJ002+BjZr1qJWX3im/4IJoFTkbftlNNZRR0S LysogWSW71xO9wSt0Xe4 =zfSn -----END PGP SIGNATURE-----
--- End Message ---

