File: rules

package info (click to toggle)
parallax 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 240 kB
  • sloc: python: 1,166; sh: 106; makefile: 11
file content (14 lines) | stat: -rwxr-xr-x 538 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/make -f

export PYBUILD_NAME=parallax
%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	mkdir $(CURDIR)/debian/python-parallax/usr/lib/parallax
	mv $(CURDIR)/debian/python-parallax/usr/bin/parallax-askpass \
	   $(CURDIR)/debian/python-parallax/usr/lib/parallax/parallax-askpass2
	mkdir $(CURDIR)/debian/python3-parallax/usr/lib/parallax
	mv $(CURDIR)/debian/python3-parallax/usr/bin/parallax-askpass \
	   $(CURDIR)/debian/python3-parallax/usr/lib/parallax/parallax-askpass3