[med-svn] [Git][med-team/hhsuite][master] 5 commits: Fix watchfile to detect new versions on github
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Oct 13 14:19:44 BST 2021
Andreas Tille pushed to branch master at Debian Med / hhsuite
Commits:
81af89df by Andreas Tille at 2021-10-13T14:33:42+02:00
Fix watchfile to detect new versions on github
- - - - -
069e8b3a by Andreas Tille at 2021-10-13T14:35:26+02:00
routine-update: Standards-Version: 4.6.0
- - - - -
7978858d by Andreas Tille at 2021-10-13T14:36:52+02:00
routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
63bae393 by Andreas Tille at 2021-10-13T14:36:52+02:00
routine-update: Remove trailing whitespace in debian/copyright
- - - - -
26269673 by Andreas Tille at 2021-10-13T14:53:17+02:00
routine-update: Ready to upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+hhsuite (3.3.0+ds-5) unstable; urgency=medium
+
+ * Fix watchfile to detect new versions on github
+ * Standards-Version: 4.6.0 (routine-update)
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
+ update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Wed, 13 Oct 2021 14:36:58 +0200
+
hhsuite (3.3.0+ds-4) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -6,11 +6,11 @@ Uploaders: Laszlo Kajan <lkajan at debian.org>,
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
- libsimde-dev (>= 0.6.0-2),
+ libsimde-dev,
cmake,
imagemagick,
help2man
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/hhsuite
Vcs-Git: https://salsa.debian.org/med-team/hhsuite.git
Homepage: https://toolkit.tuebingen.mpg.de/
@@ -18,13 +18,13 @@ Rules-Requires-Root: no
Package: hhsuite
Architecture: any
-Built-Using: ${simde:Built-Using}
Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends},
hhsuite-data (= ${source:Version}),
python3
Conflicts: ffindex
+Built-Using: ${simde:Built-Using}
Description: sensitive protein sequence searching based on HMM-HMM alignment
HH-suite is an open-source software package for sensitive protein sequence
searching based on the pairwise alignment of hidden Markov models (HMMs).
=====================================
debian/copyright
=====================================
@@ -100,7 +100,7 @@ License: GPL-3.0+
License: CC-BY-SA-4.0
## Creative Commons Attribution-ShareAlike 4.0 International Public License
- .
+ .
By exercising the Licensed Rights (defined below), You accept and agree to be
bound by the terms and conditions of this Creative Commons
Attribution-ShareAlike 4.0 International Public License ("Public License"). To
=====================================
debian/rules
=====================================
@@ -80,6 +80,7 @@ override_dh_auto_build-indep:
dh_auto_build --builddirectory mybuild/data
override_dh_auto_test-arch:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386))
rm -Rf $(CURDIR)/debian/testdir
mkdir -p $(CURDIR)/debian/testdir
@@ -90,6 +91,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386))
else
cd $(CURDIR)/data && PATH=$$PATH:$(CURDIR)/mybuild/src:$(CURDIR)/mybuild/lib/ffindex/src ./test.sh
endif
+endif
override_dh_auto_install-arch:
mkdir -p $(libprefix)/bin
=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
version=4
opts="uversionmangle=s/-beta\.(\d)/~beta$1/;s/-beta/~beta/,repacksuffix=+ds,dversionmangle=auto,repack,compression=xz" \
-https://github.com/soedinglab/hh-suite/releases .*/archive/v(\d[-\d.beta]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+https://github.com/soedinglab/hh-suite/releases .*/v(\d[-\d.beta]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
View it on GitLab: https://salsa.debian.org/med-team/hhsuite/-/compare/9933cab1159fe83cdfcad20720b5d4b714647182...26269673bae8d99bbf1dd980bc297cb701118932
--
View it on GitLab: https://salsa.debian.org/med-team/hhsuite/-/compare/9933cab1159fe83cdfcad20720b5d4b714647182...26269673bae8d99bbf1dd980bc297cb701118932
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/20211013/2d69d996/attachment-0001.htm>
More information about the debian-med-commit
mailing list