Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / x11-session-utils
Commits: 92d2bf7f by Timo Aaltonen at 2020-02-29T07:54:30+02:00 control: Build-depend on x11proto-dev instead of -core-dev. - - - - - 5ddfc96f by Timo Aaltonen at 2020-02-29T08:01:12+02:00 control, rules: Use debhelper-compat, bump to 12, run autoreconf. - - - - - 291bbc25 by Timo Aaltonen at 2020-02-29T08:01:31+02:00 control: Bump policy to 4.5.0. - - - - - b4ef9bc3 by Timo Aaltonen at 2020-02-29T08:01:51+02:00 Use source format 1.0. - - - - - 4f518d3e by Timo Aaltonen at 2020-02-29T08:07:55+02:00 Remove unneeded cpp dependency (closes: #793174). - - - - - 09e31027 by Timo Aaltonen at 2020-02-29T08:08:13+02:00 release to sid - - - - - 4 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +x11-session-utils (7.7+4) unstable; urgency=medium + + [ Timo Aaltonen ] + * control: Build-depend on x11proto-dev instead of -core-dev. + * control, rules: Use debhelper-compat, bump to 12, run autoreconf. + * control: Bump policy to 4.5.0. + * Use source format 1.0. + + [ Michael Gilbert ] + * Remove unneeded cpp dependency (closes: #793174). + + -- Timo Aaltonen <[email protected]> Sat, 29 Feb 2020 08:08:03 +0200 + x11-session-utils (7.7+3) unstable; urgency=medium * Update Vcs-* URLs for move to salsa. ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -9 ===================================== debian/control ===================================== @@ -4,8 +4,7 @@ Priority: optional Maintainer: Debian X Strike Force <[email protected]> Build-Depends: dpkg-dev (>= 1.16.1), - debhelper (>= 9), - autotools-dev, + debhelper-compat (= 12), pkg-config, libice-dev, libsm-dev, @@ -13,7 +12,7 @@ Build-Depends: libxmuu-dev, libxt-dev (>= 1:1.0.0), libx11-dev, - x11proto-core-dev, + x11proto-dev, quilt, xutils-dev (>= 1:7.5+4), # Reasons for build-depends: @@ -24,7 +23,7 @@ Build-Depends: # smproxy: libxt-dev, libxmuu-dev, libsm-dev # xsm: openssh-client | ssh, libxaw7-dev, libxt-dev, libsm-dev # libice-dev, libx11-dev -Standards-Version: 3.9.2 +Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/xorg-team/app/x11-session-utils.git Vcs-Browser: https://salsa.debian.org/xorg-team/app/x11-session-utils @@ -33,7 +32,6 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - cpp, Description: X session utilities This package provides the X session manager and related tools: - rstart; ===================================== debian/rules ===================================== @@ -17,7 +17,16 @@ CONFIG_STAMPS = $(addprefix $(STAMP_DIR)/configure-, $(SUBDIRS)) BUILD_STAMPS = $(addprefix $(STAMP_DIR)/build-,$(SUBDIRS)) %: - dh $@ --with quilt,autotools-dev --parallel + dh $@ --with quilt + +override_dh_autoreconf: + dh_autoreconf debian/rules -- autoreconf + +autoreconf-%: + cd $* && autoreconf -vfi + +.PHONY: autoreconf +autoreconf: $(addprefix autoreconf-, $(SUBDIRS)) override_dh_auto_configure: $(CONFIG_STAMPS) @@ -48,8 +57,8 @@ override_dh_auto_install: done find debian/tmp/usr/lib/*/X11/rstart/commands -type f ! -name '@*' -print0 | xargs -0 chmod +x -override_dh_install: - dh_install --fail-missing +override_dh_missing: + dh_missing --fail-missing .PHONY: get-tarballs get-tarballs: $(addprefix get-tarball-,$(SUBDIRS)) View it on GitLab: https://salsa.debian.org/xorg-team/app/x11-session-utils/-/compare/2ea49708cfe2d06ee98ad523b60fd36b21e50251...09e3102767ef8cc3079766f564295664976cff20 -- View it on GitLab: https://salsa.debian.org/xorg-team/app/x11-session-utils/-/compare/2ea49708cfe2d06ee98ad523b60fd36b21e50251...09e3102767ef8cc3079766f564295664976cff20 You're receiving this email because of your account on salsa.debian.org.

