File: rules

package info (click to toggle)
spirv-headers 1.6.1%2B1.4.309.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,036 kB
  • sloc: cpp: 14,702; ansic: 8,931; cs: 5,095; python: 5,007; xml: 122; makefile: 9; sh: 5
file content (15 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# see /usr/share/dpkg/*
include /usr/share/dpkg/pkg-info.mk

%:
	dh $@

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

gentarball:
	git archive --format=tar upstream-unstable --prefix=$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM)/ | \
		gzip -9 > \
		../$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz