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

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



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / mate-desktop

Commits:

9 changed files:

Changes:

  • debian/changelog
    1
    -mate-desktop (1.26.0-1) UNRELEASED; urgency=medium
    
    1
    +mate-desktop (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 16:28:07 +0100
    
    6
    +  [ Mike Gabriel ]
    
    7
    +  * debian/control:
    
    8
    +    + Bump Standards-Version: to 4.6.0. No changes needed.
    
    9
    +    + Drop transitional pkg 'gir1.2-mate-desktop' and drop
    
    10
    +      lintian override for this.
    
    11
    +  * debian/watch:
    
    12
    +    + Use format version 4.
    
    13
    +  * debian/{rules,libmate-desktop-doc.*}:
    
    14
    +    + Move GTK API documentation to pkg's doc folder.
    
    15
    +  * debian/libmate-desktop-doc.doc-base:
    
    16
    +    + Add file. Register API docs with doc-base system.
    
    17
    +  * debian/copyright:
    
    18
    +    + Update copyright attributions.
    
    19
    +
    
    20
    + -- Mike Gabriel <sunweaver@debian.org>  Fri, 10 Dec 2021 20:59:48 +0100
    
    6 21
     
    
    7 22
     mate-desktop (1.24.1-2) unstable; urgency=medium
    
    8 23
     
    

  • debian/control
    ... ... @@ -160,12 +160,3 @@ Description: GObject introspection data for the libmate-desktop library
    160 160
      .
    
    161 161
      It can be used by packages using the GIRepository format to generate
    
    162 162
      dynamic bindings.
    163
    -
    
    164
    -Package: gir1.2-mate-desktop
    
    165
    -Section: oldlibs
    
    166
    -Architecture: any
    
    167
    -Depends: ${misc:Depends},
    
    168
    -         gir1.2-matedesktop-2.0 (= ${binary:Version}),
    
    169
    -Description: GObject introspection data for libmate-desktop (transitional package)
    
    170
    - This package is a transitional package to gir1.2-matedesktop-2.0. The package
    
    171
    - can be safely removed.

  • debian/copyright
    ... ... @@ -192,7 +192,6 @@ Files: .build.yml
    192 192
            libmate-desktop/mate-languages.h
    
    193 193
            libmate-desktop/mate-rr-private.h
    
    194 194
            libmate-desktop/pnp.ids
    
    195
    -       libmate-desktop/test.c
    
    196 195
            makepot
    
    197 196
            man/Makefile.am
    
    198 197
            man/meson.build
    
    ... ... @@ -226,6 +225,11 @@ Comment:
    226 225
      Appropriately assume either license found in COPYING or license found in
    
    227 226
      COPYING.LIB file.
    
    228 227
     
    
    228
    +Files: git.mk
    
    229
    +Copyright: 2009, Red Hat, Inc.
    
    230
    +  2010,2011,2012,2013, Behdad Esfahbod
    
    231
    +License: public-domain
    
    232
    +
    
    229 233
     Files: debian/*
    
    230 234
     Copyright: 2011-2013, Stefano Karapetsas <stefano@karapetsas.com>
    
    231 235
                2013-2015, Mike Gabriel <sunweaver@debian.org>
    
    ... ... @@ -284,3 +288,8 @@ License: Expat
    284 288
      THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
    
    285 289
      IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
    
    286 290
      CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    
    291
    +
    
    292
    +License: public-domain
    
    293
    + Copying and distribution of this file, with or without modification,
    
    294
    + is permitted in any medium without royalty provided the copyright
    
    295
    + notice and this notice are preserved.

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

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

  • debian/libmate-desktop-doc.links
    1
    +usr/share/doc/libmate-desktop-doc/html usr/share/gtk-doc/html/mate-desktop

  • debian/rules
    ... ... @@ -14,6 +14,8 @@ override_dh_missing:
    14 14
     
    
    15 15
     override_dh_install:
    
    16 16
     	rm -f debian/tmp/usr/lib/*/*.la
    
    17
    +	mkdir -p debian/tmp/usr/share/doc/libmate-desktop-doc/
    
    18
    +	mv debian/tmp/usr/share/gtk-doc/html/mate-desktop debian/tmp/usr/share/doc/libmate-desktop-doc/html
    
    17 19
     	dh_install
    
    18 20
     
    
    19 21
     override_dh_installchangelogs:
    

  • debian/source/lintian-overrides deleted
    1
    -# ignore lintian about gir1.2-mate-desktop complaints, the package is a transitional package
    
    2
    -source: typelib-missing-gir-depends gir1.2-mate-desktop

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


  • Reply to: