File: rules

package info (click to toggle)
python-internetarchive 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 916 kB
  • sloc: python: 6,108; makefile: 180; xml: 180
file content (17 lines) | stat: -rwxr-xr-x 422 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /usr/bin/make -f

export PYBUILD_NAME=internetarchive

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

override_dh_installchangelogs:
	dh_installchangelogs HISTORY.rst

override_dh_auto_test:
	echo "W: tests disabled because they required an installed 'ia' binary"

# move binary in its own package
override_dh_auto_install:
	dh_auto_install
	mv debian/python3-internetarchive/usr/bin/ia debian/internetarchive/usr/bin