Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / xcb-util-image
Commits: e0233caf by Timo Aaltonen at 2022-02-14T17:01:10+02:00 watch: Add upstream vcs url. - - - - - e9989d95 by Timo Aaltonen at 2022-02-14T17:12:55+02:00 Migrate to dh, bump compat to 13. - - - - - 7015c6ef by Timo Aaltonen at 2022-02-14T17:13:28+02:00 Migrate to x11proto-dev. - - - - - 746176cd by Timo Aaltonen at 2022-02-14T17:28:01+02:00 control: Bump policy to 4.6.0. - - - - - 53d6d570 by Timo Aaltonen at 2022-02-14T17:28:27+02:00 release to sid - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/libxcb-image0-dev.install - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,6 @@ -xcb-util-image (0.4.0-2) UNRELEASED; urgency=medium +xcb-util-image (0.4.0-2) unstable; urgency=medium + [ Debian Janitor ] * Use secure copyright file specification URI. * Use secure URI in Homepage field. * Bump debhelper from deprecated 8 to 10. @@ -7,7 +8,13 @@ xcb-util-image (0.4.0-2) UNRELEASED; urgency=medium * Update Vcs-* headers to use salsa repository. * Remove MIA uploader Julien Danjou <[email protected]>. Closes: #928595 - -- Debian Janitor <[email protected]> Tue, 21 Jan 2020 01:26:11 +0000 + [ Timo Aaltonen ] + * watch: Add upstream vcs url. + * Migrate to dh, bump compat to 13. + * Migrate to x11proto-dev. + * control: Bump policy to 4.6.0. + + -- Timo Aaltonen <[email protected]> Mon, 14 Feb 2022 17:28:17 +0200 xcb-util-image (0.4.0-1) unstable; urgency=medium ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,16 +3,15 @@ Section: libdevel Priority: optional Maintainer: Debian X Strike Force <[email protected]> Uploaders: Arnaud Fontaine <[email protected]> -Build-Depends: cdbs (>= 0.4.93~), - debhelper (>= 10~), - libxcb1-dev (>= 1.6), - libxcb-util0-dev, - libxcb-shm0-dev, - pkg-config, - dh-autoreconf, - x11proto-core-dev (>= 7.0.12), - xutils-dev -Standards-Version: 3.9.6 +Build-Depends: + debhelper-compat (= 13), + libxcb1-dev (>= 1.6), + libxcb-util0-dev, + libxcb-shm0-dev, + pkg-config, + x11proto-dev, + xutils-dev, +Standards-Version: 4.6.0 Homepage: https://xcb.freedesktop.org Vcs-Git: https://salsa.debian.org/xorg-team/lib/xcb-util-image.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xcb-util-image @@ -38,9 +37,9 @@ Package: libxcb-image0-dev Architecture: any Multi-Arch: same Depends: libxcb-image0 (= ${binary:Version}), - libxcb1-dev, - libxcb-shm0-dev, - ${misc:Depends} + libxcb1-dev, + libxcb-shm0-dev, + ${misc:Depends} Description: utility libraries for X C Binding -- image, development files This package contains the header and library files needed to build software using libxcb-image, providing port of Xlib's XImage and XShmImage functions. ===================================== debian/libxcb-image0-dev.install ===================================== @@ -1,3 +1,4 @@ +usr/include/xcb/xcb_bitops.h usr/include/xcb/xcb_image.h usr/include/xcb/xcb_pixel.h usr/lib/*/libxcb-image.a ===================================== debian/rules ===================================== @@ -1,26 +1,14 @@ #!/usr/bin/make -f -DEB_DH_INSTALL_SOURCEDIR=debian/tmp - -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 -DEB_DH_INSTALL_ARGS_ALL=--list-missing -DEB_MAKE_CHECK_TARGET=check - 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 +%: + dh $@ --builddirectory=build/ -cleanbuilddir:: - rm -f configure-stamp +override_dh_install: + find debian/tmp -name '*.la' -delete + dh_install get-orig-source: git archive upstream | gzip -9 > ../xcb-util-image_$(ORIG_MAJOR)+git$(ORIG_GIT).orig.tar.gz ===================================== debian/watch ===================================== @@ -1,2 +1,3 @@ +#git=https://gitlab.freedesktop.org/xorg/lib/libxcb-image version=3 http://xcb.freedesktop.org/dist/xcb-util-image-([0-9.]*)\.tar\.bz2 View it on GitLab: https://salsa.debian.org/xorg-team/lib/xcb-util-image/-/compare/8e7966e96d2b86c74222f6e0821d207c6d4a8dab...53d6d5702d67b29676bfae7cf30b5e7952837506 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/xcb-util-image/-/compare/8e7966e96d2b86c74222f6e0821d207c6d4a8dab...53d6d5702d67b29676bfae7cf30b5e7952837506 You're receiving this email because of your account on salsa.debian.org.

