File: rules

package info (click to toggle)
aconnectgui 0.9.0rc2-1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: cpp: 1,232; makefile: 26
file content (17 lines) | stat: -rwxr-xr-x 397 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# rules
#
# Robert Jordens <rjo@gmx.de>
#
# This software may be used and distributed according to the terms
# of the GNU General Public License, incorporated herein by reference.

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_installman:
	/usr/bin/docbook-to-man debian/aconnectgui.sgml > debian/aconnectgui.1
	dh_installman
	rm -f debian/aconnectgui.1