[med-svn] [Git][med-team/ray][master] 10 commits: routine-update: Packaging update
Lance Lin (@linqigang)
gitlab at salsa.debian.org
Wed Dec 6 15:13:55 GMT 2023
Lance Lin pushed to branch master at Debian Med / ray
Commits:
f8a44df2 by Lance Lin at 2023-12-06T20:23:14+07:00
routine-update: Packaging update
- - - - -
7074c762 by Lance Lin at 2023-12-06T20:23:49+07:00
routine-update: Standards-Version: 4.6.2
- - - - -
18c40a3f by Lance Lin at 2023-12-06T20:23:51+07:00
routine-update: debhelper-compat 13
- - - - -
d4dedc0c by Lance Lin at 2023-12-06T20:23:52+07:00
routine-update: Add salsa-ci file
- - - - -
0fec7518 by Lance Lin at 2023-12-06T20:23:52+07:00
routine-update: Rules-Requires-Root: no
- - - - -
76c880c2 by Lance Lin at 2023-12-06T20:24:18+07:00
Use secure URI in Homepage field.
Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
- - - - -
55be2c91 by Lance Lin at 2023-12-06T20:38:28+07:00
Fix spacing typo in debian/rules
Changes-By: lintian-brush
Fixes: lintian: typo-in-debhelper-override-target
See-also: https://lintian.debian.org/tags/typo-in-debhelper-override-target.html
- - - - -
43386f25 by Lance Lin at 2023-12-06T20:41:44+07:00
Apply multi-arch hints.
+ ray-doc: Add Multi-Arch: foreign.
Changes-By: apply-multiarch-hints
- - - - -
8bc1472f by Lance Lin at 2023-12-06T20:42:55+07:00
routine-update: watch file standard 4
- - - - -
c72b1736 by Lance Lin at 2023-12-06T22:11:36+07:00
d/rules: Clean REFIX directory and RayPlatform/README (Closes: #1047580)
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/rules
- + debian/salsa-ci.yml
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,20 @@
+ray (2.3.1-8) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Packaging update
+ * Standards-Version: 4.6.2 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Use secure URI in Homepage field.
+ * Fix spacing typo in debian/rules
+ * Apply multi-arch hints.
+ + ray-doc: Add Multi-Arch: foreign.
+ * watch file standard 4 (routine-update)
+ * d/rules: Clean REFIX directory and RayPlatform/README (Closes: #1047580)
+
+ -- Lance Lin <lq27267 at gmail.com> Wed, 06 Dec 2023 20:16:19 +0700
+
ray (2.3.1-7) unstable; urgency=medium
* Use 2to3 to port to Python3
=====================================
debian/control
=====================================
@@ -4,14 +4,15 @@ Uploaders: Sébastien Boisvert <sebastien.boisvert.3 at ulaval.ca>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
zlib1g-dev,
libbz2-dev,
mpi-default-dev
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/ray
Vcs-Git: https://salsa.debian.org/med-team/ray.git
-Homepage: http://denovoassembler.sourceforge.net/
+Homepage: https://denovoassembler.sourceforge.net/
+Rules-Requires-Root: no
Package: ray
Architecture: any
@@ -33,6 +34,7 @@ Package: ray-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
+Multi-Arch: foreign
Description: documentation for ray parallel de novo genome assembler
Ray is a parallel software that computes de novo genome assemblies with
next-generation sequencing data.
=====================================
debian/rules
=====================================
@@ -9,12 +9,12 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
-override_dh_auto_clean :
+override_dh_auto_clean:
dh_auto_clean -- CXXFLAGS="$(CXXFLAGS)" HAVE_LIBZ=y HAVE_LIBBZ2=y
- rm -rf install-prefix
- rm -f README.Ray README.RayPlatform
+ rm -rf install-prefix REFIX
+ rm -f README.Ray README.RayPlatform RayPlatform/README
-override_dh_auto_build :
+override_dh_auto_build:
dh_auto_build -- CXXFLAGS="$(CXXFLAGS)" DEBLDFLAGS="$(LDFLAGS) -lpthread" HAVE_LIBBZ2=y HAVE_LIBZ=y
#Rename 2 docs to make more sence in package context
cp README.md README.Ray
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://sf.net/denovoassembler/Ray-v?(\d[\d\.]+)\.tar\.bz2
View it on GitLab: https://salsa.debian.org/med-team/ray/-/compare/21663e8e448a6c407526c4d99b7a858704442612...c72b1736d49334fd62764a148521a78572ed6c73
--
View it on GitLab: https://salsa.debian.org/med-team/ray/-/compare/21663e8e448a6c407526c4d99b7a858704442612...c72b1736d49334fd62764a148521a78572ed6c73
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/20231206/20a6be98/attachment-0001.htm>
More information about the debian-med-commit
mailing list