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

[Git][xorg-team/lib/xtrans][debian-unstable] 3 commits: Bump debhelper from old 12 to 13.



Title: GitLab

Dylan Aïssi pushed to branch debian-unstable at X Strike Force / lib / xtrans

Commits:

  • 1e6e49da
    by Debian Janitor at 2022-11-30T14:16:49+00:00
    Bump debhelper from old 12 to 13.
    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default.
    
    Changes-By: lintian-brush
    Fixes: lintian: package-uses-old-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
    
  • 418bf26e
    by Debian Janitor at 2022-11-30T14:16:53+00:00
    Fix day-of-week for changelog entry 0.2+cvs.20050513-1.
    
    Changes-By: lintian-brush
    Fixes: lintian: debian-changelog-has-wrong-day-of-week
    See-also: https://lintian.debian.org/tags/debian-changelog-has-wrong-day-of-week.html
    
  • 1c627fdd
    by Debian Janitor at 2022-11-30T14:16:53+00:00
    Update standards version to 4.6.1, no changes needed.
    
    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
    

3 changed files:

Changes:

  • debian/changelog
    ... ... @@ -3,6 +3,11 @@ xtrans (1.4.0-2) UNRELEASED; urgency=medium
    3 3
       * Remove constraints unnecessary since buster:
    
    4 4
         + Build-Depends: Drop versioned constraint on xmlto, xorg-sgml-doctools and
    
    5 5
           xutils-dev.
    
    6
    +  * Bump debhelper from old 12 to 13.
    
    7
    +    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
    
    8
    +      default.
    
    9
    +  * Fix day-of-week for changelog entry 0.2+cvs.20050513-1.
    
    10
    +  * Update standards version to 4.6.1, no changes needed.
    
    6 11
     
    
    7 12
      -- Debian Janitor <janitor@jelmer.uk>  Wed, 20 Jul 2022 09:36:48 -0000
    
    8 13
     
    
    ... ... @@ -273,4 +278,4 @@ xtrans (0.2+cvs.20050513-1) breezy; urgency=low
    273 278
     
    
    274 279
       * First xtrans release.
    
    275 280
     
    
    276
    - -- Daniel Stone <daniel.stone@ubuntu.com>  Sun, 13 May 2005 00:12:17 +1000
    281
    + -- Daniel Stone <daniel.stone@ubuntu.com>  Fri, 13 May 2005 00:12:17 +1000

  • debian/control
    ... ... @@ -4,7 +4,7 @@ Priority: optional
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Uploaders: Cyril Brulebois <kibi@debian.org>
    
    6 6
     Build-Depends:
    
    7
    - debhelper-compat (= 12),
    
    7
    + debhelper-compat (= 13),
    
    8 8
      quilt,
    
    9 9
      automake,
    
    10 10
      xutils-dev,
    
    ... ... @@ -12,7 +12,7 @@ Build-Depends:
    12 12
      xmlto,
    
    13 13
      xorg-sgml-doctools,
    
    14 14
      w3m,
    
    15
    -Standards-Version: 4.5.0
    
    15
    +Standards-Version: 4.6.1
    
    16 16
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/xtrans.git
    
    17 17
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xtrans
    
    18 18
     
    

  • debian/rules
    ... ... @@ -17,9 +17,6 @@ override_dh_auto_configure:
    17 17
     override_dh_auto_install:
    
    18 18
     	dh_auto_install --destdir=debian/tmp
    
    19 19
     
    
    20
    -override_dh_missing:
    
    21
    -	dh_missing --fail-missing
    
    22
    -
    
    23 20
     %:
    
    24 21
     	dh $@ --with quilt \
    
    25 22
     		--builddirectory=build/


  • Reply to: