Your message dated Wed, 29 Aug 2007 15:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#439613: fixed in dh-make-php 0.2.6
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: dh-make-php
Version: 0.2.5
Severity: normal
Tags: patch

Currently, the cdbs pear class (usr/share/cdbs/1/class/pear.mk) use the
-R option to install a package, ie:
        /usr/bin/pear ... install --nodeps -R ...

It should use the -P option instead, according to pear help:

        -R DIR, --installroot=DIR
                root directory used when installing files (ala PHP's
INSTALL_ROOT), use packagingroot for RPM
        -P DIR, --packagingroot=DIR
                root directory used when packaging files, like RPM
packaging

Using -R option can cause a php pear module to use the original builder
path instead of the real one.
For example, it will looks for its data
in /home/username/packages/module_name-version/usr/share/php/data
instead of
/usr/share/php/data.

I had this problem with php-html-quickform-advmultiselect (not yet in
debian).

Yann


--- /usr/share/cdbs/1/class/pear.mk.orig        2007-08-26
08:42:02.000000000 +0900
+++ /usr/share/cdbs/1/class/pear.mk     2007-08-26 08:42:20.000000000
+0900
@@ -60,7 +60,7 @@
                -d data_dir=/usr/share/php/data \
                -d doc_dir=/usr/share/php/docs \
                -d test_dir=/usr/share/php/tests \
-               install --nodeps -R $(DEB_DESTDIR)
$(PEAR_SOURCE_DIR)/package.xml
+               install --nodeps -P $(DEB_DESTDIR)
$(PEAR_SOURCE_DIR)/package.xml
 
        # move documentation to correct location
        mkdir -p $(DEB_DESTDIR)$(PEAR_NEW_DOC_DIR)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dh-make-php depends on:
ii  cdbs                          0.4.49     common build system for
Debian pac
ii  php-pear                      5.2.3-1    PEAR - PHP Extension and
Applicati
ii  php5-cli                      5.2.3-1+b1 command-line interpreter
for the p

dh-make-php recommends no packages.

-- no debconf information




--- End Message ---
--- Begin Message ---
Source: dh-make-php
Source-Version: 0.2.6

We believe that the bug you reported is fixed in the latest version of
dh-make-php, which is due to be installed in the Debian FTP archive:

dh-make-php_0.2.6.dsc
  to pool/main/d/dh-make-php/dh-make-php_0.2.6.dsc
dh-make-php_0.2.6.tar.gz
  to pool/main/d/dh-make-php/dh-make-php_0.2.6.tar.gz
dh-make-php_0.2.6_all.deb
  to pool/main/d/dh-make-php/dh-make-php_0.2.6_all.deb



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.
Uwe Steinmann <[EMAIL PROTECTED]> (supplier of updated dh-make-php 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: SHA1

Format: 1.7
Date: Wed, 29 Aug 2007 16:06:42 +0200
Source: dh-make-php
Binary: dh-make-php
Architecture: source all
Version: 0.2.6
Distribution: unstable
Urgency: low
Maintainer: Uwe Steinmann <[EMAIL PROTECTED]>
Changed-By: Uwe Steinmann <[EMAIL PROTECTED]>
Description: 
 dh-make-php - Creates Debian source packages for PHP PEAR and PECL extensions
Closes: 439613 440073
Changes: 
 dh-make-php (0.2.6) unstable; urgency=low
 .
   * Use -P instead of -R in pear.mk when calling 'pear install'
     (Closes: #439613)
   * Make clean target in pear.mk fail safe (Closes: #440073)
Files: 
 09dc4f77bfb1c723877199f37c1c2e78 594 web optional dh-make-php_0.2.6.dsc
 bccd688c0507851a033b3f1455f99fd8 30694 web optional dh-make-php_0.2.6.tar.gz
 8425fee215d602ac3373dc5f0f6f6525 30224 web optional dh-make-php_0.2.6_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG1Yz/ih2Zvw18pwERAsPoAJkB6SolbSQzbXGpWaFNwEnJFN0BcwCdHsPW
BKI6v3+oIftqiTOcBC+qWqE=
=kLFu
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to