~andrewsomething/imagination/debian

2 by Daniel Baumann
Initial release.
1
#!/usr/bin/make -f
2
10 by Andrew Starr-Bochicchio
* New upstream release (Closes: #627240).
3
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
23 by Andrew Starr-Bochicchio
Promote libav suggests to recommends as they are in main now,
4
	SUBSTVARS = -Vdist:Recommends="libavformat-extra-53, libavutil-extra-51"
2 by Daniel Baumann
Initial release.
5
else
23 by Andrew Starr-Bochicchio
Promote libav suggests to recommends as they are in main now,
6
	SUBSTVARS = -Vdist:Recommends="libavformat53, libavutil51"
10 by Andrew Starr-Bochicchio
* New upstream release (Closes: #627240).
7
endif
8
9
%:
10
	dh $@ --with autotools_dev
11
12
override_dh_auto_install:
13
	dh_auto_install
14
	dh_install -pimagination debian/imagination.xpm /usr/share/pixmaps
15
	dh_installman -pimagination debian/imagination.1
16
	dh_installchangelogs -pimagination-common ChangeLog
17
18
override_dh_gencontrol:
19
	dh_gencontrol -pimagination -- $(SUBSTVARS)
7 by Andrew Starr-Bochicchio
* New upstream release. (Closes: #551120)
20
	dh_gencontrol -pimagination-common