Codebase list logbook / bullseye-backports/main debian / rules
bullseye-backports/main

Tree @bullseye-backports/main (Download .tar.gz)

rules @bullseye-backports/main

9c00500
 
 
 
 
 
0ca5441
 
426e0a1
9c00500
 
655f98b
9c00500
655f98b
ec04622
 
655f98b
9c00500
a4456ed
 
 
9c00500
719a770
 
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1

include /usr/share/dpkg/pkg-info.mk
export PYBUILD_NAME=$(DEB_SOURCE)
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_auto_build:
	make cybuild

execute_after_dh_auto_install:
	# build the html pages for the -doc package
	set -ex; \
		cd docs; \
		make html

override_dh_auto_test:
# Run on autopkgtests