File: rules

package info (click to toggle)
mate-submodules 0.0~git20220213.a8efc6b-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 244 kB
  • sloc: ansic: 2,867; makefile: 41
file content (18 lines) | stat: -rwxr-xr-x 536 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@

override_dh_autoreconf:

override_dh_auto_configure:

override_dh_auto_build:

override_dh_install:
	mkdir -p $(CURDIR)/debian/tmp/usr/src/
	cd $(CURDIR) && tar  --clamp-mtime --mtime="$(SOURCE_DATE)" --mode=go=rX,u+rw,a-s --owner=0 --group=0 --numeric-owner -cv `find . -type f | grep -v ./debian/ | grep -v ./.pc/ | sort` | xz -z > $(CURDIR)/debian/tmp/usr/src/mate-submodules-source.tar.xz
	dh_install

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..