File: rules

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

#export DH_VERBOSE=1

%:
	dh $@ --with python3

override_dh_install:
	dh_install
	find $(CURDIR)/debian -type d -name ber | xargs -r rm -rfv