r1579 - in vdr/vdr-plugin-xine/branches/network/debian: . patches
Tobias Grimm
tiber-guest at costa.debian.org
Sat Dec 3 21:28:30 UTC 2005
Author: tiber-guest
Date: 2005-12-03 21:28:29 +0000 (Sat, 03 Dec 2005)
New Revision: 1579
Added:
vdr/vdr-plugin-xine/branches/network/debian/patches/01_Makefile-fPIC-fix.dpatch
Modified:
vdr/vdr-plugin-xine/branches/network/debian/changelog
vdr/vdr-plugin-xine/branches/network/debian/control
vdr/vdr-plugin-xine/branches/network/debian/patches/00list
vdr/vdr-plugin-xine/branches/network/debian/rules
Log:
Synced with 0.7.6-4
Modified: vdr/vdr-plugin-xine/branches/network/debian/changelog
===================================================================
--- vdr/vdr-plugin-xine/branches/network/debian/changelog 2005-12-03 21:20:20 UTC (rev 1578)
+++ vdr/vdr-plugin-xine/branches/network/debian/changelog 2005-12-03 21:28:29 UTC (rev 1579)
@@ -1,3 +1,28 @@
+vdr-plugin-xine (0.7.6-4) unstable; urgency=low
+
+ * Tobias Grimm <tg at e-tobi.net>
+ - Synced with 0.7.6-4
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Sat, 3 Dec 2005 21:59:03 +0100
+
+vdr-plugin-xine (0.7.6-4) unstable; urgency=low
+
+ * Thomas Schmidt <tschmidt at debian.org>
+ - Build-Depend on vdr (>=1.3.37-1)
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Mon, 28 Nov 2005 22:41:50 +0100
+
+vdr-plugin-xine (0.7.6-3) unstable; urgency=low
+
+ * Thomas Schmidt <tschmidt at debian.org>
+ - Build-Depend on vdr (>=1.3.35-1)
+ - Removed CXXFLAGS as parameter from "make all" call in
+ debian/rules
+ - Added 01_Makefile-fPIC-fix.dpatch to fix potential FTBFS on some
+ arches like amd64, hppa and others
+
+ -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org> Tue, 1 Nov 2005 21:59:13 +0100
+
vdr-plugin-xine (0.7.6-2net1) unstable; urgency=low
* Tobias Grimm <tg at e-tobi.net>
Modified: vdr/vdr-plugin-xine/branches/network/debian/control
===================================================================
--- vdr/vdr-plugin-xine/branches/network/debian/control 2005-12-03 21:20:20 UTC (rev 1578)
+++ vdr/vdr-plugin-xine/branches/network/debian/control 2005-12-03 21:28:29 UTC (rev 1579)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Darren Salt <linux at youmustbejoking.demon.co.uk>, Thomas Schmidt <tschmidt at debian.org>
-Build-Depends: debhelper (>= 4.0.0), dpatch, libxine-dev (>= 1.0.2-0vdr1), vdr-dev (>=1.3.33-1)
+Build-Depends: debhelper (>= 4.0.0), dpatch, libxine-dev (>= 1.0.2-0vdr1), vdr-dev (>=1.3.37-1)
Standards-Version: 3.6.2
Package: vdr-plugin-xine
Modified: vdr/vdr-plugin-xine/branches/network/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-xine/branches/network/debian/patches/00list 2005-12-03 21:20:20 UTC (rev 1578)
+++ vdr/vdr-plugin-xine/branches/network/debian/patches/00list 2005-12-03 21:28:29 UTC (rev 1579)
@@ -1,3 +1,4 @@
01_debian
+01_Makefile-fPIC-fix
02_symlink_security
03_network
Copied: vdr/vdr-plugin-xine/branches/network/debian/patches/01_Makefile-fPIC-fix.dpatch (from rev 1578, vdr/vdr-plugin-xine/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch)
Modified: vdr/vdr-plugin-xine/branches/network/debian/rules
===================================================================
--- vdr/vdr-plugin-xine/branches/network/debian/rules 2005-12-03 21:20:20 UTC (rev 1578)
+++ vdr/vdr-plugin-xine/branches/network/debian/rules 2005-12-03 21:28:29 UTC (rev 1579)
@@ -40,7 +40,7 @@
build: patch build-stamp
build-stamp: configure-stamp
dh_testdir
- $(MAKE) all CXXFLAGS="$(CFLAGS)"
+ $(MAKE) all
touch build-stamp
clean: clean-tree unpatch
More information about the pkg-vdr-dvb-changes
mailing list