Andreas Tille pushed to branch master at Debian Med / resfinder


Commits:
c7e4c667 by Andreas Tille at 2023-01-17T19:50:23+01:00
Use flit build system - but module resfinder remains not found

- - - - -


2 changed files:

- debian/control
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -6,6 +6,7 @@ Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                dh-python,
+               flit,
                python3,
                python3-cgelib
 Standards-Version: 4.6.1


=====================================
debian/rules
=====================================
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=resfinder
+
+export PYBUILD_SYSTEM=flit
+
 %:
-       dh $@ --with python3
+       dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_install:
        dh_install



View it on GitLab: 
https://salsa.debian.org/med-team/resfinder/-/commit/c7e4c667cc2e151926a7c1de8f6f0d1fa597e178

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/resfinder/-/commit/c7e4c667cc2e151926a7c1de8f6f0d1fa597e178
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

Reply via email to