author | rosfran |
Tue Mar 27 20:27:51 2007 +0100 (2007-03-27) | |
branch | trunk |
changeset 462 | 0e6de3b59f57 |
parent 75 | 761a8bbe4278 |
permissions | -rwxr-xr-x |
renatofilho@74 | 1 |
#!/usr/bin/make -f |
renatofilho@74 | 2 |
|
renatofilho@74 | 3 |
include /usr/share/cdbs/1/rules/debhelper.mk |
renatofilho@74 | 4 |
include /usr/share/cdbs/1/rules/simple-patchsys.mk |
renatofilho@74 | 5 |
include /usr/share/cdbs/1/class/gnome.mk |
renatofilho@74 | 6 |
include /usr/share/cdbs/1/rules/utils.mk |
renatofilho@74 | 7 |
|
renatofilho@77 | 8 |
# debian package version |
renatofilho@77 | 9 |
version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) |
renatofilho@77 | 10 |
|
renatofilho@77 | 11 |
maint: debian/control |
renatofilho@77 | 12 |
|
renatofilho@74 | 13 |
binary-install/gstreamer0.10-indt-nuvdemux:: |
renatofilho@74 | 14 |
rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.la |
renatofilho@74 | 15 |
rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.a |
renatofilho@77 | 16 |
rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.la |
renatofilho@77 | 17 |
rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.a |
renatofilho@77 | 18 |
|
renatofilho@77 | 19 |
.PHONY: maint |