gmyth-stream/libgnomevfs2/debian/rules
author morphbr
Tue May 29 21:24:48 2007 +0100 (2007-05-29)
branchtrunk
changeset 718 3fbcd3d9b2d1
permissions -rw-r--r--
[svn r724] * GMyth-Streamer version 0.3 released
- Improved Log architecture;
- Creation of a history for the transcoder's actions
- Creation of an id for each transcoder instanciated
- Also wrapps default actions for python's default logger

- Created new functions to make use of this new Log architecture;
- serve_new_id
- serve_get_log
- serve_get_all_log

- _Lot_ of small bug fixes;

- Inserted header for all files;

- Splited files with too many lines (more than 1 class per file)
in more files;
morphbr@534
     1
#!/usr/bin/make -f
morphbr@534
     2
morphbr@534
     3
include /usr/share/cdbs/1/rules/debhelper.mk
morphbr@534
     4
include /usr/share/cdbs/1/class/autotools.mk
morphbr@534
     5
include /usr/share/cdbs/1/rules/simple-patchsys.mk
morphbr@534
     6
include /usr/share/cdbs/1/rules/utils.mk
morphbr@534
     7
morphbr@534
     8
# debian package version
morphbr@534
     9
version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
morphbr@534
    10
morphbr@534
    11
maint: debian/control
morphbr@534
    12
morphbr@534
    13
common_conf_flags = \
morphbr@534
    14
	--disable-debug
morphbr@534
    15
morphbr@534
    16
# FIXME: should disable docs for arch only builds
morphbr@534
    17
DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)
morphbr@534
    18
morphbr@534
    19
DEB_INSTALL_DOCS_ALL += debian/README.Debian NEWS
morphbr@534
    20
morphbr@534
    21
.PHONY: maint