File: rules

package info (click to toggle)
byacc-j 1.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 376 kB
  • ctags: 596
  • sloc: ansic: 6,742; yacc: 893; java: 447; makefile: 94; sh: 28
file content (24 lines) | stat: -rwxr-xr-x 530 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

DEB_DH_INSTALL_SOURCEDIR = debian/tmp

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

PACKAGE              := $(DEB_SOURCE_PACKAGE)
VERSION              := $(DEB_UPSTREAM_VERSION)
MAN_PAGES     := debian/byaccj.1

clean::
	rm -rf debian/tmp

binary-post-install/$(PACKAGE)::
	dh_installman $(MAN_PAGES)

get-orig-source:
	-uscan --force-download --rename