Skip to content
Commits on Source (2)
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 <tille@debian.org> Wed, 30 Jan 2019 10:53:57 +0100
liblemon (1.3.1+dfsg-2) unstable; urgency=medium
[ Ryan Pavlik ]
......
......@@ -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
......
/usr/share/javascript/jquery/jquery.js /usr/share/doc/lemon/html/jquery.js
......@@ -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/*
......
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