Shayan Doust pushed to branch master at Debian Med / argh
Commits: a7945e35 by Shayan Doust at 2020-09-16T14:41:09+01:00 Add cmake as a build depends - - - - - 31ff6132 by Shayan Doust at 2020-09-16T14:51:07+01:00 Change name of package from argh to argh-dev - - - - - 6e4632e6 by Shayan Doust at 2020-09-16T14:51:27+01:00 Remove commentary template - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -3,14 +3,15 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Shayan Doust <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 13) +Build-Depends: debhelper-compat (= 13), + cmake Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/med-team/argh Vcs-Git: https://salsa.debian.org/med-team/argh.git Homepage: https://github.com/adishavit/argh Rules-Requires-Root: no -Package: argh +Package: argh-dev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} ===================================== debian/rules ===================================== @@ -4,28 +4,9 @@ export LC_ALL=C.UTF-8 include /usr/share/dpkg/default.mk -# this provides: -# DEB_SOURCE: the source package name -# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision) -# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision -# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch -# DEB_VERSION_UPSTREAM: the package's upstream version -# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog -# SOURCE_DATE_EPOCH: the source release date as seconds since the epoch, as -# specified by <https://reproducible-builds.org/specs/source-date-epoch/> # for hardening you might like to uncomment this: # export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ - -### 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/argh/-/compare/01a6b23db8760310bc650be044fee45fac4c78cc...6e4632e61ec0c784f70b9ddd3195f0b722752364 -- View it on GitLab: https://salsa.debian.org/med-team/argh/-/compare/01a6b23db8760310bc650be044fee45fac4c78cc...6e4632e61ec0c784f70b9ddd3195f0b722752364 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
