File: rules

package info (click to toggle)
xdrawchem 1%3A1.10.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,900 kB
  • sloc: cpp: 32,223; sh: 11; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

DESTDIR = debian/xdrawchem

export QT_SELECT=qt5

%:
	dh $@ 

override_dh_install:
	dh_install
	# remove extra license files
	find $(DESTDIR)/usr/share/xdrawchem/ -name GPL.txt | xargs rm -f