Jérôme Benoit pushed to branch master at Debian Med / igraph
Commits: b56281b8 by Jerome Benoit at 2025-11-18T01:38:37+01:00 Debian patch 1.0.0+ds-4 - - - - - 4 changed files: - debian/adhoc/examples/benchmarks/Makefile - debian/adhoc/examples/simple/Makefile - debian/adhoc/examples/tutorial/Makefile - debian/changelog Changes: ===================================== debian/adhoc/examples/benchmarks/Makefile ===================================== @@ -34,6 +34,8 @@ CFLAGS = $(shell pkg-config igraph --cflags) LDLIBS = $(shell pkg-config igraph --libs) CFLAGS += -Wall -g +CFLAGS += -O2 +CFLAGS += -Wno-maybe-uninitialized LDLIBS += -lm all: build check ===================================== debian/adhoc/examples/simple/Makefile ===================================== @@ -46,6 +46,7 @@ CFLAGS = $(shell pkg-config igraph --cflags) LDLIBS = $(shell pkg-config igraph --libs) -lm CFLAGS += -Wall -g +CFLAGS += -O2 CFLAGS += -Wno-maybe-uninitialized CFLAGS += -Wno-deprecated-declarations ===================================== debian/adhoc/examples/tutorial/Makefile ===================================== @@ -34,6 +34,7 @@ CFLAGS = $(shell pkg-config igraph --cflags) LDLIBS = $(shell pkg-config igraph --libs) CFLAGS += -Wall -g +CFLAGS += -O2 CFLAGS += -Wno-maybe-uninitialized all: build check ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +igraph (1.0.0+ds-4) unstable; urgency=medium + + * Serious fix release, now build autopkgtest_s with -O2 (Closes: #1118436). + * Debianization: + - d/adhoc/e/*/Makefile, now add `-O2` to CFLAGS; + - d/adhoc/e/b/Makefile, harden. + + -- Jerome Benoit <[email protected]> Tue, 18 Nov 2025 00:38:27 +0000 + igraph (1.0.0+ds-3) unstable; urgency=medium * Debianization: View it on GitLab: https://salsa.debian.org/med-team/igraph/-/commit/b56281b89b3a1b1a757e9912f9bddc85eaa18e80 -- View it on GitLab: https://salsa.debian.org/med-team/igraph/-/commit/b56281b89b3a1b1a757e9912f9bddc85eaa18e80 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
