r6569 - in /vdr/vdr-plugin-live/trunk/debian: changelog install postrm rules
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Thu Apr 3 22:35:53 UTC 2008
Author: tiber-guest
Date: Thu Apr 3 22:35:53 2008
New Revision: 6569
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6569
Log:
* Build-Depend on vdr-dev (>=1.6.0)
* Updated denbian/rules
Modified:
vdr/vdr-plugin-live/trunk/debian/changelog
vdr/vdr-plugin-live/trunk/debian/install
vdr/vdr-plugin-live/trunk/debian/postrm
vdr/vdr-plugin-live/trunk/debian/rules
Modified: vdr/vdr-plugin-live/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/debian/changelog?rev=6569&op=diff
==============================================================================
--- vdr/vdr-plugin-live/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-live/trunk/debian/changelog Thu Apr 3 22:35:53 2008
@@ -1,12 +1,13 @@
-vdr-plugin-live (0.1.0+cvs20080323.1527-1) UNRELEASED; urgency=low
+vdr-plugin-live (0.1.0+cvs20080323.1527-1) experimental; urgency=low
* New Upstream Snapshot
* Build-depend on libtntnet-dev (1.6.0.1-1.1),
libcxxtools-dev (>= 1.4.3.6-1.1) (Closes: #454836)
* Updated debian/copyright
- * Build-Depend on vdr-dev (>=1.6.0-1)
+ * Build-Depend on vdr-dev (>=1.6.0)
+ * Updated denbian/rules
- -- Tobias Grimm <tg at e-tobi.net> Sun, 23 Mar 2008 16:27:13 +0100
+ -- Tobias Grimm <tg at e-tobi.net> Fri, 04 Apr 2008 00:32:54 +0200
vdr-plugin-live (0.1.0+cvs20071228.1851-4) experimental; urgency=low
Modified: vdr/vdr-plugin-live/trunk/debian/install
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/debian/install?rev=6569&op=diff
==============================================================================
--- vdr/vdr-plugin-live/trunk/debian/install (original)
+++ vdr/vdr-plugin-live/trunk/debian/install Thu Apr 3 22:35:53 2008
@@ -1,5 +1,6 @@
libvdr-live.so.* usr/lib/vdr/plugins/
live/* usr/share/vdr-plugin-live/
-locale usr/share/
debian/plugin.live.conf etc/vdr/plugins/
+
+debian/tmp/usr/share/locale
Modified: vdr/vdr-plugin-live/trunk/debian/postrm
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/debian/postrm?rev=6569&op=diff
==============================================================================
--- vdr/vdr-plugin-live/trunk/debian/postrm (original)
+++ vdr/vdr-plugin-live/trunk/debian/postrm Thu Apr 3 22:35:53 2008
@@ -23,7 +23,7 @@
purge)
rm -f /var/lib/vdr/plugins/live/httpd.config
rm -f /var/lib/vdr/plugins/live/httpd.properties
-
+
CFGDIR="/var/lib/vdr/plugins/live"
for DIR in css img js themes; do
[ -L $CFGDIR/$DIR ] && rm -f $CFGDIR/$DIR
Modified: vdr/vdr-plugin-live/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/debian/rules?rev=6569&op=diff
==============================================================================
--- vdr/vdr-plugin-live/trunk/debian/rules (original)
+++ vdr/vdr-plugin-live/trunk/debian/rules Thu Apr 3 22:35:53 2008
@@ -1,19 +1,19 @@
#! /bin/sh /usr/share/vdr-dev/make-special-vdr.sh
include /usr/share/cdbs/1/rules/debhelper.mk
+#include /usr/share/cdbs/1/rules/dpatch.mk
DEB_INSTALL_CHANGELOGS_ALL = HISTORY
-MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. LOCALEDIR=locale
+MAKE_OPTIONS = DVBDIR=/usr VDRDIR=/usr/include/vdr LIBDIR=. \
+ LOCALEDIR=debian/tmp/usr/share/locale
common-build-arch::
- mkdir -p locale
$(MAKE) all $(MAKE_OPTIONS)
-clean::
+cleanbuilddir::
$(MAKE) -o .dependencies clean $(MAKE_OPTIONS)
rm -f libvdr-*.so.*
- rm -rf locale
common-binary-predeb-arch::
sh /usr/share/vdr-dev/patchlevel.sh subst
@@ -27,4 +27,3 @@
tar cvfz "../vdr-plugin-live_$(VERSION_ID).orig.tar.gz" live
rm -rf live
dch -v "$(VERSION_ID)-1" "New Upstream Snapshot"
-
More information about the pkg-vdr-dvb-changes
mailing list