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: - debian/changelog - − debian/compat - debian/control - + debian/docs - + debian/gbp.conf - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,16 @@ xcb-util-wm (0.4.1-2) UNRELEASED; urgency=medium - * Bump debhelper from deprecated 8 to 10. + [ Jeremy Bicha ] + * Build with dh instead of cdbs + * Bump debhelper-compat to 13 + * Add minimal debian/gbp.conf + * debian/watch: minor update + * Bump Standards-Version to 4.5.1 + + [ Debian Janitor ] * Remove MIA uploader Julien Danjou <[email protected]>. Closes: #928565 - -- Debian Janitor <[email protected]> Tue, 21 Jan 2020 00:19:44 +0000 + -- Jeremy Bicha <[email protected]> Thu, 22 Jul 2021 19:38:56 -0400 xcb-util-wm (0.4.1-1.1) unstable; urgency=medium ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,18 +3,11 @@ Section: libdevel Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: Arnaud Fontaine <[email protected]> -Build-Depends: cdbs (>= 0.4.93~), - debhelper (>= 10~), - dh-autoreconf, +Build-Depends: debhelper-compat (= 13), libxcb1-dev (>= 1.6), pkg-config, - m4, - libtool, - autotools-dev, - autoconf, - automake, xutils-dev (>= 1:7.7~1~) -Standards-Version: 3.9.3 +Standards-Version: 4.5.1 Homepage: https://xcb.freedesktop.org Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-wm.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-wm ===================================== debian/docs ===================================== @@ -0,0 +1,2 @@ +NEWS +README ===================================== debian/gbp.conf ===================================== @@ -0,0 +1,7 @@ +[DEFAULT] +pristine-tar = False +debian-branch = debian-unstable +upstream-branch = upstream-unstable + +[buildpackage] +sign-tags = True ===================================== debian/rules ===================================== @@ -1,26 +1,7 @@ #!/usr/bin/make -f -DEB_DH_INSTALL_SOURCEDIR=debian/tmp +%: + dh $@ -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/autoreconf.mk -include /usr/share/cdbs/1/class/autotools.mk - -DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) -DEB_DH_MAKESHLIBS_ARGS=-V - -ORIG_MAJOR=$(shell git describe upstream | cut -d- -f1) -ORIG_GIT=$(shell git describe upstream | cut -d- -f2) - -post-patches:: configure-stamp -configure-stamp: - test -f configure || sh ./autogen.sh $(DEB_CONFIGURE_NORMAL_ARGS) - touch configure-stamp - -cleanbuilddir:: - rm -f configure-stamp - -get-orig-source: - git archive upstream | gzip -9 > ../xcb-util-wm_$(ORIG_MAJOR)+git$(ORIG_GIT).orig.tar.gz - -.PHONY: get-orig-source +execute_before_dh_install: + find debian/tmp -name '*.la' -print -delete ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ version=3 -http://xcb.freedesktop.org/dist/xcb-util-wm-([0-9.]*)\.tar\.gz +https://xcb.freedesktop.org/dist/@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ View it on GitLab: https://salsa.debian.org/xorg-team/lib/xcb-util-wm/-/compare/9fa869c7e09e3777c439907be16d8aba6296b519...53b34fc61b3e0dd569f721cd741c4e319c5a550c -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/xcb-util-wm/-/compare/9fa869c7e09e3777c439907be16d8aba6296b519...53b34fc61b3e0dd569f721cd741c4e319c5a550c You're receiving this email because of your account on salsa.debian.org.

