Codebase list xapp / 9e7553d
debian/rules: add dh_missing --list-missing until will be default Fabio Fantoni 6 years ago
2 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55 Maximiliano Curia <maxy@debian.org>,
66 Margarita Manterola <marga@debian.org>,
77 Build-Depends:
8 debhelper (>= 11~),
8 debhelper (>= 11.1~),
99 dh-python,
1010 dpkg-dev (>= 1.15.1),
1111 gnome-doc-utils (>= 0.3.2),
99 -D docs=true \
1010 -D deprecated_warnings=false
1111
12 # --list-missing will be default in compat 12
13 override_dh_missing:
14 dh_missing --list-missing
15
16