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

[Git][xorg-team/lib/libglvnd][debian-unstable] 3 commits: Refer to common license file for Apache-2.0.



Title: GitLab

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

Commits:

  • f7fefb65
    by Debian Janitor at 2023-05-28T05:37:30+00:00
    Refer to common license file for Apache-2.0.
    
    Changes-By: lintian-brush
    Fixes: lintian: copyright-does-not-refer-to-common-license-file
    See-also: https://lintian.debian.org/tags/copyright-does-not-refer-to-common-license-file.html
    Fixes: lintian: copyright-not-using-common-license-for-apache2
    See-also: https://lintian.debian.org/tags/copyright-not-using-common-license-for-apache2.html
    
  • 8570feb5
    by Debian Janitor at 2023-05-28T05:37:32+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
    
  • bbe81c81
    by Debian Janitor at 2023-05-28T05:37:38+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
    

4 changed files:

Changes:

  • debian/changelog
    1
    +libglvnd (1.6.0-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Refer to common license file for Apache-2.0.
    
    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
    +  * Update standards version to 4.6.2, no changes needed.
    
    8
    +
    
    9
    + -- Debian Janitor <janitor@jelmer.uk>  Sun, 28 May 2023 05:37:30 -0000
    
    10
    +
    
    1 11
     libglvnd (1.6.0-1) unstable; urgency=medium
    
    2 12
     
    
    3 13
       * New upstream release.
    

  • debian/control
    ... ... @@ -3,7 +3,7 @@ Priority: optional
    3 3
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    4 4
     Uploaders: Timo Aaltonen <tjaalton@debian.org>
    
    5 5
     Build-Depends:
    
    6
    - debhelper-compat (= 12),
    
    6
    + debhelper-compat (= 13),
    
    7 7
      meson,
    
    8 8
      pkg-config,
    
    9 9
      libx11-dev,
    
    ... ... @@ -12,7 +12,7 @@ Build-Depends:
    12 12
      x11proto-dev,
    
    13 13
      xauth,
    
    14 14
      xvfb <!nocheck>,
    
    15
    -Standards-Version: 4.5.0
    
    15
    +Standards-Version: 4.6.2
    
    16 16
     Section: libs
    
    17 17
     Homepage: https://gitlab.freedesktop.org/glvnd/libglvnd
    
    18 18
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libglvnd.git
    

  • debian/copyright
    ... ... @@ -63,6 +63,9 @@ License: Apache-2.0
    63 63
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    
    64 64
      See the License for the specific language governing permissions and
    
    65 65
      limitations under the License.
    
    66
    + .
    
    67
    + On Debian systems, the full text of the Apache License, Version 2.0 can be
    
    68
    + found in the file `/usr/share/common-licenses/Apache-2.0'.
    
    66 69
     
    
    67 70
     License: MIT
    
    68 71
      Permission is hereby granted, free of charge, to any person obtaining a
    

  • debian/rules
    ... ... @@ -9,9 +9,6 @@ override_dh_auto_install:
    9 9
     	dh_auto_install
    
    10 10
     	find debian/tmp -name '*.la' -delete
    
    11 11
     
    
    12
    -override_dh_missing:
    
    13
    -	dh_missing --fail-missing
    
    14
    -
    
    15 12
     override_dh_auto_test:
    
    16 13
     ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
    
    17 14
     	xvfb-run -a ninja -C build test
    


  • Reply to: