vdr/vdr-plugin-timeline/debian changelog compat control copyright docs install rules watch
Tobias Grimm
pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 03 Jan 2005 19:10:46 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-timeline/debian
In directory haydn:/tmp/cvs-serv24545/debian
Added Files:
changelog compat control copyright docs install rules watch
Log Message:
Added debian changes for version 0.9.0-1.
--- NEW FILE: compat ---
4
--- NEW FILE: watch ---
version=2
#
# Because the site uses "%2F" instead of "/" in href, this is not the best
# solution. Any suggestions are welcome!
#
http://www.js-home.org/vdr/timeline/index.php .*vdr-timeline-(.*)\.tar\.gz
--- 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
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
# Set VDR=vdr or VDR=vdrdevel - vdrdevel always uses dpatch
VDR=$(shell dh_listpackages | grep "^vdr.*-" | head -n 1 | sed -e "s/-.*//")
ifeq ($(VDR), vdrdevel)
DPATCH=yes
endif
# To use dpatch uncomment the following line and set Build-Depends to dpatch
DPATCH=yes
ifdef DPATCH
include /usr/share/dpatch/dpatch.make
else
patch:
patch-stamp:
unpatch:
endif
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=/usr/include/$(VDR) LIBDIR=.
touch build-stamp
clean: clean-patched unpatch
clean-patched:
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
/usr/lib/$(VDR)-dev/patchlevel.sh subst
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure \
clean-patched patch unpatch
--- NEW FILE: changelog ---
vdr-plugin-timeline (0.9.0-1) unstable; urgency=low
* Tobias Grimm <tg@e-tobi.net>
- New upstream release
- Using debian/compat now
- Add -fPIC in patch
- Build-depend on vdr 1.2.6-6
- Conflict with vdr (>=1.2.7)
-- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Mon, 03 Jan 2005 19:39:00 +0100
vdr-plugin-timeline (0.8.1-4) unstable; urgency=low
* Using -fPIC to fix potential FTBFS
* Adapted control file to alioth packages
* Using patchlevel.sh and custom control field "vdr-patchlevel"
* Removed debian/dirs
* Using dh_install now
* Added debian/watch file
-- Tobias Grimm <tg@e-tobi.net> Wed, 29 Sep 2004 21:20:00 +0200
vdr-plugin-timeline (0.8.1-3) unstable; urgency=low
* integrated patchlevel info
-- Peter Siering <ps@ctmagazin.de> Wed, 14 Jan 2004 18:00:00 +0200
vdr-plugin-timeline (0.8.1-2) unstable; urgency=low
* removed unnecessary lines from dirs file
-- Tobias Grimm <tg@e-tobi.net> Wed, 07 Jan 2004 20:40:00 +0100
vdr-plugin-timeline (0.8.1-1) unstable; urgency=low
* debianized
-- Arthur Weber <x-TuX@gmx.net> Wed, 03 Dec 2003 18:00:00 +0200
--- NEW FILE: install ---
libvdr-timeline.so.* usr/lib/vdr/plugins/
--- NEW FILE: copyright ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: control ---
Source: vdr-plugin-timeline
Section: misc
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
Uploaders: Tobias Grimm <tg@e-tobi.net>, Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
Build-Depends: debhelper (>= 4.1.16), vdr-dev (>=1.2.6-6), dpatch (>=2.0.9)
Standards-Version: 3.6.1
Package: vdr-plugin-timeline
Architecture: any
Depends: ${shlibs:Depends}, vdr (>= 1.2.6-6)
Conflicts: vdr (>=1.2.7)
Description: Timeline plugin for vdr
Shows a timeline of all programmed timers per day and informs
you of timer conflicts.
XB-VDR-Patchlevel: ${patchlevel}