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

[Git][xorg-team/lib/xcb-util-image][debian-unstable] 5 commits: Use secure copyright file specification URI.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / xcb-util-image

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    +xcb-util-image (0.4.0-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Use secure copyright file specification URI.
    
    4
    +  * Use secure URI in Homepage field.
    
    5
    +  * Bump debhelper from deprecated 8 to 10.
    
    6
    +  * Change priority extra to priority optional.
    
    7
    +  * Update Vcs-* headers to use salsa repository.
    
    8
    +
    
    9
    + -- Debian Janitor <janitor@jelmer.uk>  Tue, 21 Jan 2020 01:26:11 +0000
    
    10
    +
    
    1 11
     xcb-util-image (0.4.0-1) unstable; urgency=medium
    
    2 12
     
    
    3 13
       * New upstream release.
    

  • debian/compat
    1
    -8
    1
    +10

  • debian/control
    1 1
     Source: xcb-util-image
    
    2 2
     Section: libdevel
    
    3
    -Priority: extra
    
    3
    +Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Uploaders: Julien Danjou <acid@debian.org>,
    
    6 6
                Arnaud Fontaine <arnau@debian.org>
    
    7 7
     Build-Depends: cdbs (>= 0.4.93~),
    
    8
    -               debhelper (>= 8.1.3),
    
    8
    +               debhelper (>= 10~),
    
    9 9
                    libxcb1-dev (>= 1.6),
    
    10 10
                    libxcb-util0-dev,
    
    11 11
                    libxcb-shm0-dev,
    
    ... ... @@ -14,9 +14,9 @@ Build-Depends: cdbs (>= 0.4.93~),
    14 14
                    x11proto-core-dev (>= 7.0.12),
    
    15 15
                    xutils-dev
    
    16 16
     Standards-Version: 3.9.6
    
    17
    -Homepage: http://xcb.freedesktop.org
    
    18
    -Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util-image.git
    
    19
    -Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/xcb-util-image.git
    
    17
    +Homepage: https://xcb.freedesktop.org
    
    18
    +Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-image.git
    
    19
    +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-image
    
    20 20
     
    
    21 21
     Package: libxcb-image0
    
    22 22
     Section: libs
    

  • debian/copyright
    1
    -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    1
    +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2 2
     Upstream-Name: xcb-util-image
    
    3 3
     Upstream-Contact: XCB Mailing List <xcb@lists.freedesktop.org>
    
    4 4
     Source: http://xcb.freedesktop.org
    


  • Reply to: