How to suppress "source-is-missing" lintian error?

2020-08-13 Thread A. Lewenberg
I am trying to suppress some lintian errors in my package build. I see this error when running lintian: -- E: stanford-spdb source: source-is-missing usr/share/spdb/vendor/assets/javascripts/bootstrap-4.4.1.min.js -- I attempt to override this by adding to debian/lintian-overrides the line --

Cannot get autopkgtest tests to run using gbp buildpackage

2019-12-29 Thread A. Lewenberg
I use "gbp buildpackage" to build my Debian packages. I am trying to add autopkgtest tests to the source packages, but the autopkgtest tests do not run. To test the process I created a minimal Debian source package containing a single file and a single test in debian/tests that always fails.

Build dependencies not being installed when building postfix for stretch

2019-12-06 Thread A. Lewenberg
I am trying to build the postfix Debian package from the stretch sources. I downloaded the .dsc, .orig.tar.gz, and ..debian.tar.xz files and did a "gbp import-dsc *.dsc". When I run "gbp buildpackage --git-dist=stretch" I get this: test -f debian/rules dh_clean build dh_clean: Compatibility

Re: gbp buildpackage test build with uncommitted changes

2019-03-19 Thread Adam Lewenberg
On 3/19/2019 3:08 AM, Emmanuel Arias wrote: HI, Using `--git-ignore-new` will get my changes ignore entirely, and the build will keep complaining about the same error. What's the solution? Thx That is weird. Currently I am working with gbp and --git-ignore-new work for me. The