[med-svn] [bitseq] 03/04: Add README.Debian to explain stripping scripting language name
Andreas Tille
tille at debian.org
Sat Dec 2 11:42:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository bitseq.
commit 6382cda710bbd76f2d0da8afbfcd2d253e472fe7
Author: Andreas Tille <tille at debian.org>
Date: Sat Dec 2 12:40:14 2017 +0100
Add README.Debian to explain stripping scripting language name
---
debian/README.Debian | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..0d53b97
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,27 @@
+BitSeq for Debian
+------------------
+
+Dealing with file names featuring script language extensions
+============================================================
+
+Debian policy does not permit script language extensions and this
+Wiki page
+ https://wiki.debian.org/UpstreamGuide#Language_extensions_in_scripts
+provides good reasons for it.
+
+Assuming that some users might have some scripts that are relying on
+this extension this package provides the following workaround:
+
+ 1. Scripts with extensions are in
+ /usr/lib/debian-med/bin/
+ 2. Scripts without the extension are linked to
+ /usr/bin
+
+So if you want to use the original script name just do the
+following: Set the PATH variable like
+
+ export PATH=/usr/lib/debian-med/bin:$PATH
+
+This makes sure that scripts you are using will find the original script.
+
+ -- Andreas Tille <tille at debian.org> Wed, 01 Jan 2014 19:04:47 +0100
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bitseq.git
More information about the debian-med-commit
mailing list