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

[Git][xorg-team/driver/xserver-xorg-video-dummy][debian-unstable] 9 commits: control: Migrate to x11proto-dev.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / driver / xserver-xorg-video-dummy

Commits:

6 changed files:

Changes:

  • debian/README.source
    ... ... @@ -19,9 +19,9 @@ Guide To The X Strike Force Packages
    19 19
     ------------------------------------
    
    20 20
     
    
    21 21
     The X Strike Force team maintains X packages in git repositories on
    
    22
    -git.debian.org in the pkg-xorg subdirectory. Most upstream packages
    
    22
    +salsa.debian.org in the xorg-team group. Most upstream packages
    
    23 23
     are actually maintained in git repositories as well, so they often
    
    24
    -just need to be pulled into git.debian.org in a "upstream-*" branch.
    
    24
    +just need to be pulled into salsa.debian.org in a "upstream-*" branch.
    
    25 25
     Otherwise, the upstream sources are manually installed in the Debian
    
    26 26
     git repository.
    
    27 27
     
    

  • debian/changelog
    1
    +xserver-xorg-video-dummy (1:0.3.8-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * control: Migrate to x11proto-dev.
    
    4
    +  * control, rules: Migrate to debhelper-compat, bump to 13.
    
    5
    +  * Remove Cyril from Uploaders.
    
    6
    +  * Bump policy to 4.6.0.
    
    7
    +  * control: Update Vcs urls.
    
    8
    +  * Update README.source for salsa.
    
    9
    +  * Build against new xserver.
    
    10
    +  * watch: Update upstream git url.
    
    11
    +
    
    12
    + -- Timo Aaltonen <tjaalton@debian.org>  Wed, 09 Feb 2022 12:34:33 +0200
    
    13
    +
    
    1 14
     xserver-xorg-video-dummy (1:0.3.8-1) unstable; urgency=medium
    
    2 15
     
    
    3 16
       * New upstream release.
    

  • debian/compat deleted
    1
    -10

  • debian/control
    ... ... @@ -2,22 +2,16 @@ Source: xserver-xorg-video-dummy
    2 2
     Section: x11
    
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5
    -Uploaders: Cyril Brulebois <kibi@debian.org>
    
    6 5
     Build-Depends:
    
    7
    - debhelper (>= 10),
    
    6
    + debhelper-compat (= 13),
    
    8 7
      quilt,
    
    9 8
      pkg-config,
    
    10
    - xserver-xorg-dev (>= 2:1.11.99.901),
    
    11
    - x11proto-video-dev,
    
    12
    - x11proto-xf86dga-dev,
    
    13
    - x11proto-core-dev,
    
    14
    - x11proto-fonts-dev,
    
    15
    - x11proto-randr-dev,
    
    16
    - x11proto-render-dev,
    
    9
    + xserver-xorg-dev (>= 2:21.1),
    
    10
    + x11proto-dev,
    
    17 11
      xutils-dev
    
    18
    -Standards-Version: 3.9.8
    
    19
    -Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/driver/xserver-xorg-video-dummy.git
    
    20
    -Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-xorg/driver/xserver-xorg-video-dummy.git
    
    12
    +Standards-Version: 4.6.0
    
    13
    +Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-dummy.git
    
    14
    +Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-video-dummy
    
    21 15
     
    
    22 16
     Package: xserver-xorg-video-dummy
    
    23 17
     Architecture: any
    

  • debian/rules
    ... ... @@ -13,7 +13,10 @@ override_dh_auto_install:
    13 13
     # Kill *.la files, and forget no-one:
    
    14 14
     override_dh_install:
    
    15 15
     	find debian/tmp -name '*.la' -delete
    
    16
    -	dh_install --fail-missing
    
    16
    +	dh_install
    
    17
    +
    
    18
    +override_dh_missing:
    
    19
    +	dh_missing --fail-missing
    
    17 20
     
    
    18 21
     # That's a plugin, use appropriate warning level:
    
    19 22
     override_dh_shlibdeps:
    

  • debian/watch
    1
    -#git=git://anongit.freedesktop.org/xorg/driver/xf86-video-dummy
    
    1
    +#git=https://gitlab.freedesktop.org/xorg/driver/xf86-video-dummy.git
    
    2 2
     version=4
    
    3 3
     opts=pgpsigurlmangle=s/$/.sig/ \
    
    4 4
     https://xorg.freedesktop.org/releases/individual/driver/ xf86-video-dummy-(.*)\.tar\.gz


  • Reply to: