File: rules

package info (click to toggle)
fragmaster 1.7-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 504 kB
  • ctags: 15
  • sloc: perl: 331; makefile: 42
file content (21 lines) | stat: -rwxr-xr-x 532 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
# -*- makefile -*-
#
# debian/rules for fragmaster package
# Copyright (C) 2009       Rafael Laboissiere
# Copyright (C) 2010-2014  Agustin Martin
# Released under the terms of the GNU GPL, v3 or later.
# No warranties.

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

build/fragmaster::
	make -C debian/po4a man

install/fragmaster::
	install --mode=755 fragmaster.pl debian/fragmaster/usr/bin/fragmaster
	dh_perl fragmaster.pl

clean::
	make -C debian/po4a clean