File: rules

package info (click to toggle)
dpkg-cross 2.6.15-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 416 kB
  • sloc: perl: 1,210; sh: 156; makefile: 124
file content (16 lines) | stat: -rwxr-xr-x 538 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# Sample debian/rules that uses cdbs.  Originally written by Robert Millan.
# This file is public domain.

include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/perl-makemaker.mk

clean::
	$(RM) Debian::DpkgCross.3 dpkg-cross.1
	$(RM) debian/stamp-makefile-build debian/stamp-makefile-check

build/dpkg-cross::
	install -d debian/dpkg-cross/usr/share/bug/dpkg-cross/
	install -m 0755 debian/bugscript debian/dpkg-cross/usr/share/bug/dpkg-cross/script