Andreas Tille pushed to branch master at Debian Med / liblemon
Commits: 40c37f69 by Andreas Tille at 2019-01-30T09:54:40Z Drop workaround for jquery.js which is not used any more - - - - - 58975cb4 by Andreas Tille at 2019-01-30T09:56:54Z Secure URI in watch file - - - - - 5 changed files: - debian/changelog - debian/control - − debian/liblemon-doc.links - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +liblemon (1.3.1+dfsg-3) UNRELEASED; urgency=medium + + * Drop workaround for jquery.js which is not used any more + * Secure URI in watch file + + -- Andreas Tille <[email protected]> Wed, 30 Jan 2019 10:53:57 +0100 + liblemon (1.3.1+dfsg-2) unstable; urgency=medium [ Ryan Pavlik ] ===================================== debian/control ===================================== @@ -71,8 +71,7 @@ Description: Library for Efficient Modeling and Optimization in Networks (utilit Package: liblemon-doc Architecture: all Section: doc -Depends: ${misc:Depends}, - libjs-jquery +Depends: ${misc:Depends} 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/liblemon-doc.links deleted ===================================== @@ -1 +0,0 @@ -/usr/share/javascript/jquery/jquery.js /usr/share/doc/lemon/html/jquery.js ===================================== debian/rules ===================================== @@ -18,9 +18,6 @@ override_dh_auto_test: override_dh_install: dh_install - # ftpmaster requests documenting license of jquery.js which comes - # from other package - no idea how to do this so use symlink instead - find debian -name jquery.js -delete cp -a obj-*/lemon/liblemon_static.a debian/tmp/usr/lib/liblemon.a # Modify CMake config file to add multiarch sed -i 's:usr/lib:usr/lib/$(DEB_HOST_MULTIARCH):' debian/tmp/usr/share/lemon/cmake/* ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ version=4 opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \ - http://lemon.cs.elte.hu/trac/lemon/wiki/Downloads .*/sources/lemon-(\d[.\d]+)\.tar\.gz + https://lemon.cs.elte.hu/trac/lemon/wiki/Downloads .*/sources/lemon-(\d[.\d]+)\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/liblemon/compare/02a5fdb1ffb8de2e933acfbc504136076e985825...58975cb4ac2d6d4380748ded92e261280ae49e3d -- View it on GitLab: https://salsa.debian.org/med-team/liblemon/compare/02a5fdb1ffb8de2e933acfbc504136076e985825...58975cb4ac2d6d4380748ded92e261280ae49e3d 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
