Andreas Tille pushed to branch master at Debian Med / liblemon
Commits: 7a23ad4e by Andreas Tille at 2020-07-07T09:40:01+02:00 Add changelog entry - - - - - 09989227 by Andreas Tille at 2020-07-07T09:43:00+02:00 Update to latest standards - - - - - ef49c0e7 by Andreas Tille at 2020-07-07T10:15:05+02:00 routine-update: Add salsa-ci file - - - - - e692107f by Andreas Tille at 2020-07-07T10:15:05+02:00 routine-update: Rules-Requires-Root: no - - - - - 0c7c404f by Andreas Tille at 2020-07-07T10:46:46+02:00 Do not install lemon-0.x-to-1.x.sh - - - - - a8ebfdd4 by Andreas Tille at 2020-07-07T11:19:10+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - + debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,14 +1,23 @@ -liblemon (1.3.1+dfsg-3) UNRELEASED; urgency=medium +liblemon (1.3.1+dfsg-3) unstable; urgency=medium + [ Andreas Tille ] * Drop workaround for jquery.js which is not used any more * Secure URI in watch file - * debhelper-compat 12 - * Standards-Version: 4.4.1 + * debhelper-compat 13 + * Standards-Version: 4.5.0 * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target * Remove trailing whitespace in debian/rules * Use secure URI in Homepage field. + * Add salsa-ci file (routine-update) + * Rules-Requires-Root: no (routine-update) + * Do not install lemon-0.x-to-1.x.sh + + [ zhao feng ] + * filter out failed test + * fix ctest path + Closes: #925749 - -- Andreas Tille <[email protected]> Wed, 30 Jan 2019 10:53:57 +0100 + -- Andreas Tille <[email protected]> Tue, 07 Jul 2020 10:47:54 +0200 liblemon (1.3.1+dfsg-2) unstable; urgency=medium ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), cmake, d-shlibs, libglpk-dev, @@ -12,10 +12,11 @@ Build-Depends: debhelper-compat (= 12), graphviz, libjs-mathjax, ghostscript -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 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 +Rules-Requires-Root: no Package: liblemon1.3.1 Architecture: any @@ -66,7 +67,7 @@ Description: Library for Efficient Modeling and Optimization in Networks (utilit LEMON is a member of the COIN-OR initiative, a collection of OR related open source projects. . - This package contains the utilies accompanying the library. + This package contains the utilities accompanying the library. Package: liblemon-doc Architecture: all ===================================== debian/rules ===================================== @@ -35,6 +35,8 @@ override_dh_install: --movedev "debian/tmp/usr/lib/pkgconfig/*.pc" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \ --movedev "debian/tmp/usr/share/lemon/cmake/*" usr/lib/$(DEB_HOST_MULTIARCH)/cmake/lemon \ debian/tmp/usr/lib/*.so + # dh_missing stumbles upon this file + find debian -name lemon-0.x-to-1.x.sh -delete override_dh_installchangelogs: dh_installchangelogs NEWS ===================================== debian/salsa-ci.yml ===================================== @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml View it on GitLab: https://salsa.debian.org/med-team/liblemon/-/compare/483f9b6d749bae0013c165c6f074ca41084d2af2...a8ebfdd4c5a522114455d4c8c65a31cfe022345d -- View it on GitLab: https://salsa.debian.org/med-team/liblemon/-/compare/483f9b6d749bae0013c165c6f074ca41084d2af2...a8ebfdd4c5a522114455d4c8c65a31cfe022345d 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
