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

[Git][xorg-team/lib/glw][debian-unstable] 8 commits: Trim trailing whitespace.



Title: GitLab

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

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    +glw (8.0.0-1.2) UNRELEASED; urgency=low
    
    2
    +
    
    3
    +  * Trim trailing whitespace.
    
    4
    +  * Use secure copyright file specification URI.
    
    5
    +  * Bump debhelper from deprecated 9 to 12.
    
    6
    +    + debian/rules: Move --fail-missing argument to dh_missing.
    
    7
    +  * Set debhelper-compat version in Build-Depends.
    
    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
    +
    
    13
    + -- Debian Janitor <janitor@jelmer.uk>  Sat, 06 Jun 2020 16:59:52 -0000
    
    14
    +
    
    1 15
     glw (8.0.0-1.1) unstable; urgency=low
    
    2 16
     
    
    3 17
       [ Paul Gevers ]
    

  • debian/compat deleted
    1
    -9

  • debian/control
    ... ... @@ -4,8 +4,7 @@ Priority: optional
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Standards-Version: 3.9.3
    
    6 6
     Build-Depends:
    
    7
    - debhelper (>= 9),
    
    8
    - dh-autoreconf,
    
    7
    + debhelper-compat (= 12),
    
    9 8
      quilt,
    
    10 9
      pkg-config,
    
    11 10
      automake,
    
    ... ... @@ -14,8 +13,8 @@ Build-Depends:
    14 13
      libx11-dev,
    
    15 14
      libxt-dev,
    
    16 15
      libxext-dev,
    
    17
    -Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/glw
    
    18
    -Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/glw.git
    
    16
    +Vcs-Git: https://salsa.debian.org/xorg-team/lib/glw.git
    
    17
    +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/glw
    
    19 18
     Homepage: http://mesa3d.sourceforge.net/
    
    20 19
     
    
    21 20
     Package: libglw1-mesa
    
    ... ... @@ -49,4 +48,3 @@ Description: GL widget library for Athena and Motif -- development files
    49 48
      allows Motif-based applications to embed an OpenGL drawing context.
    
    50 49
      The headers and static libraries for compiling programs that use this
    
    51 50
      library are included.
    52
    -

  • debian/copyright
    1
    -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    1
    +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2 2
     Source: http://cgit.freedesktop.org/mesa/glw/
    
    3 3
     
    
    4 4
     Files: *
    

  • debian/rules
    ... ... @@ -7,13 +7,16 @@ override_dh_auto_configure:
    7 7
     override_dh_install:
    
    8 8
     	find debian/tmp -name '*.la' -delete
    
    9 9
     	rm -f debian/tmp/usr/include/GL/*P.h
    
    10
    -	dh_install --fail-missing
    
    10
    +	dh_install
    
    11 11
     
    
    12 12
     %:
    
    13
    -	dh $@ --with quilt,autoreconf --builddirectory=build/
    
    13
    +	dh $@ --with quilt --builddirectory=build/
    
    14 14
     
    
    15 15
     # For maintainer use only, generate a tarball:
    
    16 16
     gentarball: SOURCE=glw
    
    17 17
     gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//')
    
    18 18
     gentarball:
    
    19 19
     	git archive --format=tar upstream-experimental --prefix=$(SOURCE)-$(UV)/ | gzip -9 > ../$(SOURCE)_$(UV).orig.tar.gz
    
    20
    +
    
    21
    +override_dh_missing:
    
    22
    +	dh_missing --fail-missing


  • Reply to: