Package: wnpp Severity: wishlist Owner: "Ondřej Surý" <ond...@debian.org>
Marco, I'll be your sponsor, but you have to fix current lintian errors and warnings: $ lintian ta-lib_0.4.0-2.1_amd64.changes E: ta-lib source: weak-library-dev-dependency ta-lib0-dev on libta-lib0 (>= ${binary:Version}) W: ta-lib source: debhelper-but-no-misc-depends libta-lib0 W: ta-lib source: debhelper-but-no-misc-depends ta-lib0-dev W: ta-lib0-dev: copyright-refers-to-deprecated-bsd-license-file W: libta-lib0: copyright-refers-to-deprecated-bsd-license-file Update policy and debhelper compat level to current versions. And fix bashisms in debian/rules, here's the patch: diff --git a/debian/rules b/debian/rules index 4380e73..cd0e285 100755 --- a/debian/rules +++ b/debian/rules @@ -67,9 +67,11 @@ install: build install-examples: mkdir -p $(TMPDIR)/examples/ta_regtest cp -a $(CURDIR)/debian/examples/ta_regtest/* \ - $(CURDIR)/src/tools/ta_regtest/*.{c,h} \ + $(CURDIR)/src/tools/ta_regtest/*.h \ + $(CURDIR)/src/tools/ta_regtest/*.c \ $(CURDIR)/src/tools/ta_regtest/ta_test_func \ - $(CURDIR)/src/ta_common/ta_{global,memory}.h \ + $(CURDIR)/src/ta_common/ta_global.h \ + $(CURDIR)/src/ta_common/ta_memory.h \ $(CURDIR)/src/ta_func/ta_utility.h \ $(TMPDIR)/examples/ta_regtest (cd $(TMPDIR)/examples && tar -czf ta_regtest.tgz ta_regtest) O. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110519121712.11095.93239.reportbug@localhost6.localdomain6