libpwiz for Debian ----------------------- The new source tarball from Proteowizard now does not ship the autotools-based build system. I had to prepare that package (the orig.tar.gz tarball) from their source tarball, where I build the library using bjam using their scripts/autotools/make_nonbjam_build.sh script that builds the software into build-linux-x86/autotools_test/pwiz/ It is that directory, where the finally constructed autotools system is located that is used to make the orig.tar.gz. Like so: tar cvzf pwiz-src-autotools-v-3.0.18340.tar.gz pwiz That pwiz-src-autotools-v-3.0.18340.tar.gz file is then imported in git-buildpackage using gbp import-orig ../tarballs/pwiz-src-autotools-v-3.0.18340.tar.gz From now on, building the debian packages using the debian/rules does not change from what it used to be. -- Filippo Rusconi , Fri, 07 Dec 2018 17:02:44 +0100 The directory for the included headers, located at /usr/include/libpwiz, was mirrored from the source tree during package build by the debian/make-included-headers-hierarchy.sh script. It is thus necessary to include that directory in the compilation command line with -I /usr/include/libpwiz. -- Filippo Rusconi , Mon, 12 Nov 2012 22:42:52 +0100