[med-svn] [Git][med-team/seqan-needle][master] 3 commits: Rename binary to seqan-needle, add symlink and README.Debian
    Michael R. Crusoe (@crusoe) 
    gitlab at salsa.debian.org
       
    Wed Nov 16 16:34:22 GMT 2022
    
    
  
Michael R. Crusoe pushed to branch master at Debian Med / seqan-needle
Commits:
af4b4c26 by Michael R. Crusoe at 2022-11-16T16:52:17+01:00
Rename binary to seqan-needle, add symlink and README.Debian
- - - - -
fd244465 by Michael R. Crusoe at 2022-11-16T17:00:41+01:00
Apply multi-arch hints.
+ seqan-needle-doc: Add Multi-Arch: foreign.
Changes-By: apply-multiarch-hints
- - - - -
50f6e202 by Michael R. Crusoe at 2022-11-16T17:00:44+01:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- + debian/README.Debian
- debian/changelog
- debian/control
- + debian/seqan-needle.links
Changes:
=====================================
debian/README.Debian
=====================================
@@ -0,0 +1,35 @@
+seqan-needle for Debian
+-----------------------
+
+Name conflict between emboss and seqan-needle
+=============================================
+
+Needle is a very generic name and the binary /usr/bin/needle is already
+taken in the package emboss.  So we need to rename the
+"needle" binary due to this conflict and in Debian you can find the
+binary under
+
+     /usr/bin/seqan-needle
+
+In case the original name "needle" 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).
+
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Wed, 16 Nov 2022 16:50:17 +0100
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+seqan-needle (1.0.1.0.0.git.3011926+ds-2) unstable; urgency=medium
+
+  * Rename binary to seqan-needle, add symlink and README.Debian
+    Closes: #1023807
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Wed, 16 Nov 2022 17:00:44 +0100
+
 seqan-needle (1.0.1.0.0.git.3011926+ds-1) unstable; urgency=medium
 
   * Initial release (Closes: #1023322)
=====================================
debian/control
=====================================
@@ -38,6 +38,7 @@ Package: seqan-needle-doc
 Architecture: all
 Depends: ${misc:Depends}
 Section: doc
+Multi-Arch: foreign
 Description: HTML documentation for seqan-needle and its APIs
  Needle is a tool for semi-quantitative analysis of very large collections of
  nucleotide sequences.
=====================================
debian/seqan-needle.links
=====================================
@@ -0,0 +1 @@
+usr/lib/debian-med/bin/needle usr/bin/seqan-needle
View it on GitLab: https://salsa.debian.org/med-team/seqan-needle/-/compare/febb63a4903b69dabc643a319c95913a52da6ba0...50f6e202c4cee8470715fa86ba5ee6b93ccda69a
-- 
View it on GitLab: https://salsa.debian.org/med-team/seqan-needle/-/compare/febb63a4903b69dabc643a319c95913a52da6ba0...50f6e202c4cee8470715fa86ba5ee6b93ccda69a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221116/b1bc031e/attachment-0001.htm>
    
    
More information about the debian-med-commit
mailing list