tags 1147966 patch thanks Hi. I used my script check-nocheck (linked from the wiki page) and this was the result:
==== Checking annotations for package puppetlabs-ring-middleware-clojure ==== Trying with all build-dependencies Build worked Trying without libbcpkix-java Build worked, it is ok to keep libbcpkix-java <!nocheck> Trying without libcompojure-clojure Build worked, it is ok to keep libcompojure-clojure <!nocheck> Trying without libkitchensink-clojure Build worked, it is ok to keep libkitchensink-clojure <!nocheck> Trying without libtrapperkeeper-clojure Build worked, it is ok to keep libtrapperkeeper-clojure <!nocheck> Trying without libtrapperkeeper-webserver-clojure Build did NOT work, libtrapperkeeper-webserver-clojure should not have <!nocheck> ==== build-dependencies that should drop their <!nocheck> annotation ==== libtrapperkeeper-webserver-clojure Therefore, the attached patch should work (but no claim that it's the only way to fix it). Thanks.
--- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: libpuppetlabs-i18n-clojure (>= 1.0.4), libring-core-clojure (>= 1.15.5), libtrapperkeeper-clojure (>= 5.0.6) <!nocheck>, - libtrapperkeeper-webserver-clojure <!nocheck>, + libtrapperkeeper-webserver-clojure, Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/clojure-team/puppetlabs-ring-middleware-clojure.git Vcs-Browser: https://salsa.debian.org/clojure-team/puppetlabs-ring-middleware-clojure

