File: rules

package info (click to toggle)
gmail-notify 1.6.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 176 kB
  • ctags: 106
  • sloc: python: 676; xml: 139; makefile: 12; sh: 2
file content (27 lines) | stat: -rwxr-xr-x 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses cdbs.  Originaly written by Robert Millan.
# This file is public domain.

export DH_VERBOSE=1

# Add here any variable or target overrides you need

  
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk


install/gmail-notify::
	chmod -x notifier.conf.sample
	dh_install
	dh_installman debian/gmail-notify.1
	
binary/gmail-notify::
	dh_desktop
	
binary-fixup/gmail-notify::
	dh_python
	
clean::