File: rules

package info (click to toggle)
secpanel 1%3A0.6.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 644 kB
  • ctags: 49
  • sloc: tcl: 2,647; sh: 2,329; 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