vdr/vdr-plugin-weather/debian changelog control copyright dirs docs rules
Tobias Grimm
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 01 Aug 2004 16:33:37 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-weather/debian
In directory haydn:/tmp/cvs-serv1632/debian
Added Files:
changelog control copyright dirs docs rules
Log Message:
Added debian changes for version 0.2.1e-4.
--- NEW FILE: dirs ---
usr/lib/vdr/plugins
--- 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=3
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
configure: configure-stamp
configure-stamp:
dh_testdir
touch configure-stamp
build: build-stamp
build-stamp: configure-stamp
dh_testdir
$(MAKE) all DVBDIR=/usr/include VDRDIR=/usr/include/vdr LIBDIR=. REMOTE=lirc
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
rm -f debian/vdr-plugin-weather.substvars
rm -f libvdr-*.so*
make clean
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
cp libvdr-weather*.so.* $(CURDIR)/debian/vdr-plugin-weather/usr/lib/vdr/plugins/
# 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_installdocs
dh_installexamples
dh_installmenu
dh_installcron
dh_installman
dh_installinfo
dh_installchangelogs HISTORY
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
cd debian; mv vdr-plugin-weather.substvars substvars.old; cat /usr/include/vdr/patchlevel substvars.old > vdr-plugin-weather.substvars; rm -f substvars.old
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
--- NEW FILE: changelog ---
vdr-plugin-weather (0.2.1e-4) unstable; urgency=low
* now depends on libmdsp-dev (renamed from mdsplib-dev)
-- Tobias Grimm <tg@e-tobi.net> Sat, 17 Jan 2004 04:45:00 +0200
vdr-plugin-weather (0.2.1e-3) unstable; urgency=low
* integrated patchlevel info
-- Peter Siering <ps@ctmagazin.de> Wed, 14 Jan 2004 18:15:00 +0200
vdr-plugin-weather (0.2.1e-2) unstable; urgency=low
* shortend description
* upstream HISTORY gets installed with dh_installchangelogs now
-- Tobias Grimm <tg@e-tobi.net> Wed, 7 Jan 2004 01:59:19 +0100
vdr-plugin-weather (0.2.1e-1) unstable; urgency=low
* debianized
-- Arthur Weber <x-TuX@gmx.net> Wed, 03 Dec 2003 18:00:00 +0200
--- NEW FILE: copyright ---
This package was debianized by Arthur Weber on Son, 30 dec 2003 18:15:00 +0200.
It was downloaded from http://www.i-konzept.de/moldaner/vdr/
Upstream Author: Steffen Moldaner <s.moldaner@gmx.net>
Copyright:
You are free to distribute this software under the terms of
the GNU General Public License.
On Debian systems, the complete text of the GNU General Public
License can be found in /usr/share/common-licenses/GPL file.
--- NEW FILE: control ---
Source: vdr-plugin-weather
Section: misc
Priority: extra
Maintainer: Tobias Grimm <tg@e-tobi.net>
Build-Depends: debhelper (>> 3.0.0), vdr-dev (>= 1.2.6-5), ftplib-dev (>=3.1-1-1), libmdsp-dev (>=0.11-1)
Standards-Version: 3.5.2
Package: vdr-plugin-weather
Architecture: i386
Depends: ${shlibs:Depends}, vdr (>= 1.2.6-5)
Description: Weather plugin for vdr
Displays the current weather conditions for a selected location.
It gets the METAR data from ftp://weather.noaa.gov.
Patchlevel: ${patchlevel}