Codebase list policykit-1-gnome / 4dfc912
Switch from cdbs to dh. Michael Biebl 13 years ago
3 changed file(s) with 17 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 policykit-1-gnome (0.99-3) UNRELEASED; urgency=low
1
2 * Switch from cdbs to dh.
3
4 -- Michael Biebl <biebl@debian.org> Sat, 12 Feb 2011 10:52:10 +0100
5
06 policykit-1-gnome (0.99-2) unstable; urgency=low
17
28 [ Robert Ancell ]
22 Priority: optional
33 Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
44 Uploaders: Michael Biebl <biebl@debian.org>, Martin Pitt <mpitt@debian.org>
5 Build-Depends: cdbs,
6 debhelper (>= 7),
5 Build-Depends: debhelper (>= 8),
76 autotools-dev,
87 pkg-config,
98 libdbus-glib-1-dev (>= 0.71),
00 #!/usr/bin/make -f
11
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/gnome.mk
4 include /usr/share/cdbs/1/rules/utils.mk
2 %:
3 dh $@
54
6 LDFLAGS += -Wl,-z,defs -Wl,--as-needed
5 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,--as-needed
76
8 DEB_CONFIGURE_EXTRA_FLAGS := --disable-examples \
9 --enable-gtk-doc \
10 --disable-introspection
7 override_dh_auto_configure:
8 dh_auto_configure -- \
9 --disable-examples \
10 --enable-gtk-doc \
11 --disable-introspection
12
13 override_dh_auto_test: