Andreas Tille pushed to branch master at Debian Med / liblemon
Commits: 0caeac15 by Andreas Tille at 2022-07-25T20:36:09+02:00 Fix pkg-config --libs response - - - - - 3c1e740e by Andreas Tille at 2022-07-25T20:36:49+02:00 routine-update: Standards-Version: 4.6.1 - - - - - a702cebb by Andreas Tille at 2022-07-25T20:36:56+02:00 Apply multi-arch hints. + liblemon1.3.1: Add Multi-Arch: same. + liblemon-doc: Add Multi-Arch: foreign. Changes-By: apply-multiarch-hints - - - - - 450414bd by Andreas Tille at 2022-07-25T20:41:35+02:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/pkg-config.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +liblemon (1.3.1+dfsg-6) unstable; urgency=medium + + * Fix pkg-config --libs response + Closes: #1015955 + * Standards-Version: 4.6.1 (routine-update) + + -- Andreas Tille <[email protected]> Mon, 25 Jul 2022 20:36:57 +0200 + liblemon (1.3.1+dfsg-5) unstable; urgency=medium * Versioned Build-Depends: d-shlibs (>= 0.80) ===================================== debian/control ===================================== @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13), graphviz, libjs-mathjax, ghostscript -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/liblemon Vcs-Git: https://salsa.debian.org/med-team/liblemon.git Homepage: https://lemon.cs.elte.hu/trac/lemon @@ -23,6 +23,7 @@ Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same Description: Library for Efficient Modeling and Optimization in Networks LEMON stands for Library for Efficient Modeling and Optimization in Networks. It is a C++ template library providing efficient @@ -73,6 +74,7 @@ Package: liblemon-doc Architecture: all Section: doc Depends: ${misc:Depends} +Multi-Arch: foreign Description: Library for Efficient Modeling and Optimization in Networks (doc) LEMON stands for Library for Efficient Modeling and Optimization in Networks. It is a C++ template library providing efficient ===================================== debian/patches/pkg-config.patch ===================================== @@ -0,0 +1,14 @@ +Description: Fix pkg-config --libs response +Bug-Debian: https://bugs.debian.org/1015955 +Author: Andreas Tille <[email protected]> +Last-Update: Mon, 25 Jul 2022 20:32:54 +0200 + +--- a/lemon/lemon.pc.in ++++ b/lemon/lemon.pc.in +@@ -6,5 +6,5 @@ includedir=@CMAKE_INSTALL_PREFIX@/includ + Name: @PROJECT_NAME@ + Description: Library for Efficient Modeling and Optimization in Networks + Version: @PROJECT_VERSION@ +-Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@ ++Libs: -L${libdir} -llemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@ + Cflags: -I${includedir} ===================================== debian/patches/series ===================================== @@ -5,3 +5,4 @@ fix_libname.patch 0004-Add-missing-include-to-capacity_scaling.h-600.patch 0005-Add-missing-break-statement-to-dimacs-solver-609.patch dummy-test-check.diff +pkg-config.patch View it on GitLab: https://salsa.debian.org/med-team/liblemon/-/compare/d2085534d7be3cf2c4e22fa3dd24dd2945e09b6e...450414bd51270b35477cb4726d77331dd04539d2 -- View it on GitLab: https://salsa.debian.org/med-team/liblemon/-/compare/d2085534d7be3cf2c4e22fa3dd24dd2945e09b6e...450414bd51270b35477cb4726d77331dd04539d2 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
