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

[Git][xorg-team/app/xbacklight][debian-unstable] 4 commits: Bump debhelper from deprecated 7 to 13.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / xbacklight

Commits:

  • 3f010a07
    by Debian Janitor at 2023-01-24T10:05:50+00:00
    Bump debhelper from deprecated 7 to 13.
    
    Changes-By: lintian-brush
    Fixes: lintian: package-uses-deprecated-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
    
  • 08bee45d
    by Debian Janitor at 2023-01-24T10:05:50+00:00
    Set debhelper-compat version in Build-Depends.
    
    Changes-By: lintian-brush
    Fixes: lintian: uses-debhelper-compat-file
    See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
    
  • 446fbc66
    by Debian Janitor at 2023-01-24T10:05:53+00:00
    Update Vcs-* headers from URL redirect.
    
    Changes-By: lintian-brush
    Fixes: lintian: vcs-obsolete-in-debian-infrastructure
    See-also: https://lintian.debian.org/tags/vcs-obsolete-in-debian-infrastructure.html
    
  • af4faac6
    by Debian Janitor at 2023-01-24T10:05:53+00:00
    Use canonical URL in Vcs-Git.
    
    Changes-By: lintian-brush
    Fixes: lintian: vcs-field-not-canonical
    See-also: https://lintian.debian.org/tags/vcs-field-not-canonical.html
    

3 changed files:

Changes:

  • debian/changelog
    ... ... @@ -7,6 +7,10 @@ xbacklight (1.2.1-2) UNRELEASED; urgency=medium
    7 7
       [ Debian Janitor ]
    
    8 8
       * Remove constraints unnecessary since buster (oldstable):
    
    9 9
         + Build-Depends: Drop versioned constraint on xutils-dev.
    
    10
    +  * Bump debhelper from deprecated 7 to 13.
    
    11
    +  * Set debhelper-compat version in Build-Depends.
    
    12
    +  * Update Vcs-* headers from URL redirect.
    
    13
    +  * Use canonical URL in Vcs-Git.
    
    10 14
     
    
    11 15
      -- Julien Cristau <jcristau@debian.org>  Sun, 21 Aug 2016 17:57:15 +0200
    
    12 16
     
    

  • debian/compat deleted
    1
    -7

  • debian/control
    ... ... @@ -3,7 +3,7 @@ Section: x11
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Build-Depends:
    
    6
    - debhelper (>= 7.3),
    
    6
    + debhelper-compat (= 13),
    
    7 7
      libxcb1-dev,
    
    8 8
      libxcb-randr0-dev,
    
    9 9
      libxcb-util0-dev,
    
    ... ... @@ -11,8 +11,8 @@ Build-Depends:
    11 11
      xutils-dev,
    
    12 12
      automake,
    
    13 13
     Standards-Version: 3.9.1
    
    14
    -Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/app/xbacklight.git
    
    15
    -Vcs-Browser: https://anonscm.debian.org/git/pkg-xorg/app/xbacklight.git
    
    14
    +Vcs-Git: https://salsa.debian.org/xorg-team/app/xbacklight.git
    
    15
    +Vcs-Browser: https://salsa.debian.org/xorg-team/app/xbacklight
    
    16 16
     
    
    17 17
     Package: xbacklight
    
    18 18
     Architecture: any
    


  • Reply to: