File: rules

package info (click to toggle)
libchamplain 0.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,680 kB
  • ctags: 2,295
  • sloc: ansic: 15,212; sh: 10,205; perl: 2,324; makefile: 647; python: 450; xml: 18; cs: 16
file content (24 lines) | stat: -rwxr-xr-x 809 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

DEB_BUILDDIR = debian/build
DEB_PYTHON_SYSTEM = pysupport
DEB_PYTHON_MODULE_PACKAGES = python-champlain python-champlain-gtk

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-autotools.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

DEB_CONFIGURE_EXTRA_FLAGS := --enable-gtk-doc \
                             --enable-introspection \
			     --enable-python \
			     --enable-vala

common-binary-predeb-arch:: list-missing

DEB_DBG_PACKAGE_libchamplain-0.4-0 = libchamplain-0.4-dbg
DEB_DBG_PACKAGE_libchamplain-gtk-0.4-0 = libchamplain-gtk-0.4-dbg

$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES))::
	dh_girepository -p$(cdbs_curpkg)