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

[Git][xorg-team/lib/xcb-util-wm][debian-unstable] 6 commits: Add minimal debian/gbp.conf



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / xcb-util-wm

Commits:

  • fb700d86
    by Jeremy Bicha at 2021-07-22T19:12:03-04:00
    Add minimal debian/gbp.conf
    
  • feb21854
    by Jeremy Bicha at 2021-07-22T19:29:01-04:00
    Build with dh instead of cdbs
    
    Also drop some Build-Depends that are already pulled by either
    build-essential or debhelper >=10
    
    All of the override cdbs rules are already done by modern dh
    except for the git snapshot command which could be rewritten
    in a more modern way if anyone needs it.
    
  • 0a8482d7
    by Jeremy Bicha at 2021-07-22T19:31:04-04:00
    Bump debhelper-compat to 13
    
  • 81e8ef90
    by Jeremy Bicha at 2021-07-22T19:38:07-04:00
    debian/watch: minor update
    
  • 65a32700
    by Jeremy Bicha at 2021-07-22T19:38:19-04:00
    Bump Standards-Version to 4.5.1
    
  • 53b34fc6
    by Jeremy Bicha at 2021-07-22T19:39:38-04:00
    Update debian/changelog
    

7 changed files:

Changes:

  • debian/changelog
    1 1
     xcb-util-wm (0.4.1-2) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    -  * Bump debhelper from deprecated 8 to 10.
    
    3
    +  [ Jeremy Bicha ]
    
    4
    +  * Build with dh instead of cdbs
    
    5
    +  * Bump debhelper-compat to 13
    
    6
    +  * Add minimal debian/gbp.conf
    
    7
    +  * debian/watch: minor update
    
    8
    +  * Bump Standards-Version to 4.5.1
    
    9
    +
    
    10
    +  [ Debian Janitor ]
    
    4 11
       * Remove MIA uploader Julien Danjou <acid@debian.org>. Closes: #928565
    
    5 12
     
    
    6
    - -- Debian Janitor <janitor@jelmer.uk>  Tue, 21 Jan 2020 00:19:44 +0000
    
    13
    + -- Jeremy Bicha <jbicha@debian.org>  Thu, 22 Jul 2021 19:38:56 -0400
    
    7 14
     
    
    8 15
     xcb-util-wm (0.4.1-1.1) unstable; urgency=medium
    
    9 16
     
    

  • debian/compat deleted
    1
    -10

  • debian/control
    ... ... @@ -3,18 +3,11 @@ Section: libdevel
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Uploaders: Arnaud Fontaine <arnau@debian.org>
    
    6
    -Build-Depends: cdbs (>= 0.4.93~),
    
    7
    -               debhelper (>= 10~),
    
    8
    -               dh-autoreconf,
    
    6
    +Build-Depends: debhelper-compat (= 13),
    
    9 7
                    libxcb1-dev (>= 1.6),
    
    10 8
                    pkg-config,
    
    11
    -               m4,
    
    12
    -               libtool,
    
    13
    -               autotools-dev,
    
    14
    -               autoconf,
    
    15
    -               automake,
    
    16 9
                    xutils-dev (>= 1:7.7~1~)
    
    17
    -Standards-Version: 3.9.3
    
    10
    +Standards-Version: 4.5.1
    
    18 11
     Homepage: https://xcb.freedesktop.org
    
    19 12
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-wm.git
    
    20 13
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-wm
    

  • debian/docs
    1
    +NEWS
    
    2
    +README

  • debian/gbp.conf
    1
    +[DEFAULT]
    
    2
    +pristine-tar = False
    
    3
    +debian-branch = debian-unstable
    
    4
    +upstream-branch = upstream-unstable
    
    5
    +
    
    6
    +[buildpackage]
    
    7
    +sign-tags = True

  • debian/rules
    1 1
     #!/usr/bin/make -f
    
    2 2
     
    
    3
    -DEB_DH_INSTALL_SOURCEDIR=debian/tmp
    
    3
    +%:
    
    4
    +	dh $@
    
    4 5
     
    
    5
    -include /usr/share/cdbs/1/rules/debhelper.mk
    
    6
    -include /usr/share/cdbs/1/rules/autoreconf.mk
    
    7
    -include /usr/share/cdbs/1/class/autotools.mk
    
    8
    -
    
    9
    -DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
    
    10
    -DEB_DH_MAKESHLIBS_ARGS=-V
    
    11
    -
    
    12
    -ORIG_MAJOR=$(shell git describe upstream | cut -d- -f1)
    
    13
    -ORIG_GIT=$(shell git describe upstream | cut -d- -f2)
    
    14
    -
    
    15
    -post-patches:: configure-stamp
    
    16
    -configure-stamp:
    
    17
    -	test -f configure || sh ./autogen.sh $(DEB_CONFIGURE_NORMAL_ARGS)
    
    18
    -	touch configure-stamp
    
    19
    -
    
    20
    -cleanbuilddir::
    
    21
    -	rm -f configure-stamp
    
    22
    -
    
    23
    -get-orig-source:
    
    24
    -	git archive upstream | gzip -9 > ../xcb-util-wm_$(ORIG_MAJOR)+git$(ORIG_GIT).orig.tar.gz
    
    25
    -
    
    26
    -.PHONY: get-orig-source
    6
    +execute_before_dh_install:
    
    7
    +	find debian/tmp -name '*.la' -print -delete

  • debian/watch
    1 1
     version=3
    
    2
    -http://xcb.freedesktop.org/dist/xcb-util-wm-([0-9.]*)\.tar\.gz
    2
    +https://xcb.freedesktop.org/dist/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@


  • Reply to: