File: rules

package info (click to toggle)
secpanel 1%3A0.6.1-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 564 kB
  • sloc: tcl: 4,881; sh: 95; makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 423 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	chmod 755 $(CURDIR)/debian/secpanel/usr/share/secpanel/dppw.tcl
	chmod 755 $(CURDIR)/debian/secpanel/usr/share/secpanel/convert_history.tcl
	chmod 755 $(CURDIR)/debian/secpanel/usr/share/secpanel/convert_profile.tcl
	chmod 755 $(CURDIR)/debian/secpanel/usr/share/secpanel/export_profiles.tcl
	chmod 644 $(CURDIR)/debian/secpanel/usr/share/secpanel/gui.tcl