File: rules

package info (click to toggle)
jello 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,212 kB
  • sloc: python: 5,414; makefile: 10; sh: 7
file content (16 lines) | stat: -rwxr-xr-x 369 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME=jello
export PYBUILD_DESTDIR = debian/jello
export PYBUILD_INSTALL_ARGS = --install-lib=/usr/share/jello

ifeq ($(PYBUILD_AUTOPKGTEST),1)
export PYTHONPATH = /usr/share/jello
endif

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_install:
	mv debian/jello/usr/bin/jello debian/jello/usr/share/jello/run