File: rules

package info (click to toggle)
gnome-btdownload 0.0.32-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,136 kB
  • ctags: 129
  • sloc: sh: 3,118; python: 1,087; makefile: 61
file content (21 lines) | stat: -rwxr-xr-x 527 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
#!/usr/bin/make -f

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

clean::
	rm -f debian/gnome-btdownload.1
	find -name '*omf.out' -exec rm -f \{\} \;
	rm -f $(CURDIR)/po/Makefile.in.in
	rm -f $(CURDIR)/intltool*.in

makebuilddir/gnome-btdownload::

	intltoolize --force
	for script in intltool-extract intltool-merge intltool-update; do \
		test -s && cp /usr/bin/$$script $$script.in; \
	done

binary-install/gnome-btdownload::
	dh_python2