Juhani Numminen pushed to branch master at Debian Med / librcsb-core-wrapper
Commits: 94b9f768 by Juhani Numminen at 2021-01-17T11:55:25+02:00 Add autopkgtest-pkg-python.conf with the correct import_name - - - - - acb205e5 by Juhani Numminen at 2021-01-17T13:51:35+02:00 debhelper-compat 13 - - - - - a7f4bff9 by Juhani Numminen at 2021-01-17T14:02:11+02:00 Add INSTALL-is-cifinstall.patch allowing us to use compat >= 11 - - - - - 6 changed files: - debian/changelog - debian/control - + debian/patches/INSTALL-is-cifinstall.patch - debian/patches/series - debian/rules - + debian/tests/autopkgtest-pkg-python.conf Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +librcsb-core-wrapper (1.005-10) UNRELEASED; urgency=medium + + * Team upload + * Add autopkgtest-pkg-python.conf with the correct import_name + * debhelper-compat 13 + - Add INSTALL-is-cifinstall.patch allowing us to use compat >= 11 + + -- Juhani Numminen <[email protected]> Sun, 17 Jan 2021 11:54:01 +0200 + librcsb-core-wrapper (1.005-9) unstable; urgency=medium [ Michael R. Crusoe ] ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Laszlo Kajan <[email protected]>, Section: libs Testsuite: autopkgtest-pkg-python Priority: optional -Build-Depends: debhelper-compat (= 10), +Build-Depends: debhelper-compat (= 13), doxygen, graphviz, dh-python, ===================================== debian/patches/INSTALL-is-cifinstall.patch ===================================== @@ -0,0 +1,16 @@ +Author: Juhani Numminen <[email protected]> +Last-Updated: Sun, 17 Jan 2021 13:38:46 +0200 +Description: build system will not work with any other INSTALL command + Debhelper in compat 11 tries to set the INSTALL variable. + +--- a/etc/make.platform.gnu4 ++++ b/etc/make.platform.gnu4 +@@ -185,7 +185,7 @@ + + #-----Installer----------------------------------------------------------# + +-INSTALL=../etc/cifinstall ++override INSTALL=../etc/cifinstall + INSTALLOPTS=-m 0444 + + #------------------------------------------------------------------------# ===================================== debian/patches/series ===================================== @@ -17,3 +17,4 @@ xerces32.patch gcc-8.patch python3.patch generated-includes +INSTALL-is-cifinstall.patch ===================================== debian/rules ===================================== @@ -17,9 +17,6 @@ override_dh_auto_build: override_dh_auto_build-nopy override_dh_auto_build-py override_dh_auto_build-nopy: dh_auto_build - # When using debhelper 11 something is very different in the installation. - # The next line tries to hack around this - but this is not the solution - thus reverting debhelper compat level - # cp -a common/include/* pdbml-parser/include/* cif-file/include/* tables/include/* include $(MAKE) doc override_dh_auto_build-py: override_dh_auto_build-nopy ===================================== debian/tests/autopkgtest-pkg-python.conf ===================================== @@ -0,0 +1 @@ +import_name = CorePyWrap View it on GitLab: https://salsa.debian.org/med-team/librcsb-core-wrapper/-/compare/42e3f25e715a1e3e82a3fd93b185a408f0975475...a7f4bff9432bbc7045958751afdb8467f2564771 -- View it on GitLab: https://salsa.debian.org/med-team/librcsb-core-wrapper/-/compare/42e3f25e715a1e3e82a3fd93b185a408f0975475...a7f4bff9432bbc7045958751afdb8467f2564771 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
