[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

weird dh_install for multiple binaries from one source



Hello,
I am trying to understand a weird dh_install behaviour and trace
likely causes.
Please, read the line 142 of debian/rules at [0] 
If I remove the " --exclude=java-servlet.ini " argument (a workaround),
the dh_install places 2 times the conffile java-servlet.ini,
AT A DIFFERENT PACKAGE processing.
Please, read the following build file lines:

dh_install -i --fail-missing -pphp-java-bridge-devel
debian/build/usr/lib/php5/20060613+lfs/*.jar
/usr/include/php5/ext/php-java-bridge
	cp -a java-servlet.ini debian/php-java-bridge-j2ee/etc/php5/conf.d/
	install -d
debian/php-java-bridge-j2ee//usr/include/php5/ext/php-java-bridge
	cp -a debian/build/usr/lib/php5/20060613\+lfs/JavaBridge.jar
debian/php-java-bridge-j2ee//usr/include/php5/ext/php-java-bridge/
	cp -a debian/build/usr/lib/php5/20060613\+lfs/php-script.jar
debian/php-java-bridge-j2ee//usr/include/php5/ext/php-java-bridge/
	cp -a debian/build/usr/lib/php5/20060613\+lfs/script-api.jar
debian/php-java-bridge-j2ee//usr/include/php5/ext/php-java-bridge/
Can't stat debian/tmp: Arquivo ou diretório não encontrado
 at /usr/bin/dh_install line 215
dh_installman -i -pphp-java-bridge-devel


Why the dh_install is installing the java-servlet.ini file, without a 
php-java-bridge-devel.install filetelling it to do so, 
and at a different rule to a different package?
It also places other files for other package. Why?
Regards.
Andre Felipe Machado

[0]
http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/debian/rules?view=markup

-- 
http://www.techforce.com.br
A Debian user never dies. Issues a last command:
#shutdown -h now



Reply to: