--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package openigtlink
The updated package fixes a lintian error in the doxygen documentation
and contains an updated watch file.
unblock openigtlink/1.11.0-3
diff -Nru openigtlink-1.11.0/debian/changelog openigtlink-1.11.0/debian/changelog
--- openigtlink-1.11.0/debian/changelog 2017-04-14 22:30:07.000000000 -0400
+++ openigtlink-1.11.0/debian/changelog 2017-04-23 18:02:48.000000000 -0400
@@ -1,3 +1,11 @@
+openigtlink (1.11.0-3) unstable; urgency=medium
+
+ * Update debian/watch file
+ * Fix lintian error: privacy-breach-logo
+ * Fix: Update to Debian Policy 3.9.8 (no changes)
+
+ -- Dominique Belhachemi <domibel@debian.org> Sun, 23 Apr 2017 18:02:48 -0400
+
openigtlink (1.11.0-2) unstable; urgency=medium
* added reproducible_build.patch (Closes: #860278)
diff -Nru openigtlink-1.11.0/debian/control openigtlink-1.11.0/debian/control
--- openigtlink-1.11.0/debian/control 2015-08-21 23:43:58.000000000 -0400
+++ openigtlink-1.11.0/debian/control 2017-04-23 18:02:48.000000000 -0400
@@ -4,7 +4,7 @@
Uploaders: Dominique Belhachemi <domibel@debian.org>
Build-Depends: debhelper (>= 9), cmake, cdbs, quilt
Build-Depends-Indep: doxygen-latex
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/openigtlink/trunk/
Vcs-Svn: svn://svn.debian.org/debian-science/packages/openigtlink/trunk/
Section: libs
diff -Nru openigtlink-1.11.0/debian/patches/doxygenfooter.patch openigtlink-1.11.0/debian/patches/doxygenfooter.patch
--- openigtlink-1.11.0/debian/patches/doxygenfooter.patch 1969-12-31 19:00:00.000000000 -0500
+++ openigtlink-1.11.0/debian/patches/doxygenfooter.patch 2017-04-23 18:02:48.000000000 -0400
@@ -0,0 +1,15 @@
+Description: fix lintian error: privacy-breach-logo
+Author: Dominique Belhachemi <domibel@debian.org>
+
+--- openigtlink-1.11.0.orig/Documents/Doxygen/DoxygenFooter.html
++++ openigtlink-1.11.0/Documents/Doxygen/DoxygenFooter.html
+@@ -1,7 +1,6 @@
+ <hr><address><small>
+-Generated at $datetime for $projectname by <a href="http://www.stack.nl/~dimitri/doxygen/index.html"> <img
+-src="http://www.stack.nl/~dimitri/doxygen/doxygen.png" alt="doxygen"
+-align="middle" border=0 width=104 height=31>
++Generated for $projectname by <a href="http://www.stack.nl/~dimitri/doxygen/index.html">
++Doxygen
+ </a> $doxygenversion written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ © 1997-2012</small></address>
+ </body>
diff -Nru openigtlink-1.11.0/debian/patches/series openigtlink-1.11.0/debian/patches/series
--- openigtlink-1.11.0/debian/patches/series 2017-04-14 22:30:07.000000000 -0400
+++ openigtlink-1.11.0/debian/patches/series 2017-04-23 18:02:48.000000000 -0400
@@ -1,3 +1,4 @@
install_path.patch
reproducible_build.patch
gcc7.patch
+doxygenfooter.patch
diff -Nru openigtlink-1.11.0/debian/watch openigtlink-1.11.0/debian/watch
--- openigtlink-1.11.0/debian/watch 2015-08-21 23:26:28.000000000 -0400
+++ openigtlink-1.11.0/debian/watch 2017-04-23 18:02:48.000000000 -0400
@@ -1,4 +1,3 @@
version=3
-opts=uversionmangle=s/^/1.0.0~svn/,filenamemangle=s/.*rev=(\d+)&.*/openigtlink_1.0.0~svn$1.orig.tar.gz/ \
-http://viewvc.na-mic.org/viewcvs.cgi/trunk/OpenIGTLink/?root=NAMICSandBox ^/viewcvs.cgi\?rev=(\d+)&root=NAMICSandBox&view=rev$ \
- debian /bin/sh debian/get-orig-source
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/OpenIGTLink-$1\.tar\.gz/ \
+ https://github.com/openigtlink/OpenIGTLink/tags .*/v?(\d\S+)\.tar\.gz
--- End Message ---