Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


Artifact [1fe577eec6]

Artifact 1fe577eec68fe3369243edab02d2f40af3ca91bf:


# The "Packfile" is just a make script, which is used as mid-packing
# helper. It's run within fpm/xmp execution context in /tmp/staging123/,
# where final distribution file arrangements are made.
# Keeps the Makefile more „build“-related.

all:  preprocess  $(PACK_TYPE)

# More selective file rewriting
preprocess: usr/share/streamtuner2/channels/search.pym
%.pym: %.py
	preprocess -D $(PKG_FLAG) -o $< $<

deb:	# complainy lintian needs a custom changelog.gz
	gzip -9c usr/share/doc/streamtuner2/NEWS > usr/share/doc/streamtuner2/changelog.gz