[med-svn] [rsem] 03/03: install binaires

Michael Crusoe misterc-guest at moszumanska.debian.org
Mon Feb 2 20:59:59 UTC 2015


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

misterc-guest pushed a commit to branch master
in repository rsem.

commit 9e126a0d75311fb3eaab10581a8ffe9a05fa8691
Author: Michael R. Crusoe <mcrusoe at msu.edu>
Date:   Mon Feb 2 14:50:14 2015 -0500

    install binaires
---
 debian/control   |  4 ++--
 debian/copyright |  1 +
 debian/rules     | 10 +++++-----
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 6ae542a..40940d2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
 Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9), zlib1g-dev, libncurses5-dev
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/rsem.git
 Vcs-Git: git://anonscm.debian.org/debian-med/rsem.git
@@ -11,6 +11,6 @@ Homepage: http://deweylab.biostat.wisc.edu/rsem/
 
 Package: rsem
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core
 Description: <short_description>
  <long_description>
diff --git a/debian/copyright b/debian/copyright
index c76e73d..e89ffde 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: <pkg>
 Source: <path_to_download>
+Exclude: sam/
 
 Files: *
 Copyright: © 20xx-20yy <upstream>
diff --git a/debian/rules b/debian/rules
index 58ec00b..3c54ae9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,13 +11,13 @@
 #DEBIAN_BRANCH  := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
 #GIT_TAG        := $(subst ~,_,$(VERSION))
 
-# alternatively to manually set those variables you can
-#  include /usr/share/cdbs/1/rules/buildvars.mk
-# and use what is set there.  Any hint whether dh might set variables in
-# a similar manner are welcome.
-
 %:
 	dh $@
 
+override_dh_auto_install:
+	find . -maxdepth 1 -type f -perm /u+x | xargs -n 1 -I{} dh_install {} /usr/bin/
+	dh_install rsem_perl_utils.pm /usr/lib/perl5
+	dh_auto_install
+
 #get-orig-source:
 #	. debian/get-orig-source

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



More information about the debian-med-commit mailing list