Codebase list geocode-glib / a8eecc9
Convert from cdbs to dh. Michael Biebl 7 years ago
5 changed file(s) with 16 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
00 geocode-glib (3.20.1-2) UNRELEASED; urgency=medium
11
22 * Drop Build-Depends on gnome-doc-utils, not needed anymore.
3 * Convert from cdbs to dh.
34
45 -- Michael Biebl <biebl@debian.org> Wed, 20 Apr 2016 02:53:08 +0200
56
77 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
88 Uploaders: Andreas Henriksson <andreas@fatal.se>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
99 Build-Depends: debhelper (>= 9),
10 cdbs (>= 0.4.93~),
1110 gnome-pkg-tools,
1211 intltool (>= 0.35),
1312 libglib2.0-dev,
33 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
44 Uploaders: @GNOME_TEAM@
55 Build-Depends: debhelper (>= 9),
6 cdbs (>= 0.4.93~),
76 gnome-pkg-tools,
87 intltool (>= 0.35),
98 libglib2.0-dev,
0 AUTHORS
1 NEWS
2 README
00 #!/usr/bin/make -f
11
2 include /usr/share/cdbs/1/rules/debhelper.mk
3 include /usr/share/cdbs/1/class/autotools.mk
4 include /usr/share/cdbs/1/rules/utils.mk
5 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
62 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
73
8 common-binary-predeb-arch:: list-missing
4 %:
5 dh $@ --with gnome,gir
96
10 DEB_CONFIGURE_EXTRA_FLAGS := --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
7 override_dh_install:
8 dh_install -X.la --list-missing
119
12 DEB_DH_MAKESHLIBS_ARGS_ALL := -V -- -c4
10 override_dh_makeshlibs:
11 dh_makeshlibs -V -- -c4
12
13 override_dh_strip:
14 dh_strip --dbgsym-migration='libgeocode-glib-dbg (<< 3.18.1-1~)'
15
16 override_dh_auto_test:
17 dh_auto_test || true