[med-svn] [Git][med-team/altree][master] 6 commits: Replace dummy package libopenblas-base by libopenblas0
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Sep 17 13:12:18 BST 2021
Andreas Tille pushed to branch master at Debian Med / altree
Commits:
b236af6d by Andreas Tille at 2021-09-17T12:20:15+02:00
Replace dummy package libopenblas-base by libopenblas0
- - - - -
d7116ed0 by Andreas Tille at 2021-09-17T12:27:58+02:00
Fix watch file
- - - - -
192bdfab by Andreas Tille at 2021-09-17T12:28:18+02:00
routine-update: Standards-Version: 4.6.0
- - - - -
4364b4ea by Andreas Tille at 2021-09-17T12:28:23+02:00
Set upstream metadata fields: Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
84b1fdeb by Andreas Tille at 2021-09-17T12:28:26+02:00
Apply multi-arch hints.
+ altree-examples: Add Multi-Arch: foreign.
Changes-By: apply-multiarch-hints
- - - - -
194cbf9e by Andreas Tille at 2021-09-17T14:12:00+02:00
Do not fail in clean target if latex-make is not installed on local machine
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+altree (1.3.1-11) UNRELEASED; urgency=medium
+
+ * Replace dummy package libopenblas-base by libopenblas0
+ Closes: #994474
+ * Fix watch file
+ * Standards-Version: 4.6.0 (routine-update)
+ * Set upstream metadata fields: Repository, Repository-Browse.
+ * Apply multi-arch hints.
+ + altree-examples: Add Multi-Arch: foreign.
+ * Do not fail in clean target if latex-make is not installed on local
+ machine
+
+ -- Andreas Tille <tille at debian.org> Fri, 17 Sep 2021 12:18:39 +0200
+
altree (1.3.1-10) unstable; urgency=medium
* Use figlatex instead of texgraphicx
=====================================
debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends: bash-completion,
libblas-dev,
libtest-deep-perl,
fig2dev
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/altree
Vcs-Git: https://salsa.debian.org/med-team/altree.git
Homepage: https://gitlab.inria.fr/NGS/ALTree
@@ -30,7 +30,7 @@ Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends},
libmath-tamuanova-perl
-Recommends: libopenblas-base | libatlas3-base | libmkl-rt | libblas.so.3
+Recommends: libopenblas0 | libatlas3-base | libmkl-rt | libblas.so.3
Suggests: altree-examples
Description: program to perform phylogeny-based association and localization analysis
ALTree was designed to perform association detection and localization of
@@ -42,6 +42,7 @@ Package: altree-examples
Architecture: all
Depends: ${misc:Depends}
Recommends: altree (= ${binary:Version})
+Multi-Arch: foreign
Description: example files for ALTree
ALTree was designed to perform association detection and localization of
susceptibility sites using haplotype phylogenetic trees: first, it allows the
=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@
dh $@
override_dh_auto_clean:
- $(MAKE) -C Documentation distclean
+ $(MAKE) -C Documentation distclean || true
dh_auto_clean
override_dh_auto_build:
=====================================
debian/upstream/metadata
=====================================
@@ -19,4 +19,5 @@ Registry:
Entry: NA
- Name: OMICtools
Entry: OMICS_13032
-Repository: https://gitlab.inria.fr/NGS/ALTree
+Repository: https://gitlab.inria.fr/NGS/ALTree.git
+Repository-Browse: https://gitlab.inria.fr/NGS/ALTree
=====================================
debian/watch
=====================================
@@ -1,6 +1,6 @@
version=4
opts=filenamemangle=s/.*\.tar\.gz\?ref=v?(\d\S*)/ALTree-$1\.tar\.gz/g \
- https://gitlab.inria.fr/NGS/ALTree/tags .*/repository/v at ANY_VERSION@/.*archive\.tar\.gz
+ https://gitlab.inria.fr/NGS/ALTree/tags .*/v at ANY_VERSION@/ALTree-v at ANY_VERSION@\.tar\.gz
# https://gitlab.inria.fr/NGS/ALTree/repository/v1.3.1/archive.tar.gz
\ No newline at end of file
View it on GitLab: https://salsa.debian.org/med-team/altree/-/compare/21055a5a26884f386e90d116caf83ebc13946115...194cbf9e650a3915d7b372b2fae9a6373f305b8c
--
View it on GitLab: https://salsa.debian.org/med-team/altree/-/compare/21055a5a26884f386e90d116caf83ebc13946115...194cbf9e650a3915d7b372b2fae9a6373f305b8c
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/20210917/373ce49f/attachment-0001.htm>
More information about the debian-med-commit
mailing list