Author: tille Date: 2014-08-26 21:00:27 +0000 (Tue, 26 Aug 2014) New Revision: 17852
Added: trunk/packages/vxl/trunk/debian/libvxl1.17.lintian-overrides Modified: trunk/packages/vxl/trunk/debian/changelog trunk/packages/vxl/trunk/debian/control trunk/packages/vxl/trunk/debian/watch Log: add '.dfsg' (note: '+dfsg' does not work since vxl refuses to build if a '+' sign is in the path Modified: trunk/packages/vxl/trunk/debian/changelog =================================================================== --- trunk/packages/vxl/trunk/debian/changelog 2014-08-26 13:09:04 UTC (rev 17851) +++ trunk/packages/vxl/trunk/debian/changelog 2014-08-26 21:00:27 UTC (rev 17852) @@ -1,4 +1,4 @@ -vxl (1.17.0+dfsg-1) UNRELEASED; urgency=low +vxl (1.17.0.dfsg-1) unstable; urgency=low [ Mathieu Malaterre ] * Remove self from uploaders @@ -7,7 +7,8 @@ * cme fix dpkg-control * d/copyright: Remove unused compressed JS * d/rules: adapt get-orig-source to deal with JS removal - * d/watch: add +dfsg + * d/watch: add '.dfsg' (note: '+dfsg' does not work since vxl refuses + to build if a '+' sign is in the path) -- Andreas Tille <[email protected]> Tue, 19 Aug 2014 17:05:35 +0200 Modified: trunk/packages/vxl/trunk/debian/control =================================================================== --- trunk/packages/vxl/trunk/debian/control 2014-08-26 13:09:04 UTC (rev 17851) +++ trunk/packages/vxl/trunk/debian/control 2014-08-26 21:00:27 UTC (rev 17852) @@ -55,7 +55,7 @@ Depends: libvxl1.17 (= ${binary:Version}), ${misc:Depends} Provides: libvxl-dev -Description: C++ Libraries for Computer Vision Research +Description: C++ Libraries for Computer Vision Research (development files) VXL (the Vision-something-Libraries) is a collection of C++ libraries designed for computer vision research and implementation. It was created from TargetJr and the IUE with the aim of making a light, fast and Added: trunk/packages/vxl/trunk/debian/libvxl1.17.lintian-overrides =================================================================== --- trunk/packages/vxl/trunk/debian/libvxl1.17.lintian-overrides (rev 0) +++ trunk/packages/vxl/trunk/debian/libvxl1.17.lintian-overrides 2014-08-26 21:00:27 UTC (rev 17852) @@ -0,0 +1 @@ +libvxl1.17: no-symbols-control-file .* Modified: trunk/packages/vxl/trunk/debian/watch =================================================================== --- trunk/packages/vxl/trunk/debian/watch 2014-08-26 13:09:04 UTC (rev 17851) +++ trunk/packages/vxl/trunk/debian/watch 2014-08-26 21:00:27 UTC (rev 17852) @@ -1,3 +1,5 @@ version=3 -opts="uversionmangle=s/$/+dfsg/" \ +# note: '+dfsg' does not work since vxl refuses to build if a '+' sign is in the path +# see https://lists.debian.org/debian-med/2014/08/msg00087.html +opts="uversionmangle=s/$/.dfsg/" \ http://sf.net/vxl/vxl-([\d\.]+)\.tar.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
