File: rules

package info (click to toggle)
django-paintstore 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 448 kB
  • sloc: python: 84; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 501 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

export PYBUILD_NAME=django-paintstore

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_install:
	dh_install
	# Don't embed jQuery
	find debian/python3-django-paintstore -name 'jquery_1.7.2.js' -type f -exec \
		ln -sf /usr/share/javascript/jquery/jquery.js {} \;
	find debian/python3-django-paintstore -name 'colorpicker.js' -type f -exec \
		ln -sf /usr/share/javascript/libjs-jquery-colorpicker/jquery.colorpicker.js {} \;

get-orig-source:
	uscan --verbose --rename