File: rules

package info (click to toggle)
gcalctool 5.30.2-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 11,224 kB
  • ctags: 1,149
  • sloc: ansic: 7,079; sh: 1,159; yacc: 194; makefile: 155; lex: 109; xml: 43
file content (16 lines) | stat: -rwxr-xr-x 673 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1 -Wl,--as-needed"
DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper

binary-install/gcalctool::
	ln -s gcalctool.1.gz debian/gcalctool/usr/share/man/man1/gnome-calculator.1.gz
	install -d debian/gcalctool/usr/share/pixmaps
	cp debian/gcalctool.xpm debian/gcalctool/usr/share/pixmaps/gcalctool.xpm