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

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



Title: GitLab

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

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    +xcb-util-renderutil (0.3.9-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Use secure copyright file specification URI.
    
    4
    +  * Use secure URI in Homepage field.
    
    5
    +  * Bump debhelper from old 9 to 10.
    
    6
    +  * Change priority extra to priority optional.
    
    7
    +  * Update Vcs-* headers to use salsa repository.
    
    8
    +  * Rely on pre-initialized dpkg-architecture variables.
    
    9
    +
    
    10
    + -- Debian Janitor <janitor@jelmer.uk>  Tue, 21 Jan 2020 00:31:10 +0000
    
    11
    +
    
    1 12
     xcb-util-renderutil (0.3.9-1) unstable; urgency=low
    
    2 13
     
    
    3 14
       * New upstream release.
    

  • debian/compat
    1
    -9
    1
    +10

  • debian/control
    1 1
     Source: xcb-util-renderutil
    
    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 (>= 9),
    
    8
    +               debhelper (>= 10~),
    
    9 9
                    dh-autoreconf,
    
    10 10
                    libxcb1-dev (>= 1.6),
    
    11 11
                    libxcb-render0-dev,
    
    ... ... @@ -16,9 +16,9 @@ Build-Depends: cdbs (>= 0.4.93~),
    16 16
                    automake,
    
    17 17
                    xutils-dev
    
    18 18
     Standards-Version: 3.9.5
    
    19
    -Homepage: http://xcb.freedesktop.org
    
    20
    -Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util-renderutil.git
    
    21
    -Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/xcb-util-renderutil.git
    
    19
    +Homepage: https://xcb.freedesktop.org
    
    20
    +Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-renderutil.git
    
    21
    +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-renderutil
    
    22 22
     
    
    23 23
     Package: libxcb-render-util0
    
    24 24
     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-renderutil
    
    3 3
     Upstream-Contact: XCB Mailing List <xcb@lists.freedesktop.org>
    
    4 4
     Source: http://xcb.freedesktop.org
    

  • debian/rules
    ... ... @@ -8,7 +8,7 @@ include /usr/share/cdbs/1/class/autotools.mk
    8 8
     
    
    9 9
     DEB_DH_MAKESHLIBS_ARGS=-V
    
    10 10
     
    
    11
    -DEB_HOST_MULTIARCH=$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
    
    11
    +include /usr/share/dpkg/architecture.mk
    
    12 12
     DEB_CONFIGURE_EXTRA_FLAGS+=--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
    
    13 13
     
    
    14 14
     ORIG_MAJOR=$(shell git describe upstream | cut -d- -f1)
    


  • Reply to: