Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libepoxy
Commits: 19364f27 by Timo Aaltonen at 2019-11-27T15:06:13Z rules: Update dh_makeshlibs override to actually work. - - - - - cde96b9d by Timo Aaltonen at 2019-11-27T15:19:14Z control: Bump policy to 4.4.1. - - - - - 421bd63f by Timo Aaltonen at 2019-11-27T15:19:53Z release to sid - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,11 +1,13 @@ -libepoxy (1.5.4-1) UNRELEASED; urgency=medium +libepoxy (1.5.4-1) unstable; urgency=medium * New upstream release. * control: Move under xorg-team maintenance. (Closes: #945577) * Drop gbp.conf. * symbols: Updated. + * rules: Update dh_makeshlibs override to actually work. + * control: Bump policy to 4.4.1. - -- Timo Aaltonen <[email protected]> Wed, 27 Nov 2019 13:58:01 +0200 + -- Timo Aaltonen <[email protected]> Wed, 27 Nov 2019 17:19:16 +0200 libepoxy (1.5.3-0.1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 11), libegl1-mesa-dev, xauth <!nocheck>, xvfb <!nocheck> -Standards-Version: 4.2.1 +Standards-Version: 4.4.1 Section: libs Homepage: https://github.com/anholt/libepoxy Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libepoxy ===================================== debian/rules ===================================== @@ -15,4 +15,4 @@ endif # No symbols for udebs, specify the highest version from symbols file: override_dh_makeshlibs: - dh_makeshlibs --add-udeb='libepoxy0-udeb (>= 1.3)' + dh_makeshlibs -plibepoxy0 -V'libepoxy0 (>= 1.5.4)' --add-udeb=libepoxy0-udeb View it on GitLab: https://salsa.debian.org/xorg-team/lib/libepoxy/compare/be0c38fa882fe7a52a2ade12c3269f8d8f11cbea...421bd63f5f2b32150586f15093e6aa13e636de8d -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libepoxy/compare/be0c38fa882fe7a52a2ade12c3269f8d8f11cbea...421bd63f5f2b32150586f15093e6aa13e636de8d You're receiving this email because of your account on salsa.debian.org.

