Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxfixes
Commits: 80092a98 by Timo Aaltonen at 2020-04-14T19:44:07+03:00 control: Migrate to x11proto-dev. - - - - - 446b7d75 by Timo Aaltonen at 2020-04-14T19:45:37+03:00 control: Use debhelper-compat, bump to 12. - - - - - ef5292a6 by Timo Aaltonen at 2020-04-14T19:46:28+03:00 control: Bump policy to 4.5.0. - - - - - 6b168d23 by Timo Aaltonen at 2020-04-14T19:49:00+03:00 control, watch: Update urls to debian/upstream git. - - - - - a555c576 by Timo Aaltonen at 2020-04-14T19:51:28+03:00 release to sid - - - - - 5 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +libxfixes (1:5.0.3-2) unstable; urgency=medium + + * control: Migrate to x11proto-dev. + * control: Use debhelper-compat, bump to 12. + * control: Bump policy to 4.5.0. + * control, watch: Update urls to debian/upstream git. + + -- Timo Aaltonen <[email protected]> Tue, 14 Apr 2020 19:49:05 +0300 + libxfixes (1:5.0.3-1) unstable; urgency=medium [ Andreas Boll ] ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,15 +3,15 @@ Section: x11 Priority: optional Maintainer: Debian X Strike Force <[email protected]> Build-Depends: - debhelper (>= 10), + debhelper-compat (= 12), libx11-dev (>= 2:1.6), - x11proto-fixes-dev (>= 1:5.0), + x11proto-dev, pkg-config, quilt, xutils-dev (>= 1:7.5+4), -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxfixes.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxfixes.git +Standards-Version: 4.5.0 +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfixes.git +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxfixes Package: libxfixes3 Section: libs @@ -52,7 +52,7 @@ Depends: ${misc:Depends}, libxfixes3 (= ${binary:Version}), libx11-dev, - x11proto-fixes-dev (>= 1:5.0-1), + x11proto-dev, Description: X11 miscellaneous 'fixes' extension library (development headers) libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. ===================================== debian/rules ===================================== @@ -6,7 +6,10 @@ SHLIBS = 1:5.0 # Kill *.la files, and forget no-one: override_dh_install: find debian/tmp -name '*.la' -delete - dh_install --fail-missing + dh_install + +override_dh_missing: + dh_missing --fail-missing # Debug package: override_dh_strip: ===================================== debian/watch ===================================== @@ -1,4 +1,4 @@ -#git=git://anongit.freedesktop.org/xorg/lib/libXfixes +#git=https://gitlab.freedesktop.org/xorg/lib/libXfixes version=3 opts=pgpsigurlmangle=s/$/.sig/ \ https://xorg.freedesktop.org/releases/individual/lib/ libXfixes-(.*)\.tar\.gz View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxfixes/-/compare/ff195761531f9470aff95c6db29060091a557e15...a555c57640dee4b258330c3f73dbceb64af3afba -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxfixes/-/compare/ff195761531f9470aff95c6db29060091a557e15...a555c57640dee4b258330c3f73dbceb64af3afba You're receiving this email because of your account on salsa.debian.org.

