File: rules

package info (click to toggle)
parallax 1.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: python: 1,213; sh: 53; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 337 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/make -f

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

override_dh_auto_install:
	dh_auto_install
	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