File: rules

package info (click to toggle)
pidgin-blinklight 0.11.1-5
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 1,620 kB
  • sloc: sh: 10,705; ansic: 319; makefile: 43; sed: 16
file content (22 lines) | stat: -rwxr-xr-x 678 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- CFLAGS="$(CFLAGS)" CC="$(CC)" CXX="$(CXX)" --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --libexecdir=\$${prefix}/lib/pidgin-blinklight


override_dh_auto_clean:
	dh_auto_clean
	-rm -f po/*gmo po/stamp-po

override_dh_auto_install:
	dh_auto_install
	rm -f $(CURDIR)/debian/pidgin-blinklight/usr/lib/purple-2/pidgin-blinklight.la

override_dh_fixperms:
	dh_fixperms
	chmod u+s $(CURDIR)/debian/pidgin-blinklight/usr/lib/pidgin-blinklight/blinklight-fixperm
	dh_pidgin -ppidgin-blinklight