-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

tags 402791 patch
thanks

Looks like the rules file installs the package into debian/tmp but
doesn't call dh_install to put them in debian/tclxml. I attach a patch
which adds dh_install to debian/rules and adds debian/tclxml.install;
NMU debs and source with this change can be found at
http://mjj29.matthew.ath.cx/debian-upload/tclxml/ (I'm not a DD, so
can't upload them myself, if this is still not fixed soon my sponsor may
do it).

Matt

- -- Matthew Johnson
http://www.matthew.ath.cx/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Made with pgp4pine 1.76

iD8DBQFFf0c1pldmHVvob7kRAgQhAJ92bxgzqoc+uErcP3SaU9NKkB7qKQCgl/n5
PfG2M5JwKLMSStv5llZa7w0=
=zoEq
-----END PGP SIGNATURE-----
--- tclxml-3.1/debian/tclxml.install.orig       1970-01-01 01:00:00.000000000 
+0100
+++ tclxml-3.1/debian/tclxml.install    2006-12-12 23:57:48.256185987 +0000
@@ -0,0 +1,2 @@
+usr/include
+usr/lib
--- tclxml-3.1/debian/rules.orig        2006-12-13 00:03:09.688274237 +0000
+++ tclxml-3.1/debian/rules     2006-12-12 23:58:13.089737987 +0000
@@ -85,6 +85,7 @@
        dh_installcron
        dh_installman
        dh_installinfo
+       dh_install --sourcedir=debian/tmp
 #      dh_undocumented
        dh_installchangelogs ChangeLog
        dh_link

Reply via email to