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

[Git][xorg-team/driver/xserver-xorg-video-vesa][debian-unstable] 4 commits: Only build on x86 platforms



Title: GitLab

Emilio Pozuelo Monfort pushed to branch debian-unstable at X Strike Force / driver / xserver-xorg-video-vesa

Commits:

  • b65666b2
    by Emilio Pozuelo Monfort at 2025-01-24T09:32:59+01:00
    Only build on x86 platforms
    
  • 6faa6aef
    by Emilio Pozuelo Monfort at 2025-01-24T09:35:31+01:00
    control: switch to pkgconf
    
  • 3fac4b3b
    by Emilio Pozuelo Monfort at 2025-01-24T09:37:11+01:00
    Switch copyright to DEP-5
    
  • f8e33bd6
    by Emilio Pozuelo Monfort at 2025-01-24T09:37:33+01:00
    Release to sid
    

3 changed files:

Changes:

  • debian/changelog
    1
    +xserver-xorg-video-vesa (1:2.6.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload.
    
    4
    +  * Only build on x86 platforms. Closes: #1087279.
    
    5
    +  * control: switch to pkgconf.
    
    6
    +  * Switch copyright to DEP-5, thanks Zixing Liu.
    
    7
    +
    
    8
    + -- Emilio Pozuelo Monfort <pochu@debian.org>  Fri, 24 Jan 2025 09:37:25 +0100
    
    9
    +
    
    1 10
     xserver-xorg-video-vesa (1:2.6.0-1) unstable; urgency=medium
    
    2 11
     
    
    3 12
       * New upstream release.
    

  • debian/control
    ... ... @@ -4,7 +4,7 @@ Priority: optional
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Build-Depends:
    
    6 6
      debhelper-compat (= 12),
    
    7
    - pkg-config,
    
    7
    + pkgconf,
    
    8 8
      xserver-xorg-dev (>= 2:1.11),
    
    9 9
      x11proto-dev,
    
    10 10
      xutils-dev (>= 1:7.5+4),
    
    ... ... @@ -15,7 +15,7 @@ Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-vesa.git
    15 15
     Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-vesa
    
    16 16
     
    
    17 17
     Package: xserver-xorg-video-vesa
    
    18
    -Architecture: any
    
    18
    +Architecture: any-amd64 any-i386
    
    19 19
     Depends:
    
    20 20
      ${shlibs:Depends},
    
    21 21
      ${misc:Depends},
    

  • debian/copyright
    1
    -This package was downloaded from
    
    2
    -https://xorg.freedesktop.org/releases/individual/driver/
    
    1
    +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2
    +Upstream-Name: xf86-video-vesa
    
    3
    +Upstream-Contact: xorg-devel@lists.x.org
    
    4
    +Source: https://xorg.freedesktop.org/releases/individual/driver/
    
    5
    +Comment:
    
    6
    + This package was downloaded from
    
    7
    + https://xorg.freedesktop.org/releases/individual/driver/
    
    3 8
     
    
    4
    -Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
    
    5
    -Copyright 2008 Red Hat, Inc.
    
    6
    -
    
    7
    -Permission is hereby granted, free of charge, to any person obtaining a
    
    8
    -copy of this software and associated documentation files (the "Software"),
    
    9
    -to deal in the Software without restriction, including without limitation
    
    10
    -the rights to use, copy, modify, merge, publish, distribute, sublicense,
    
    11
    -and/or sell copies of the Software, and to permit persons to whom the
    
    12
    -Software is furnished to do so, subject to the following conditions:
    
    13
    -
    
    14
    -The above copyright notice and this permission notice shall be included in
    
    15
    -all copies or substantial portions of the Software.
    
    16
    -
    
    17
    -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    
    18
    -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    
    19
    -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
    
    20
    -CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    
    21
    -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    
    22
    -OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    
    23
    -SOFTWARE.
    
    24
    -
    
    25
    -Except as contained in this notice, the name of Conectiva Linux shall
    
    26
    -not be used in advertising or otherwise to promote the sale, use or other
    
    27
    -dealings in this Software without prior written authorization from
    
    28
    -Conectiva Linux.
    9
    +Files: *
    
    10
    +Copyright:
    
    11
    + Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
    
    12
    + Copyright 2008 Red Hat, Inc.
    
    13
    +License: X11
    
    14
    + Permission is hereby granted, free of charge, to any person obtaining a
    
    15
    + copy of this software and associated documentation files (the "Software"),
    
    16
    + to deal in the Software without restriction, including without limitation
    
    17
    + the rights to use, copy, modify, merge, publish, distribute, sublicense,
    
    18
    + and/or sell copies of the Software, and to permit persons to whom the
    
    19
    + Software is furnished to do so, subject to the following conditions:
    
    20
    + .
    
    21
    + The above copyright notice and this permission notice shall be included in
    
    22
    + all copies or substantial portions of the Software.
    
    23
    + .
    
    24
    + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    
    25
    + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    
    26
    + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
    
    27
    + CONECTIVA LINUX BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    
    28
    + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    
    29
    + OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    
    30
    + SOFTWARE.
    
    31
    + .
    
    32
    + Except as contained in this notice, the name of Conectiva Linux shall
    
    33
    + not be used in advertising or otherwise to promote the sale, use or other
    
    34
    + dealings in this Software without prior written authorization from
    
    35
    + Conectiva Linux.


  • Reply to: