File: rules

package info (click to toggle)
mgltools-support 1.5.7-3
  • links: PTS, VCS
  • area: non-free
  • in suites: buster
  • size: 172 kB
  • sloc: python: 971; sh: 78; makefile: 8
file content (18 lines) | stat: -rwxr-xr-x 407 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-
# debian/rules for mgltools-support

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

BRANCH=`cat debian/get-orig-source/current-branch`
RCVERSION=`cat debian/get-orig-source/rc-version`
SRC=SupportDIST

PYVERS := $(shell pyversions -vs)

%:
	dh $@ --with python2

get-orig-source:
	./debian/get-orig-source/get-orig-source $(SRC) $(BRANCH) $(RCVERSION)