File: rules

package info (click to toggle)
magpierss 0.72-11
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 368 kB
  • ctags: 61
  • sloc: php: 1,482; makefile: 10
file content (13 lines) | stat: -rwxr-xr-x 564 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@

override_dh_install:
	dh_install
	#This file starts with the #! sequence that marks interpreted scripts, but it is not executable
	chmod 644 debian/libphp-magpierss/usr/share/php/magpierss/scripts/simple_smarty.php
	chmod 644 debian/libphp-magpierss/usr/share/php/magpierss/scripts/magpie_slashbox.php
	chmod 644 debian/libphp-magpierss/usr/share/php/magpierss/scripts/magpie_simple.php
	chmod 644 debian/libphp-magpierss/usr/share/php/magpierss/scripts/magpie_debug.php
override_dh_installchangelogs:
	dh_installchangelogs ChangeLog