vdr/vdr-plugin-freecell/debian changelog control copyright docs install rules watch
Tobias Grimm
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 01 Aug 2004 11:33:35 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-freecell/debian
In directory haydn:/tmp/cvs-serv5510/debian
Added Files:
changelog control copyright docs install rules watch
Log Message:
Added debian changes for version 0.0.1-3.
--- NEW FILE: watch ---
version=2
http://www.magoa.net/linux/index.php?view=freecell .*/vdr-freecell-(.*)\.tgz
--- NEW FILE: docs ---
README
--- NEW FILE: rules ---
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# This is the debhelper compatibility version to use.
export DH_COMPAT=4
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
VDR=vdr
VDRDIR=/usr/include/$(VDR)
PACKAGE=$(VDR)-plugin-freecell
include /usr/share/dpatch/dpatch.make
configure: configure-stamp
configure-stamp: patch-stamp
dh_testdir
touch configure-stamp
build: build-stamp
build-stamp: configure-stamp
dh_testdir
$(MAKE) all DVBDIR=/usr VDRDIR=$(VDRDIR) LIBDIR=.
touch build-stamp
clean: clean1 unpatch
clean1:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
$(MAKE) -o .dependencies clean
rm -f libvdr-*.so.*
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
dh_install
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
# Build architecture-dependent files here.
binary-arch: build install
dh_testdir
dh_testroot
# dh_installdebconf
dh_installdocs
dh_installexamples
# dh_installmenu
# dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime
# dh_installinit
# dh_installcron
# dh_installman
# dh_installinfo
# dh_undocumented
dh_installchangelogs HISTORY
dh_link
dh_strip
dh_compress
dh_fixperms
# dh_makeshlibs
dh_installdeb
# dh_perl
dh_shlibdeps
cat $(VDRDIR)/patchlevel >> debian/$(PACKAGE).substvars
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure \
clean1 patch unpatch
--- NEW FILE: changelog ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: install ---
libvdr-freecell.so.* usr/lib/vdr/plugins/
freecell etc/vdr/plugins/
--- NEW FILE: copyright ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: control ---
(This appears to be a binary file; contents omitted.)