Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libglu
Commits: f8aba283 by Timo Aaltonen at 2019-11-15T05:37:36Z Use dh 12, drop dh_autoreconf from build-deps, override dh_missing. - - - - - 31ab0b52 by Timo Aaltonen at 2019-11-15T05:39:34Z control: Update VCS urls. - - - - - 14c14f78 by Timo Aaltonen at 2019-11-15T05:42:16Z control: Bump policy to 4.4.1. - - - - - bd9fb4a1 by Timo Aaltonen at 2019-11-15T05:42:44Z control: Drop Cyril from the uploaders. - - - - - 46e380c4 by Timo Aaltonen at 2019-11-15T05:45:46Z release to sid - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,12 @@ -libglu (9.0.1-1) UNRELEASED; urgency=medium +libglu (9.0.1-1) unstable; urgency=medium * New upstream release. (Closes: #944753) + * Use dh 12, drop dh_autoreconf from build-deps, override dh_missing. + * control: Update VCS urls. + * control: Bump policy to 4.4.1. + * control: Drop Cyril from the uploaders. - -- Timo Aaltonen <[email protected]> Fri, 15 Nov 2019 07:20:58 +0200 + -- Timo Aaltonen <[email protected]> Fri, 15 Nov 2019 07:45:36 +0200 libglu (9.0.0-2.1) unstable; urgency=medium ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +12 ===================================== debian/control ===================================== @@ -2,15 +2,13 @@ Source: libglu Section: graphics Priority: optional Maintainer: Debian X Strike Force <[email protected]> -Uploaders: Cyril Brulebois <[email protected]> -Standards-Version: 3.9.6 +Standards-Version: 4.4.1 Build-Depends: - debhelper (>= 9), - dh-autoreconf, + debhelper (>= 12), pkg-config, libgl1-mesa-dev, -Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libglu -Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libglu.git +Vcs-Git: https://salsa.debian.org/xorg-team/lib/libglu.git +Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libglu Package: libglu1-mesa Section: libs ===================================== debian/rules ===================================== @@ -19,10 +19,13 @@ override_dh_install: # purge .la files find debian/tmp/ -name '*.la' -exec rm '{}' ';' - dh_install --fail-missing + dh_install + +override_dh_missing: + dh_missing --fail-missing %: - dh $@ --with autoreconf --builddirectory=build/ + dh $@ --builddirectory=build/ gentarball: SOURCE=libglu gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//') View it on GitLab: https://salsa.debian.org/xorg-team/lib/libglu/compare/a95e7851bf48ca5b44abf3e9459d5ac179763647...46e380c4bb8b553f45b1a4ac40797f21263ad775 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libglu/compare/a95e7851bf48ca5b44abf3e9459d5ac179763647...46e380c4bb8b553f45b1a4ac40797f21263ad775 You're receiving this email because of your account on salsa.debian.org.

