File: rules

package info (click to toggle)
ddupdate 0.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 352 kB
  • sloc: python: 1,528; sh: 35; makefile: 32
file content (9 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export PYBUILD_NAME=ddupdate
export PYBUILD_AFTER_INSTALL= \
           sed -i -e 's|=.*/usr|= /usr|' -e '/^root/d' \
           {destdir}{install_dir}/ddupdate/install.conf

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