packages/gst-debian/rules
author melunko
Thu Mar 13 16:29:38 2008 +0000 (2008-03-13)
branchtrunk
changeset 942 c93bfa74c71f
permissions -rwxr-xr-x
[svn r951] gmyth now is 0.8.1. Added methods epg_is_connected() and scheduler_is_connected()
renatofilho@911
     1
#!/usr/bin/make -f
renatofilho@911
     2
renatofilho@911
     3
include /usr/share/cdbs/1/rules/debhelper.mk
renatofilho@911
     4
include /usr/share/cdbs/1/rules/simple-patchsys.mk
renatofilho@911
     5
include /usr/share/cdbs/1/class/gnome.mk
renatofilho@911
     6
include /usr/share/cdbs/1/rules/utils.mk
renatofilho@911
     7
renatofilho@911
     8
# debian package version
renatofilho@911
     9
version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
renatofilho@911
    10
renatofilho@911
    11
maint: debian/control
renatofilho@911
    12
renatofilho@911
    13
binary-install/gstreamer0.10-indt-nuvdemux::
renatofilho@911
    14
	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.la
renatofilho@911
    15
	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.a
renatofilho@911
    16
	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.la
renatofilho@911
    17
	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.a
renatofilho@911
    18
renatofilho@911
    19
.PHONY: maint