File: rules

package info (click to toggle)
galeon 2.0.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 19,212 kB
  • ctags: 9,891
  • sloc: ansic: 77,793; cpp: 15,301; sh: 8,961; xml: 5,761; makefile: 888
file content (26 lines) | stat: -rwxr-xr-x 828 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

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk

# the DEBIAN_VERSION macro is used in the User-Agent header which users
# might also see in the "about:" page -- XXX information disclosure?
# (DEB_OPT_FLAG is included in the CFLAGS and CXXFLAGS)
DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION)

DEB_CONFIGURE_EXTRA_FLAGS := \
	--enable-nautilus-view=no \
	--with-mozilla=xulrunner

common-install-indep::
	# decode new icons, replace sucky icons
	for i in $(wildcard $(CURDIR)/debian/pixmaps/*.uue); do \
	    uudecode \
	        -o $(CURDIR)/debian/tmp/usr/share/galeon/`basename $$i .uue` \
	        $$i; \
	done
	# register Galeon in the Mailcap MIME system
	dh_installmime