File: rules

package info (click to toggle)
agtl 0.8.0.3-1.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 1,916 kB
  • sloc: python: 12,237; sh: 852; xml: 136; ansic: 128; makefile: 34
file content (17 lines) | stat: -rwxr-xr-x 541 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

DEB_SRCDIR=$(CURDIR)/files
DEB_PYTHON2_MODULE_PACKAGES=agtl

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

binary-install/agtl::
	dh_installman $(CURDIR)/debian/agtl.1
	cp $(CURDIR)/files/advancedcaching.png $(CURDIR)/debian/agtl/usr/share/pixmaps/
	cp $(CURDIR)/files/advancedcaching-debian.desktop $(CURDIR)/debian/agtl/usr/share/applications/advancedcaching.desktop

clean::
	rm -rf files/agtl.egg-info
	rm -rf tmp