Andreas Tille pushed to branch master at Debian Med / civetweb
Commits: 19b8b061 by Andreas Tille at 2020-09-14T17:28:51+02:00 Build using cmake - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -4,7 +4,8 @@ Uploaders: Andreas Tille <[email protected]>, Sebastien Jodogne <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 13) +Build-Depends: debhelper-compat (= 13), + cmake Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/civetweb Vcs-Git: https://salsa.debian.org/med-team/civetweb.git ===================================== debian/rules ===================================== @@ -18,14 +18,10 @@ include /usr/share/dpkg/default.mk # export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: - dh $@ + dh $@ --buildsystem=cmake ### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected #override_dh_auto_test: #ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # do_stuff_for_testing #endif - -### If you **really** can not use uscan (even not with mode=git) use a debian/get-orig-script -#get-orig-source: -# . debian/get-orig-source View it on GitLab: https://salsa.debian.org/med-team/civetweb/-/commit/19b8b06150557e20c489e33dd3b787e65be163b1 -- View it on GitLab: https://salsa.debian.org/med-team/civetweb/-/commit/19b8b06150557e20c489e33dd3b787e65be163b1 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
