~alexeftimie/jockey/fix-gobject

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

DEB_PYTHON2_MODULE_PACKAGES = jockey-common

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/langpack.mk

DEB_DH_INSTALL_SOURCEDIR := debian/tmp

clean::
	rm -f po/*.pot

install/jockey-common::
	install -m0644 -D debian/apport_hook.py \
		debian/$(cdbs_curpkg)/usr/share/apport/package-hooks/source_jockey.py

	install -m0755 -D debian/jockey.ubiquity \
		debian/$(cdbs_curpkg)/usr/lib/ubiquity/target-config/31jockey_pkgs

install/dh-modaliases::
	mkdir -p debian/$(cdbs_curpkg)/usr/share/man/man1
	pod2man -c Debhelper -r "$(DEB_VERSION)" debian/debhelper/dh_modaliases debian/$(cdbs_curpkg)/usr/share/man/man1/dh_modaliases.1