r329 - vdr/vdr-plugin-weather/trunk/debian
Thomas Schmidt
pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 26 Mar 2005 17:02:47 +0000
Author: tschmidt
Date: 2005-03-26 17:02:47 +0000 (Sat, 26 Mar 2005)
New Revision: 329
Modified:
vdr/vdr-plugin-weather/trunk/debian/changelog
vdr/vdr-plugin-weather/trunk/debian/control
vdr/vdr-plugin-weather/trunk/debian/rules
Log:
vdr-plugin-weather:
* Use patchlevel.sh subst in debian/rules not the old code,
therefore Build-Depend on vdr (>=1.2.6-7)
* Cleaned up debian/rules
* prepared 0.2.1e-10 for release
Modified: vdr/vdr-plugin-weather/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-weather/trunk/debian/changelog 2005-03-26 16:57:27 UTC (rev 328)
+++ vdr/vdr-plugin-weather/trunk/debian/changelog 2005-03-26 17:02:47 UTC (rev 329)
@@ -1,11 +1,12 @@
vdr-plugin-weather (0.2.1e-10) unstable; urgency=low
- * NOT RELEASED YET
-
* Thomas Schmidt <tschmidt@debian.org>
+ - Use patchlevel.sh subst in debian/rules not the old code,
+ therefore Build-Depend on vdr (>=1.2.6-7)
+ - Cleaned up debian/rules a little bit
- Changed my email-address to the debian one
- -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Thu, 17 Mar 2005 20:26:20 +0100
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org> Sat, 26 Mar 2005 18:01:11 +0100
vdr-plugin-weather (0.2.1e-9) unstable; urgency=low
Modified: vdr/vdr-plugin-weather/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-weather/trunk/debian/control 2005-03-26 16:57:27 UTC (rev 328)
+++ vdr/vdr-plugin-weather/trunk/debian/control 2005-03-26 17:02:47 UTC (rev 329)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>
Uploaders: Tobias Grimm <tg@e-tobi.net>, Thomas Schmidt <tschmidt@debian.org>
-Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.2.6), ftplib-dev (>=3.1-1-1), libmdsp-dev (>=0.11-6), dpatch (>= 2.0.9)
+Build-Depends: debhelper (>> 4.1.16), vdr-dev (>= 1.2.6-7), ftplib-dev (>=3.1-1-1), libmdsp-dev (>=0.11-6), dpatch (>= 2.0.9)
Standards-Version: 3.6.1
Package: vdr-plugin-weather
Modified: vdr/vdr-plugin-weather/trunk/debian/rules
===================================================================
--- vdr/vdr-plugin-weather/trunk/debian/rules 2005-03-26 16:57:27 UTC (rev 328)
+++ vdr/vdr-plugin-weather/trunk/debian/rules 2005-03-26 17:02:47 UTC (rev 329)
@@ -15,7 +15,9 @@
INSTALL_PROGRAM += -s
endif
-VDR=vdr
+# Set VDR=vdr or VDR=vdrdevel
+VDR=$(shell dh_listpackages | grep "^vdr.*-" | head -n 1 | sed -e "s/-.*//")
+
VDRDIR=/usr/include/$(VDR)
PACKAGE=$(VDR)-plugin-weather
@@ -65,30 +67,16 @@
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
- [ -r $(VDRDIR)/patchlevel ] || echo 'patchlevel=' >> debian/$(PACKAGE).substvars
- [ ! -r $(VDRDIR)/patchlevel ] || cat $(VDRDIR)/patchlevel >> debian/$(PACKAGE).substvars
+ /usr/lib/$(VDR)-dev/patchlevel.sh subst
dh_gencontrol
dh_md5sums
dh_builddeb