This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository protozero.
commit da5e5e11df8f32cf4d7b39bfc18ae311c65a81d6 Author: Bas Couwenberg <[email protected]> Date: Sat Feb 3 11:23:39 2018 +0100 Don't use libjs-jquery for Doxygen docs. --- debian/changelog | 1 + debian/control | 3 +-- debian/libprotozero-doc.links | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index f6e41db..928c5c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ protozero (1.6.1-2) UNRELEASED; urgency=medium * Update copyright-format URL to use HTTPS. + * Don't use libjs-jquery for Doxygen docs. -- Bas Couwenberg <[email protected]> Sun, 21 Jan 2018 10:29:25 +0100 diff --git a/debian/control b/debian/control index 9c5f376..0461c99 100644 --- a/debian/control +++ b/debian/control @@ -40,8 +40,7 @@ Description: Minimalistic protocol buffer decoder and encoder in C++ Package: libprotozero-doc Architecture: all Section: doc -Depends: libjs-jquery, - ${misc:Depends} +Depends: ${misc:Depends} Description: Minimalistic protocol buffer decoder and encoder in C++ - docs protozero is a minimalistic protocol buffer decoder and encoder in C++. . diff --git a/debian/libprotozero-doc.links b/debian/libprotozero-doc.links deleted file mode 100644 index 52712c0..0000000 --- a/debian/libprotozero-doc.links +++ /dev/null @@ -1 +0,0 @@ -usr/share/javascript/jquery/jquery.js usr/share/doc/libprotozero-doc/html/jquery.js -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/protozero.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

