File: rules

package info (click to toggle)
clustalx 2.1%2Blgpl-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,332 kB
  • ctags: 3,424
  • sloc: cpp: 40,050; sh: 163; xml: 102; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_configure:
	qmake-qt4

override_dh_clean:
	$(RM) moc_*
	dh_clean

override_dh_installchangelogs:
	dh_installchangelogs debian/CHANGELOG.upstream

get-upstream-changelog:
	cd debian; wget -N --output-document=CHANGELOG.upstream http://www.clustal.org/download/current/CHANGELOG