File: rules

package info (click to toggle)
kshutdown 3.0~beta4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,528 kB
  • sloc: cpp: 4,353; sh: 291; makefile: 5
file content (14 lines) | stat: -rwxr-xr-x 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk

# In order to regenerate 'debian/control' :
#   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
# Then check manually if everything's ok

DEB_INSTALL_MANPAGES_kshutdown := debian/kshutdown.1

binary-install/kshutdown::
	# Remove empty directories
	find $(CURDIR)/debian/kshutdown -type d -empty -delete