File: rules

package info (click to toggle)
aconnectgui 0.9.0rc2-1-10
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 376 kB
  • sloc: cpp: 1,232; sh: 675; makefile: 30
file content (26 lines) | stat: -rwxr-xr-x 617 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/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.
#
# $Id$
#

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk

common-binary-post-install-arch::
	dh_buildinfo
	dh_install debian/aconnectgui.desktop usr/share/applications
	dh_install debian/aconnectgui.xpm usr/share/pixmaps

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

clean::
	-rm -f debian/aconnectgui.1