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

[Git][xorg-team/lib/libxfont][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 / libxfont

Commits:

  • ddeab57b
    by Debian Janitor at 2024-03-12T12:19:57+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
    
  • 75f2f356
    by Debian Janitor at 2024-03-12T12:19:57+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
    
  • f0df8981
    by Debian Janitor at 2024-03-12T12:19:57+00:00
    Update standards version to 4.6.2, 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
    ... ... @@ -6,6 +6,11 @@ libxfont (1:2.0.6-2) UNRELEASED; urgency=medium
    6 6
         + Build-Depends: Drop versioned constraint on xorg-sgml-doctools (>= 1:1.7).
    
    7 7
         + libxfont-dev: Drop versioned constraint on libfontenc-dev (>= 1:1.0.1-1)
    
    8 8
           in Depends.
    
    9
    +  * Bump debhelper from old 12 to 13.
    
    10
    +    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
    
    11
    +      default.
    
    12
    +  * Use canonical URL in Vcs-Git.
    
    13
    +  * Update standards version to 4.6.2, no changes needed.
    
    9 14
     
    
    10 15
      -- Debian Janitor <janitor@jelmer.uk>  Thu, 22 Dec 2022 23:51:13 -0000
    
    11 16
     
    

  • debian/control
    ... ... @@ -4,7 +4,7 @@ Priority: optional
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Uploaders: Timo Aaltonen <tjaalton@debian.org>
    
    6 6
     Build-Depends:
    
    7
    - debhelper-compat (= 12),
    
    7
    + debhelper-compat (= 13),
    
    8 8
      quilt,
    
    9 9
      pkg-config,
    
    10 10
      libfontenc-dev,
    
    ... ... @@ -16,8 +16,8 @@ Build-Depends:
    16 16
      xutils-dev,
    
    17 17
     # devel-docs
    
    18 18
      xmlto, xorg-sgml-doctools, w3m,
    
    19
    -Standards-Version: 4.5.0
    
    20
    -Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfont
    
    19
    +Standards-Version: 4.6.2
    
    20
    +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfont.git
    
    21 21
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxfont
    
    22 22
     
    
    23 23
     Package: libxfont2
    

  • debian/rules
    ... ... @@ -46,9 +46,6 @@ override_dh_install:
    46 46
     	dh_install -a -N$(PACKAGE)-udeb --sourcedir=debian/tmp-main
    
    47 47
     	dh_install    -p$(PACKAGE)-udeb --sourcedir=debian/tmp-udeb
    
    48 48
     
    
    49
    -override_dh_missing:
    
    50
    -	dh_missing --fail-missing
    
    51
    -
    
    52 49
     override_dh_makeshlibs:
    
    53 50
     	dh_makeshlibs -V'libxfont2 (>= 1:2.0.1)' --add-udeb=$(PACKAGE)-udeb
    
    54 51
     
    


  • Reply to: