tags 778971 + pending patch
thanks

I've re-uploaded plib-doc 1.8.5-4 to DELAYED/5:
  
  plib-doc (1:1.8.5-4) unstable; urgency=medium
  
    * Orphan package.
    * Make the build reproducible. (Closes: #778971)
    * Fix "This packages" typo in package long description. (Closes: #557676)
    * Prevent runtime privacy breaches by stripping out SourceForge logos.
    * Add missing ${misc:Depends} to binary package.
    * Move to "3.0 (quilt)" source package format.
    * Bump Debhelper compatibility level to 9.
    * Bump Standards-Version to 4.1.0.

The full debdiff is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diffstat for plib-doc-1.8.5 plib-doc-1.8.5

 changelog     |   13 +++++++++++++
 compat        |    2 +-
 control       |   10 +++++-----
 rules         |    4 +++-
 source/format |    1 +
 5 files changed, 23 insertions(+), 7 deletions(-)

diff -Nru plib-doc-1.8.5/debian/changelog plib-doc-1.8.5/debian/changelog
--- plib-doc-1.8.5/debian/changelog     2017-09-29 15:45:38.000000000 +0100
+++ plib-doc-1.8.5/debian/changelog     2017-09-28 09:45:56.000000000 +0100
@@ -1,3 +1,16 @@
+plib-doc (1:1.8.5-4) unstable; urgency=medium
+
+  * Orphan package.
+  * Make the build reproducible. (Closes: #778971)
+  * Fix "This packages" typo in package long description. (Closes: #557676)
+  * Prevent runtime privacy breaches by stripping out SourceForge logos.
+  * Add missing ${misc:Depends} to binary package.
+  * Move to "3.0 (quilt)" source package format.
+  * Bump Debhelper compatibility level to 9.
+  * Bump Standards-Version to 4.1.0.
+
+ -- Chris Lamb <[email protected]>  Thu, 28 Sep 2017 09:45:56 +0100
+
 plib-doc (1:1.8.5-3) unstable; urgency=low
 
   * Fix watch file. Closes: #528355.
diff -Nru plib-doc-1.8.5/debian/compat plib-doc-1.8.5/debian/compat
--- plib-doc-1.8.5/debian/compat        2017-09-29 15:45:38.000000000 +0100
+++ plib-doc-1.8.5/debian/compat        2017-09-28 09:45:56.000000000 +0100
@@ -1 +1 @@
-7
+9
diff -Nru plib-doc-1.8.5/debian/control plib-doc-1.8.5/debian/control
--- plib-doc-1.8.5/debian/control       2017-09-29 15:45:38.000000000 +0100
+++ plib-doc-1.8.5/debian/control       2017-09-28 09:45:56.000000000 +0100
@@ -1,23 +1,23 @@
 Source: plib-doc
 Section: doc
 Priority: extra
-Maintainer: Bradley Smith <[email protected]>
-Uploaders: Debian Games Team <[email protected]>
-Build-Depends: debhelper (>= 7)
+Maintainer: Debian QA Group <[email protected]>
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: imagemagick
-Standards-Version: 3.8.1
+Standards-Version: 4.1.0
 Homepage: http://plib.sourceforge.net/
 Vcs-Git: http://git.brad-smith.co.uk/git/debian/plib-doc.git
 Vcs-Browser: http://git.brad-smith.co.uk/?p=debian/plib-doc.git;a=summary
 
 Package: libplib-doc
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: libplib-dev, g++, autoconf, automake, libxi-dev, libxmu-dev
 Description: Portability Libraries: documentation and examples
  The Portability Libraries plib provide a Joystick interface, a simple GUI
  built on top of OpenGL, some standard geometry functions, a sound library
  and a simple scene graph API built on top of OpenGL.
  .
- This packages contains HTML documentation and examples for plib. The
+ This package contains HTML documentation and examples for plib. The
  documentation is a copy of the documentation which can be found online at
  http://plib.sourceforge.net/
diff -Nru plib-doc-1.8.5/debian/rules plib-doc-1.8.5/debian/rules
--- plib-doc-1.8.5/debian/rules 2017-09-29 15:45:38.000000000 +0100
+++ plib-doc-1.8.5/debian/rules 2017-09-28 09:45:56.000000000 +0100
@@ -16,11 +16,13 @@
        files=`find $(CURDIR)/debian/libplib-doc/ -name "*.xpm"`;\
        for file in $$files; do \
                dir=`dirname $$file`;\
-               convert $$file $$dir/`basename $$file .xpm`.png;\
+               convert $$file +set date:create +set date:modify -define 
png:exclude-chunk=time $$dir/`basename $$file .xpm`.png;\
        done
        find $(CURDIR)/debian/libplib-doc/ -name "*.xpm" | xargs rm -f
        find $(CURDIR)/debian/libplib-doc/ -name ".svn" -type d | xargs rm -rf
        find $(CURDIR)/debian/libplib-doc/ -name "CVS" -type d | xargs rm -rf
+       find $(CURDIR)/debian/libplib-doc/ -name "*.html" -type f -print0 | \
+               xargs -0r sed -i -e 's@<img.*"Sourceforge Logo">@\&nbsp;@gi'
 
 binary-arch: install
 
diff -Nru plib-doc-1.8.5/debian/source/format 
plib-doc-1.8.5/debian/source/format
--- plib-doc-1.8.5/debian/source/format 1970-01-01 01:00:00.000000000 +0100
+++ plib-doc-1.8.5/debian/source/format 2017-09-28 09:45:56.000000000 +0100
@@ -0,0 +1 @@
+3.0 (quilt)

Reply via email to