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

[Git][xorg-team/lib/libfontenc][debian-unstable] 4 commits: Use secure URI in debian/watch.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libfontenc

Commits:

  • 75a31ed8
    by Debian Janitor at 2022-09-21T12:08:49+00:00
    Use secure URI in debian/watch.
    
    Changes-By: lintian-brush
    
  • 01d4f1dc
    by Debian Janitor at 2022-09-21T12:08: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
    
  • ed07a55c
    by Debian Janitor at 2022-09-21T12:08:50+00:00
    Replace XC-Package-Type with Package-Type.
    
    Changes-By: lintian-brush
    Fixes: lintian: adopted-extended-field
    See-also: https://lintian.debian.org/tags/adopted-extended-field.html
    
  • 8ef88e4c
    by Debian Janitor at 2022-09-21T12:08:51+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
    

4 changed files:

Changes:

  • debian/changelog
    1
    +libfontenc (1:1.1.4-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Use secure URI in debian/watch.
    
    4
    +  * Bump debhelper from old 12 to 13.
    
    5
    +    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
    
    6
    +      default.
    
    7
    +  * Replace XC-Package-Type with Package-Type.
    
    8
    +  * Update standards version to 4.6.1, no changes needed.
    
    9
    +
    
    10
    + -- Debian Janitor <janitor@jelmer.uk>  Wed, 21 Sep 2022 12:08:49 -0000
    
    11
    +
    
    1 12
     libfontenc (1:1.1.4-1) unstable; urgency=medium
    
    2 13
     
    
    3 14
       * New upstream release.
    

  • debian/control
    ... ... @@ -8,8 +8,8 @@ Build-Depends:
    8 8
      pkg-config,
    
    9 9
      xutils-dev (>= 1:7.5~1),
    
    10 10
      xfonts-utils (>= 1:7.5+1),
    
    11
    - debhelper-compat (= 12),
    
    12
    -Standards-Version: 4.5.0
    
    11
    + debhelper-compat (= 13),
    
    12
    +Standards-Version: 4.6.1
    
    13 13
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libfontenc.git
    
    14 14
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libfontenc
    
    15 15
     
    
    ... ... @@ -33,7 +33,7 @@ Description: X11 font encoding library
    33 33
      git://anongit.freedesktop.org/git/xorg/lib/libfontenc
    
    34 34
     
    
    35 35
     Package: libfontenc1-udeb
    
    36
    -XC-Package-Type: udeb
    
    36
    +Package-Type: udeb
    
    37 37
     Section: debian-installer
    
    38 38
     Architecture: any
    
    39 39
     Depends:
    

  • debian/rules
    ... ... @@ -22,9 +22,6 @@ override_dh_install:
    22 22
     	find debian/tmp -name '*.la' -delete
    
    23 23
     	dh_install --sourcedir=debian/tmp
    
    24 24
     
    
    25
    -override_dh_missing:
    
    26
    -	dh_missing --fail-missing
    
    27
    -
    
    28 25
     override_dh_strip:
    
    29 26
     	dh_strip -p$(PACKAGE) --dbgsym-migration='libfontenc1-dbg (<< 1:1.1.4-1)'
    
    30 27
     	dh_strip -N$(PACKAGE)
    

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


  • Reply to: