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

[Git][debian-mate-team/libmatemixer][master] 6 commits: debian/watch: Use format version 4.



Title: GitLab

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

Commits:

8 changed files:

Changes:

  • debian/changelog
    1
    -libmatemixer (1.26.0-1) UNRELEASED; urgency=medium
    
    1
    +libmatemixer (1.26.0-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    4 5
     
    
    5
    - -- Martin Wimpress <code@wimpress.io>  Sat, 21 Aug 2021 17:05:50 +0100
    
    6
    +  [ Mike Gabriel ]
    
    7
    +  * debian/control:
    
    8
    +    + Bump Standards-Version: to 4.6.0. No changes needed.
    
    9
    +  * debian/watch:
    
    10
    +    + Use format version 4.
    
    11
    +  * debian/copyright:
    
    12
    +    + Update copyright attributions.
    
    13
    +  * debian/libmatemixer0.symbols:
    
    14
    +    + Add more Build-Depends-Package: meta data fields for all .so files
    
    15
    +      mentioned in the .symbols file.
    
    16
    +  * debian/{rules,libmatemixer-doc.*}:
    
    17
    +    + Move GTK API documentation to pkg's doc folder.
    
    18
    +  * debian/libmatemixer-doc.doc-base:
    
    19
    +    + Add file. Register API docs with doc-base system.
    
    20
    +
    
    21
    + -- Mike Gabriel <sunweaver@debian.org>  Fri, 10 Dec 2021 22:32:38 +0100
    
    6 22
     
    
    7 23
     libmatemixer (1.24.1-1) unstable; urgency=medium
    
    8 24
     
    

  • debian/copyright
    ... ... @@ -203,6 +203,11 @@ Copyright:
    203 203
      2014 - 2015, 白铭骢 <jeffbaichina@members.fsf.org>
    
    204 204
     License: LGPL-2+
    
    205 205
     
    
    206
    +Files: git.mk
    
    207
    +Copyright: 2009, Red Hat, Inc.
    
    208
    +  2010,2011,2012,2013, Behdad Esfahbod
    
    209
    +License: public-domain
    
    210
    +
    
    206 211
     Files: debian/*
    
    207 212
     Copyright: 2015, Martin Wimpress <code@flexiondotorg>
    
    208 213
                2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    ... ... @@ -224,3 +229,9 @@ License: LGPL-2+
    224 229
      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    
    225 230
      .
    
    226 231
      See /usr/share/common-licenses/LGPL-2 for the full license text.
    
    232
    +
    
    233
    +License: public-domain
    
    234
    + Copying and distribution of this file, with or without modification,
    
    235
    + is permitted in any medium without royalty provided the copyright
    
    236
    + notice and this notice are preserved.
    
    237
    +

  • debian/libmatemixer-doc.doc-base
    1
    +Document: libmatemixer-doc
    
    2
    +Title: libmatemixer API documentation
    
    3
    +Author: MATE Desktop Team
    
    4
    +Abstract: This document describes the API of the libmatemixer library.
    
    5
    +Section: Programming/C
    
    6
    +
    
    7
    +Format: HTML
    
    8
    +Index: /usr/share/doc/libmatemixer-doc/html/index.html
    
    9
    +Files: /usr/share/doc/libmatemixer-doc/html/*

  • debian/libmatemixer-doc.install
    1
    -usr/share/gtk-doc/html/libmatemixer/
    1
    +usr/share/doc/libmatemixer-doc/html/

  • debian/libmatemixer-doc.links
    1
    +usr/share/doc/libmatemixer-doc/html usr/share/gtk-doc/html/libmatemixer

  • debian/libmatemixer0.symbols
    ... ... @@ -50,10 +50,12 @@ libmatemixer-alsa.so libmatemixer0 #MINVER#
    50 50
      backend_module_get_info@Base 1.10.0
    
    51 51
      backend_module_init@Base 1.10.0
    
    52 52
     libmatemixer-null.so libmatemixer0 #MINVER#
    
    53
    +* Build-Depends-Package: libmatemixer-dev
    
    53 54
      backend_module_get_info@Base 1.10.0
    
    54 55
      backend_module_init@Base 1.10.0
    
    55 56
      null_backend_get_type@Base 1.10.0
    
    56 57
     libmatemixer-pulse.so libmatemixer0 #MINVER#
    
    58
    +* Build-Depends-Package: libmatemixer-dev
    
    57 59
      backend_module_get_info@Base 1.10.0
    
    58 60
      backend_module_init@Base 1.10.0
    
    59 61
      pulse_backend_get_type@Base 1.10.0
    
    ... ... @@ -173,6 +175,7 @@ libmatemixer-pulse.so libmatemixer0 #MINVER#
    173 175
      pulse_stream_get_index@Base 1.10.0
    
    174 176
      pulse_stream_get_type@Base 1.10.0
    
    175 177
     libmatemixer.so.0 libmatemixer0 #MINVER#
    
    178
    +* Build-Depends-Package: libmatemixer-dev
    
    176 179
      _mate_mixer_app_info_copy@Base 1.10.0
    
    177 180
      _mate_mixer_app_info_free@Base 1.10.0
    
    178 181
      _mate_mixer_app_info_new@Base 1.10.0
    

  • debian/rules
    ... ... @@ -17,6 +17,8 @@ override_dh_missing:
    17 17
     override_dh_install:
    
    18 18
     	rm -rfv debian/tmp/usr/lib/*/*.la
    
    19 19
     	rm -rfv debian/tmp/usr/lib/*/*/*.la
    
    20
    +	mkdir -p debian/tmp/usr/share/doc/libmatemixer-doc/
    
    21
    +	mv debian/tmp/usr/share/gtk-doc/html/libmatemixer debian/tmp/usr/share/doc/libmatemixer-doc/html
    
    20 22
     	dh_install
    
    21 23
     
    
    22 24
     override_dh_auto_configure:
    

  • debian/watch
    1
    -version=3
    
    1
    +version=4
    
    2 2
     https://git.mate-desktop.org/libmatemixer/ \
    
    3 3
         snapshot/libmatemixer-(\d\.(?:[0-9]+|)[24680]\.\d)\.tar\.xz


  • Reply to: