Codebase list x11-apps / ac6a61c
Use debhelper-compat, bump to 12. Timo Aaltonen 4 years ago
4 changed file(s) with 5 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
1818 * xlogo 1.0.5.
1919 * xman 1.1.5.
2020 * xmore 1.0.3.
21 * Use debhelper-compat, bump to 12.
2122
2223 -- Julien Cristau <jcristau@debian.org> Sun, 18 Mar 2018 17:10:35 +0100
2324
+0
-1
debian/compat less more
0 9
22 Priority: optional
33 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
44 Build-Depends:
5 debhelper (>= 9),
5 debhelper-compat (= 12),
66 pkg-config,
7 dh-autoreconf,
87 # XXX bison build-dep is to work around a bug in xgc's configure, remove as
98 # soon as that's fixed.
109 bison,
1616 BUILD_STAMPS = $(addprefix $(STAMP_DIR)/build-,$(SUBDIRS))
1717
1818 %:
19 dh $@ --with quilt,autoreconf --parallel
19 dh $@ --with quilt
2020
2121 override_dh_autoreconf:
2222 chmod +x debian/autogen.sh
5252 cd ..; \
5353 done
5454
55 override_dh_install:
56 dh_install --list-missing
55 override_dh_missing:
56 dh_missing --list-missing
5757
5858 .PHONY: get-tarballs
5959 get-tarballs: $(addprefix get-tarball-,$(SUBDIRS))