Nilesh Patra pushed to branch master at Debian Med / coils
Commits: 0c21e975 by Nilesh Patra at 2021-05-15T18:41:41+05:30 Annotate B-D on perl with :any - - - - - a3746328 by Nilesh Patra at 2021-05-15T18:42:08+05:30 Add include on /usr/share/dpkg/buildtools.mk to make build cross-buildable - - - - - 004174b5 by Nilesh Patra at 2021-05-15T18:46:09+05:30 [skip ci] d/rules: Add $(CPPFLAGS) to compilation flags - - - - - 2 changed files: - debian/control - debian/rules Changes: ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Andreas Tille <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 13), - perl + perl:any Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/coils Vcs-Git: https://salsa.debian.org/med-team/coils.git ===================================== debian/rules ===================================== @@ -4,6 +4,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +-include /usr/share/dpkg/buildtools.mk export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: @@ -13,7 +14,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all pod2man -c 'User Commands' -r "$(VERSION)" $< $@ override_dh_auto_build: - $(CC) $(CFLAGS) -I. -o ncoils ncoils.c read_matrix.c -lm -D__PKGDATADIR__=\"/usr/share/ncoils\" $(LDFLAGS) + $(CC) $(CFLAGS) $(CPPFLAGS) -I. -o ncoils ncoils.c read_matrix.c -lm -D__PKGDATADIR__=\"/usr/share/ncoils\" $(LDFLAGS) override_dh_clean: dh_clean ncoils ncoils.1 coils-wrap.1 View it on GitLab: https://salsa.debian.org/med-team/coils/-/compare/20e39642eb82b67e8e476fad6c318ec168450e9f...004174b57708ee1621b23c7e1a16982401ac5f3d -- View it on GitLab: https://salsa.debian.org/med-team/coils/-/compare/20e39642eb82b67e8e476fad6c318ec168450e9f...004174b57708ee1621b23c7e1a16982401ac5f3d 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
