[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][debian-mate-team/plank][master] 5 commits: debian/patches: Add 1001_fix-vala-doc-build.patch. Fix vala-doc generation....



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / plank

Commits:

6 changed files:

Changes:

  • debian/changelog
    1
    +plank (0.11.89-4) unstable; urgency=medium
    
    2
    +
    
    3
    +  [ Mike Gabriel ]
    
    4
    +  * debian/control:
    
    5
    +    + Bump Standards-Version: to 4.6.0. No changes needed.
    
    6
    +  * debian/patches:
    
    7
    +    + Add 1001_fix-vala-doc-build.patch. Fix vala-doc generation. Recently,
    
    8
    +      image file format has been changed from .png to .svg files. (Closes:
    
    9
    +      #997520).
    
    10
    +  * debian/libplank-doc.install:
    
    11
    +    + Install API doc files to /usr/share/doc/plank/html/.
    
    12
    +  * debian/libplank-doc.doc-base:
    
    13
    +    + Add file. Register libplank API with doc-base.
    
    14
    +  * debian/watch:
    
    15
    +    + Switch to file format version 4.
    
    16
    +
    
    17
    +  [ Martin Wimpress ]
    
    18
    +  * debian/patches:
    
    19
    +    + Add 0002_fix_disappearing_dock_items.patch (LP: #1760433).
    
    20
    +
    
    21
    + -- Mike Gabriel <sunweaver@debian.org>  Tue, 16 Nov 2021 16:11:07 +0100
    
    22
    +
    
    1 23
     plank (0.11.89-3) unstable; urgency=medium
    
    2 24
     
    
    3 25
       * debian/patches:
    

  • debian/libplank-doc.doc-base
    1
    +Document: libplank-doc
    
    2
    +Title: libplank API documentation
    
    3
    +Author:  Rico Tzschichholz
    
    4
    +Abstract: This document describes the API of the libplank library.
    
    5
    +Section: Programming/Vala
    
    6
    +
    
    7
    +Format: HTML
    
    8
    +Index: /usr/share/doc/plank/html/index.htm
    
    9
    +Files: /usr/share/doc/plank/html/*

  • debian/libplank-doc.install
    1
    -usr/share/doc/plank/* usr/share/gtk-doc/html/plank
    1
    +usr/share/doc/plank/* usr/share/doc/plank/html/

  • debian/patches/1001_fix-vala-doc-build.patch
    1
    +Description: Recently, vala-doc started using .svg image files (rather than .png).
    
    2
    +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    3
    +
    
    4
    +--- a/docs/Makefile.am
    
    5
    ++++ b/docs/Makefile.am
    
    6
    +@@ -29,7 +29,7 @@
    
    7
    + 	*.css \
    
    8
    + 	*.devhelp2 \
    
    9
    + 	*.html \
    
    10
    +-	*.png \
    
    11
    ++	*.svg \
    
    12
    + 	$(NULL)
    
    13
    + 
    
    14
    + doc_DATA = \

  • debian/patches/series
    1 1
     0001_changed-plank-positioning-according-to-workarea.patch
    
    2 2
     0002_fix_disappearing_dock_items.patch
    
    3
    +1001_fix-vala-doc-build.patch

  • debian/watch
    1
    -version=3
    
    1
    +version=4
    
    2 2
     opts=dversionmangle=s/\+dfsg$// \
    
    3 3
     https://launchpad.net/plank/ \
    
    4 4
     .*/plank-(\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)


  • Reply to: