Andreas Tille pushed to branch master at Debian Med / argh
Commits: 2f9130a8 by Andreas Tille at 2020-09-21T22:30:46+02:00 Fix section - - - - - 87f8f2b6 by Andreas Tille at 2020-09-21T22:31:28+02:00 Remove additional license statement - - - - - 09419c04 by Andreas Tille at 2020-09-21T22:35:02+02:00 Header only is architecture: all - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -1,7 +1,7 @@ Source: argh Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Shayan Doust <[email protected]> -Section: science +Section: libdevel Priority: optional Build-Depends: debhelper-compat (= 13), cmake, @@ -13,9 +13,8 @@ Homepage: https://github.com/adishavit/argh Rules-Requires-Root: no Package: libargh-dev -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} +Architecture: all +Depends: ${misc:Depends} Description: C++ header-only command line processing library So many different command line processing libraries out there and none of them just work! Some bring their whole extended family of related and ===================================== debian/rules ===================================== @@ -15,3 +15,7 @@ override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) obj-*/argh_tests endif + +override_dh_installdocs: + dh_installdocs + find debian -name LICENSE -delete View it on GitLab: https://salsa.debian.org/med-team/argh/-/compare/3206c21c6804dfbedac923338830582e8f1304ff...09419c04847c2e127b6c9576bb1c9b75e9e1d792 -- View it on GitLab: https://salsa.debian.org/med-team/argh/-/compare/3206c21c6804dfbedac923338830582e8f1304ff...09419c04847c2e127b6c9576bb1c9b75e9e1d792 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
