diff -u artoolkitplus-2.1.1/debian/changelog artoolkitplus-2.1.1/debian/changelog --- artoolkitplus-2.1.1/debian/changelog +++ artoolkitplus-2.1.1/debian/changelog @@ -1,3 +1,9 @@ +artoolkitplus (2.1.1-3~ppa4) karmic; urgency=low + + * need .hxx files installed as well + + -- Toby Collett Thu, 09 Jul 2009 20:45:55 +0200 + artoolkitplus (2.1.1-3~ppa3) karmic; urgency=low * We also need to install some of the header files in the 'src' tree as well it seems diff -u artoolkitplus-2.1.1/debian/rules artoolkitplus-2.1.1/debian/rules --- artoolkitplus-2.1.1/debian/rules +++ artoolkitplus-2.1.1/debian/rules @@ -67,6 +67,7 @@ mkdir -p $(CURDIR)/debian/tmp/usr/include/ARToolKitPlus/template/librpp mkdir -p $(CURDIR)/debian/tmp/usr/include/ARToolKitPlus/template/math cd $(CURDIR)/src && for f in `find -iname "*.cxx"`; do cp $$f $(CURDIR)/debian/tmp/usr/include/ARToolKitPlus/template/$$f; done + cd $(CURDIR)/src && for f in `find -iname "*.hxx"`; do cp $$f $(CURDIR)/debian/tmp/usr/include/ARToolKitPlus/template/$$f; done cd $(CURDIR)/src && for f in `find -iname "*.h"`; do cp $$f $(CURDIR)/debian/tmp/usr/include/ARToolKitPlus/template/$$f; done # Build architecture-independent files here.