[med-svn] [Git][med-team/consensuscore][master] 5 commits: d/rules: Don't install the Meson build file into /usr/include.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sat Mar 23 12:30:35 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / consensuscore
Commits:
a50f4248 by Michael R. Crusoe at 2024-03-22T17:11:46+01:00
d/rules: Don't install the Meson build file into /usr/include.
- - - - -
8a108ba9 by Michael R. Crusoe at 2024-03-23T13:19:05+01:00
d/clean: remove some leftovers
- - - - -
8af81c4b by Michael R. Crusoe at 2024-03-23T13:19:15+01:00
routine-update: Standards-Version: 4.6.2
- - - - -
5f9cfa81 by Michael R. Crusoe at 2024-03-23T13:19:19+01:00
routine-update: Build-Depends: s/dh-python/dh-sequence-python3/
- - - - -
1b75c6d8 by Michael R. Crusoe at 2024-03-23T13:19:35+01:00
routine-update: Ready to upload to unstable
- - - - -
4 changed files:
- debian/changelog
- + debian/clean
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+consensuscore (1.1.1+dfsg-5) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: Don't install the Meson build file into /usr/include.
+ * d/clean: remove some leftovers
+ * Standards-Version: 4.6.2 (routine-update)
+ * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
+
+ -- Michael R. Crusoe <crusoe at debian.org> Sat, 23 Mar 2024 13:19:35 +0100
+
consensuscore (1.1.1+dfsg-4) unstable; urgency=medium
* d/watch: Repository is deprecated upstream
=====================================
debian/clean
=====================================
@@ -0,0 +1,3 @@
+local-staggered.dot
+make/Config.mk
+tests-summary.xml
=====================================
debian/control
=====================================
@@ -5,14 +5,14 @@ Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
- dh-python,
+ dh-sequence-python3,
dh-exec,
libboost-dev,
swig,
python3-setuptools,
python3-all-dev,
python3-numpy
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/consensuscore
Vcs-Git: https://salsa.debian.org/med-team/consensuscore.git
Homepage: https://github.com/PacificBiosciences/ConsensusCore
=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ export PYBUILD_NAME=pbconsensuscore
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
@@ -20,6 +20,8 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# $(MAKE) test-python
endif
-override_dh_python3:
- dh_python3
+execute_after_dh_python3:
dh_numpy3
+
+execute_after_dh_install:
+ find debian -name meson.build -delete
View it on GitLab: https://salsa.debian.org/med-team/consensuscore/-/compare/dc0634e38bba44947563a8e995a4e3abd0573845...1b75c6d8efab01962cd8a70730a10e931bd07346
--
View it on GitLab: https://salsa.debian.org/med-team/consensuscore/-/compare/dc0634e38bba44947563a8e995a4e3abd0573845...1b75c6d8efab01962cd8a70730a10e931bd07346
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/20240323/bf70be38/attachment-0001.htm>
More information about the debian-med-commit
mailing list