author | renatofilho |
Tue May 01 16:04:02 2007 +0100 (2007-05-01) | |
branch | trunk |
changeset 608 | 43ce4ea2f9fb |
permissions | -rwxr-xr-x |
renatofilho@608 | 1 |
#!/usr/bin/make -f |
renatofilho@608 | 2 |
|
renatofilho@608 | 3 |
include /usr/share/cdbs/1/rules/debhelper.mk |
renatofilho@608 | 4 |
include /usr/share/cdbs/1/rules/simple-patchsys.mk |
renatofilho@608 | 5 |
include /usr/share/cdbs/1/class/gnome.mk |
renatofilho@608 | 6 |
include /usr/share/cdbs/1/rules/utils.mk |
renatofilho@608 | 7 |
|
renatofilho@608 | 8 |
# debian package version |
renatofilho@608 | 9 |
version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) |
renatofilho@608 | 10 |
|
renatofilho@608 | 11 |
maint: debian/control |
renatofilho@608 | 12 |
|
renatofilho@608 | 13 |
binary-install/gstreamer0.10-indt-nuvdemux:: |
renatofilho@608 | 14 |
rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.la |
renatofilho@608 | 15 |
rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.a |
renatofilho@608 | 16 |
rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.la |
renatofilho@608 | 17 |
rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.a |
renatofilho@608 | 18 |
|
renatofilho@608 | 19 |
.PHONY: maint |