packages/gst-debian/rules
author renatofilho
Mon Feb 04 18:23:49 2008 +0000 (2008-02-04)
branchtrunk
changeset 911 da7ce603d47f
permissions -rwxr-xr-x
[svn r918] moved debian dir from gst-gmyth and libgnomevfs2-mythtv to packages project
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