Andreas Tille pushed to branch master at Debian Med / bowtie


Commits:
9b367317 by Andreas Tille at 2020-10-12T09:10:49+02:00
Install usr/local/bin only if existing

- - - - -
1153dfd2 by Andreas Tille at 2020-10-12T09:19:35+02:00
Upload to unstable

- - - - -
1d85a1cd by Andreas Tille at 2020-10-12T11:33:05+02:00
Fix arch all build

- - - - -


3 changed files:

- debian/bowtie.install
- debian/changelog
- debian/rules


Changes:

=====================================
debian/bowtie.install
=====================================
@@ -1,4 +1,7 @@
-usr/local/bin  usr
+bowtie         usr/bin
+bowtie-align*  usr/bin
+bowtie-build*  usr/bin
+bowtie-inspect*  usr/bin
 debian/tests/[er]*     usr/share/doc/bowtie/tests
 # FIXME: Do we *really* need the debug version
 bowtie-*-debug usr/bin


=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+bowtie (1.3.0+dfsg-3) UNRELEASED; urgency=medium
+
+  * Fix arch all build
+
+ -- Andreas Tille <[email protected]>  Mon, 12 Oct 2020 11:29:03 +0200
+
+bowtie (1.3.0+dfsg-2) unstable; urgency=medium
+
+  * Install usr/local/bin only if existing
+    Closes: #972004
+
+ -- Andreas Tille <[email protected]>  Mon, 12 Oct 2020 09:10:57 +0200
+
 bowtie (1.3.0+dfsg-1) unstable; urgency=medium
 
   * New upstream version (upstream has adopted several patches)


=====================================
debian/rules
=====================================
@@ -21,6 +21,12 @@ override_dh_auto_install-arch:
        find . -name bowtie-buildc -delete
        find . -name .cvsignore -delete
 
+override_dh_install:
+       dh_install
+       if [ -d debian/tmp/usr/local/bin ] ; then \
+           dh_install -a usr/local/bin usr ; \
+       fi
+
 override_dh_installman-arch:
        help2man --name="ultrafast memory-efficient short read aligner" 
--no-info \
              $(CURDIR)/bowtie > 
$(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie.1



View it on GitLab: 
https://salsa.debian.org/med-team/bowtie/-/compare/bd733e0b5ca2000676eec297633f79f2474f8c49...1d85a1cd6c9e3d9f9e0df972377d12758f347840

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/bowtie/-/compare/bd733e0b5ca2000676eec297633f79f2474f8c49...1d85a1cd6c9e3d9f9e0df972377d12758f347840
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to