[med-svn] [ngs-sdk] 02/03: create dynamic library in expected directory
Andreas Tille
tille at debian.org
Wed Feb 3 06:57:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ngs-sdk.
commit 6e5c7780fd4e13cd38eb8935b86c27d154ad99fc
Author: Andreas Tille <tille at debian.org>
Date: Wed Feb 3 07:54:33 2016 +0100
create dynamic library in expected directory
---
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a467c02..ad7800f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ngs-sdk (1.2.3-2) UNRELEASED; urgency=medium
+
+ * debian/rules: create dynamic library in expected directory
+ Closes: #813557
+
+ -- Andreas Tille <tille at debian.org> Wed, 03 Feb 2016 07:53:29 +0100
+
ngs-sdk (1.2.3-1) unstable; urgency=medium
* Initial release (Closes: #809375)
diff --git a/debian/rules b/debian/rules
index 2b920aa..26f90cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
# a similar manner are welcome.
OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
-CPU := $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
+CPU := $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
BUILDTYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
SODIR := $(DEBPKGNAME)/$(BUILDTYPE)/$(DEBPKGNAME)/$(OS)/gcc/$(CPU)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ngs-sdk.git
More information about the debian-med-commit
mailing list