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

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



Title: GitLab

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

Commits:

  • ea1ca6ca
    by Debian Janitor at 2022-11-14T20:59:25+00:00
    Use secure URI in debian/watch.
    
    Changes-By: lintian-brush
    
  • e7255a97
    by Debian Janitor at 2022-11-14T20:59:26+00:00
    Bump debhelper from deprecated 9 to 13.
    + debian/rules: Drop --fail-missing argument, now the default.
    
    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
    
  • 24ac8c67
    by Debian Janitor at 2022-11-14T20:59:26+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
    
  • 16870c7f
    by Debian Janitor at 2022-11-14T20:59:26+00:00
    Change priority extra to priority optional.
    
    Changes-By: lintian-brush
    Fixes: lintian: priority-extra-is-replaced-by-priority-optional
    See-also: https://lintian.debian.org/tags/priority-extra-is-replaced-by-priority-optional.html
    
  • 527d9029
    by Debian Janitor at 2022-11-14T20:59:29+00:00
    Drop unnecessary dependency on dh-autoreconf.
    
    Changes-By: lintian-brush
    Fixes: lintian: useless-autoreconf-build-depends
    See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html
    
  • 4c5aa45b
    by Debian Janitor at 2022-11-14T20:59:34+00:00
    Use secure URI in Vcs control header Vcs-Git.
    
    Changes-By: lintian-brush
    Fixes: lintian: vcs-field-uses-insecure-uri
    See-also: https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html
    
  • 6a30e562
    by Debian Janitor at 2022-11-14T20:59:36+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
    
  • bd6cefd8
    by Debian Janitor at 2022-11-14T20:59:36+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
    
  • 1cfa3456
    by Debian Janitor at 2022-11-14T20:59:37+00:00
    Remove field Priority on binary package libxxf86vm1-dbg that duplicates source.
    
    Changes-By: lintian-brush
    Fixes: lintian: installable-field-mirrors-source
    See-also: https://lintian.debian.org/tags/installable-field-mirrors-source.html
    

5 changed files:

Changes:

  • debian/changelog
    1
    +libxxf86vm (1:1.1.4-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Use secure URI in debian/watch.
    
    4
    +  * Bump debhelper from deprecated 9 to 13.
    
    5
    +    + debian/rules: Drop --fail-missing argument, now the default.
    
    6
    +  * Set debhelper-compat version in Build-Depends.
    
    7
    +  * Change priority extra to priority optional.
    
    8
    +  * Drop unnecessary dependency on dh-autoreconf.
    
    9
    +  * Use secure URI in Vcs control header Vcs-Git.
    
    10
    +  * Update Vcs-* headers from URL redirect.
    
    11
    +  * Use canonical URL in Vcs-Git.
    
    12
    +  * Remove field Priority on binary package libxxf86vm1-dbg that duplicates
    
    13
    +    source.
    
    14
    +
    
    15
    + -- Debian Janitor <janitor@jelmer.uk>  Mon, 14 Nov 2022 20:59:25 -0000
    
    16
    +
    
    1 17
     libxxf86vm (1:1.1.4-1) unstable; urgency=medium
    
    2 18
     
    
    3 19
       * New upstream release.
    

  • debian/compat deleted
    1
    -9

  • debian/control
    ... ... @@ -3,8 +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 (>= 9),
    
    7
    - dh-autoreconf,
    
    6
    + debhelper-compat (= 13),
    
    8 7
      libx11-dev (>= 1:0.99.2),
    
    9 8
      x11proto-xf86vidmode-dev (>= 2.2.99.1),
    
    10 9
      libx11-6 (>= 2:1.6),
    
    ... ... @@ -13,8 +12,8 @@ Build-Depends:
    13 12
      quilt,
    
    14 13
      xutils-dev (>= 1:7.5+4),
    
    15 14
     Standards-Version: 3.9.2
    
    16
    -Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86vm
    
    17
    -Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86vm.git
    
    15
    +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxxf86vm.git
    
    16
    +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxxf86vm
    
    18 17
     
    
    19 18
     Package: libxxf86vm1
    
    20 19
     Section: libs
    
    ... ... @@ -37,7 +36,6 @@ Description: X11 XFree86 video mode extension library
    37 36
     Package: libxxf86vm1-dbg
    
    38 37
     Section: debug
    
    39 38
     Architecture: any
    
    40
    -Priority: extra
    
    41 39
     Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86vm1 (= ${binary:Version})
    
    42 40
     Multi-Arch: same
    
    43 41
     Description: X11 XFree86 video mode extension library (debug package)
    

  • debian/rules
    ... ... @@ -9,7 +9,7 @@ override_dh_auto_install:
    9 9
     # Kill *.la files, and forget no-one:
    
    10 10
     override_dh_install:
    
    11 11
     	find debian/tmp -name '*.la' -delete
    
    12
    -	dh_install --fail-missing
    
    12
    +	dh_install
    
    13 13
     
    
    14 14
     # Debug package:
    
    15 15
     override_dh_strip:
    
    ... ... @@ -17,4 +17,4 @@ override_dh_strip:
    17 17
     	dh_strip -N$(PACKAGE)
    
    18 18
     
    
    19 19
     %:
    
    20
    -	dh $@ --with quilt,autoreconf --builddirectory=build/
    20
    +	dh $@ --with quilt --builddirectory=build/

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


  • Reply to: