[med-svn] [Git][med-team/igraph][master] Debian patch 1.0.0+ds-3

Jérôme Benoit (@calculus) gitlab at salsa.debian.org
Sat Oct 25 15:42:44 BST 2025



Jérôme Benoit pushed to branch master at Debian Med / igraph


Commits:
0acdf371 by Jerome Benoit at 2025-10-25T16:40:38+02:00
Debian patch 1.0.0+ds-3

- - - - -


3 changed files:

- debian/changelog
- debian/libigraph4.symbols
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+igraph (1.0.0+ds-3) unstable; urgency=medium
+
+  * Debianization:
+    - d/rules:
+      - now honour parallel DEB_BUILD_OPTIONS (thanks to Aurelien Jarno
+        <aurel32 at debian.org> for noticing the issue and for  providing
+        a patch) (Closes: #1117554);
+    - d/libigraph4.symbols:
+      - mark C++ GNU symbols in the libigraph library as optional
+       (Closes: Lintian report).
+
+ -- Jerome Benoit <calculus at rezozer.net>  Sat, 25 Oct 2025 14:40:20 +0000
+
 igraph (1.0.0+ds-2) unstable; urgency=medium
 
   * FTBFS fix release, mark C++ std symbols in the libigraph library


=====================================
debian/libigraph4.symbols
=====================================
@@ -1,6 +1,7 @@
 libigraph.so.4 libigraph4 #MINVER#
 * Build-Depends-Package: libigraph-dev
  (c++|regex|optional)"std::" 1.0.0
+ (c++|regex|optional)"__gnu_cxx::" 1.0.0
  IGRAPH_FINALLY_CLEAN at Base 1.0.0
  IGRAPH_FINALLY_ENTER at Base 1.0.0
  IGRAPH_FINALLY_EXIT at Base 1.0.0


=====================================
debian/rules
=====================================
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
+include /usr/share/dpkg/buildopts.mk
 include /usr/share/dpkg/pkg-info.mk
 #export DH_VERBOSE=1
 
@@ -55,8 +56,8 @@ override_dh_auto_test-indep:
 override_dh_auto_test-arch:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	## see #924052 for further information
-	$(MAKE) -C $(BUILDIR_STATIC) -j$(NUMJOBS) build_tests
-	$(MAKE) -C $(BUILDIR_SHARED) -j$(NUMJOBS) build_tests
+	$(MAKE) -C $(BUILDIR_STATIC) $(DEB_BUILD_OPTION_PARALLEL:%=-j%) build_tests
+	$(MAKE) -C $(BUILDIR_SHARED) $(DEB_BUILD_OPTION_PARALLEL:%=-j%) build_tests
 	dh_auto_test -a -B$(BUILDIR_STATIC)
 	dh_auto_test -a -B$(BUILDIR_SHARED)
 endif



View it on GitLab: https://salsa.debian.org/med-team/igraph/-/commit/0acdf3718c985b11899caf27fd74e796ff4d750f

-- 
View it on GitLab: https://salsa.debian.org/med-team/igraph/-/commit/0acdf3718c985b11899caf27fd74e796ff4d750f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20251025/1e55fe8e/attachment-0001.htm>


More information about the debian-med-commit mailing list