This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository express.
commit eb1d5a3b6917206c186bc1acaff873c84d623e11 Author: Andreas Tille <[email protected]> Date: Thu Aug 27 08:46:04 2015 +0200 Explain how to extend the users PATH to profit from original name --- debian/README.Debian | 35 +++++++++++++++++++++++++++++++++++ debian/control | 1 + 2 files changed, 36 insertions(+) diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..a826f9d --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,35 @@ +express for Debian +------------------ + +Name conflict between express and node-express-generator +======================================================== + +Express is a very generic name and the binary /usr/bin/express is even +taken in the package node-express-generator. So we need to rename the +express binary due to this conflict and in Debian you can find the +binary unter + + /usr/bin/berkeley-express + +In case the original name express is used in some of your scripts and +you want to use this original name just do the following: Set the PATH +variable like + + export PATH=/usr/lib/debian-med/bin:$PATH + +since the original name is kept inside the Debian Med name space. + +If a user creates a file + + ${HOME}/.blends + +with the content + +# Add Blend names here which should prepend its bin dir to PATH +debian-med + +the med-config package automatically adds this PATH to the users +environment (when using bash). + + + -- Andreas Tille <[email protected]> Thu, 27 Aug 2015 08:43:07 +0200 diff --git a/debian/control b/debian/control index 7bb1e99..01c08bf 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Package: berkeley-express Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: med-config (>= 2.1) Description: Streaming quantification for high-throughput sequencing eXpress is a streaming tool for quantifying the abundances of a set of target sequences from sampled subsequences. Example applications include -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/express.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
