[med-svn] [asmlib] 04/04: this is actually a library and so source now added as libs, also changes to rules file

Jorge Soares jssoares-guest at moszumanska.debian.org
Wed Nov 5 16:05:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

jssoares-guest pushed a commit to branch master
in repository asmlib.

commit 352bddbfd23f103f25d87464898d16831c14083d
Author: Jorge Soares <j.s.soares at gmail.com>
Date:   Wed Nov 5 17:05:32 2014 +0100

    this is actually a library and so source now added as libs, also changes to rules file
---
 debian/control | 3 +++
 debian/rules   | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 59b5972..9638bae 100644
--- a/debian/control
+++ b/debian/control
@@ -5,12 +5,15 @@ Uploaders: Andreas Tille <tille at debian.org>,
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
+	       d-shlibs,
+	       yasm
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/asmlib.git
 Homepage: https://github.com/js21/asmlib
 
 Package: asmlib
 Architecture: amd64
+Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: Library of optimized subroutines coded in assembly language
diff --git a/debian/rules b/debian/rules
index e9aee47..5eb3073 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DH_VERBOSE := 1
+export SOURCE='asmlibSrc'
 
 mandir := $(CURDIR)/debian/man
 debfolder := $(CURDIR)/debian
@@ -9,9 +10,8 @@ debfolder := $(CURDIR)/debian
 	dh $@ 
 
 override_dh_auto_build:
-	cd /tmp/buildd/*/debian/../asmlibSrc
-	ls -l
-	make
+	$(MAKE) -C $(SOURCE)
+
 
 override_dh_auto_clean:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/asmlib.git



More information about the debian-med-commit mailing list