renatofilho@911: #!/usr/bin/make -f renatofilho@911: renatofilho@911: include /usr/share/cdbs/1/rules/debhelper.mk renatofilho@911: include /usr/share/cdbs/1/rules/simple-patchsys.mk renatofilho@911: include /usr/share/cdbs/1/class/gnome.mk renatofilho@911: include /usr/share/cdbs/1/rules/utils.mk renatofilho@911: renatofilho@911: # debian package version renatofilho@911: version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) renatofilho@911: renatofilho@911: maint: debian/control renatofilho@911: renatofilho@911: binary-install/gstreamer0.10-indt-nuvdemux:: renatofilho@911: rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.la renatofilho@911: rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.a renatofilho@911: rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.la renatofilho@911: rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.a renatofilho@911: renatofilho@911: .PHONY: maint