File: rules

package info (click to toggle)
kvirc2 2.1.3-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 16,308 kB
  • ctags: 9,533
  • sloc: cpp: 86,257; sh: 10,532; makefile: 631; perl: 419; ansic: 315; sed: 16
file content (37 lines) | stat: -rwxr-xr-x 1,022 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
27
28
29
30
31
32
33
34
35
36
37
#! /usr/bin/make -f
#
#	Build script for the kvirc2 debian package.
#	Using Common Debian Build System (CDBS).
#

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

	#
	#	Specify extra configure options:
	#
DEB_CONFIGURE_EXTRA_FLAGS := --with-ipv6-support --with-new-pics
	#
	#	If debug is specified, turn it on
	#
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
	DEB_CONFIGURE_EXTRA_FLAGS += --enable-debug
endif

	#
	#	Don't compress script examples
	#
DEB_COMPRESS_EXCLUDE := .kvs

	#
	#	Run dh_shlibdeps with the correct options
	#
DEB_SHLIBDEPS_INCLUDE_kvirc2 := debian/kvirc2$(DEB_CONFIGURE_PREFIX)/lib
DEB_SHLIBDEPS_LIBRARY_kvirc2 := kvirc2

	#
	#	Documentation to include for each package
	#
DEB_INSTALL_DOCS_kvirc2      := RELEASE
DEB_INSTALL_DOCS_kvirc2-data := doc/CURIOSITY doc/Etiquette doc/FAQ doc/IrcManual doc/TaoOfIrc doc/alt-irc-faq
DEB_INSTALL_DOCS_kvirc2-dev  := doc/Plugins-devel-HOWTO doc/basicplugin.tar.gz doc/script-examples -XMakefile -XCVS -X.cvsignore