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

[Git][xorg-team/lib/xcb-util-wm][debian-unstable] 4 commits: debian/control,copyright: Use HTTPS url.



Title: GitLab

Julien Cristau pushed to branch debian-unstable at X Strike Force / lib / xcb-util-wm

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -xcb-util-wm (0.4.1-2) UNRELEASED; urgency=medium
    
    1
    +xcb-util-wm (0.4.1-1.1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  * Non-maintainer upload.
    
    4
    +
    
    5
    +  [ Steve Langasek ]
    
    3 6
       * Use dh-autoreconf, to support rebuilding on new architectures.
    
    4 7
     
    
    5
    - -- Steve Langasek <vorlon@debian.org>  Wed, 19 Feb 2014 23:28:26 -0800
    
    8
    +  [ Boyuan Yang ]
    
    9
    +  * debian/control,copyright: Use HTTPS url when possible.
    
    10
    +  * debian/control:
    
    11
    +    + Update Vcs-Git and Vcs-Browser fields to use git repo under
    
    12
    +      Salsa Xorg Team.
    
    13
    +    + Replace obsolete package priority "extra" with "optional".
    
    14
    +
    
    15
    + -- Boyuan Yang <byang@debian.org>  Tue, 04 Dec 2018 10:08:38 -0500
    
    6 16
     
    
    7 17
     xcb-util-wm (0.4.1-1) unstable; urgency=medium
    
    8 18
     
    

  • debian/control
    1 1
     Source: xcb-util-wm
    
    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>
    
    ... ... @@ -16,9 +16,9 @@ Build-Depends: cdbs (>= 0.4.93~),
    16 16
                    automake,
    
    17 17
                    xutils-dev (>= 1:7.7~1~)
    
    18 18
     Standards-Version: 3.9.3
    
    19
    -Homepage: http://xcb.freedesktop.org
    
    20
    -Vcs-Git: git://anonscm.debian.org/pkg-xorg/lib/xcb-util-wm.git
    
    21
    -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/xcb-util-wm.git
    
    19
    +Homepage: https://xcb.freedesktop.org
    
    20
    +Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-wm.git
    
    21
    +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-wm
    
    22 22
     
    
    23 23
     Package: libxcb-icccm4
    
    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-wm
    
    3 3
     Upstream-Contact: XCB Mailing List <xcb@lists.freedesktop.org>
    
    4
    -Source: http://xcb.freedesktop.org
    
    4
    +Source: https://xcb.freedesktop.org
    
    5 5
     
    
    6 6
     Files: *
    
    7 7
     Copyright: 2007-2008 Vincent Torri <vtorri@univ-evry.fr>
    


  • Reply to: