This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ngs-sdk.
commit bcad18fce54ea04af01de6bae242780c841796f5 Author: Andreas Tille <[email protected]> Date: Sat Feb 6 15:01:53 2016 +0100 Really get the build working even if build results are moved to the wrong dir by the build system --- debian/changelog | 7 +++++++ debian/rules | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8f74b1b..e69f9ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ngs-sdk (1.2.3-3) UNRELEASED; urgency=medium + + * Really get the build working even if build results are moved to the + wrong dir by the build system + + -- Andreas Tille <[email protected]> Sat, 06 Feb 2016 15:01:10 +0100 + ngs-sdk (1.2.3-2) unstable; urgency=medium * debian/rules: create dynamic library in expected directory diff --git a/debian/rules b/debian/rules index f25c849..55fa76d 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,8 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS) CPU := $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU) BUILDTYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -SODIR := $(DEBPKGNAME)/$(BUILDTYPE)/$(DEBPKGNAME)/$(OS)/gcc/$(CPU) +# since build-results are not ending up in the proper dir its saver to use "*" instead of "$(CPU)" +SODIR := $(DEBPKGNAME)/$(BUILDTYPE)/$(DEBPKGNAME)/$(OS)/gcc/* build2vers := $(shell pyversions -sv) build3vers := $(shell py3versions -sv) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ngs-sdk.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
