r1705 - in vdr/vdr-plugin-mp3/trunk/debian: . patches
Thomas Schmidt
tschmidt at costa.debian.org
Tue Jan 10 17:12:53 UTC 2006
Author: tschmidt
Date: 2006-01-10 17:12:52 +0000 (Tue, 10 Jan 2006)
New Revision: 1705
Removed:
vdr/vdr-plugin-mp3/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
Modified:
vdr/vdr-plugin-mp3/trunk/debian/changelog
vdr/vdr-plugin-mp3/trunk/debian/control
vdr/vdr-plugin-mp3/trunk/debian/patches/00list
Log:
vdr-plugin-mp3: Updated for vdr 1.3.38, New upstream release 0.9.14
Modified: vdr/vdr-plugin-mp3/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/changelog 2006-01-10 17:08:47 UTC (rev 1704)
+++ vdr/vdr-plugin-mp3/trunk/debian/changelog 2006-01-10 17:12:52 UTC (rev 1705)
@@ -1,3 +1,14 @@
+vdr-plugin-mp3 (0.9.14-1) unstable; urgency=low
+
+ * NOT RELEASED YET
+
+ * Thomas Schmidt <tschmidt at debian.org>
+ - New upstream release
+ + Removed 01_Makefile-fPIC-fix.dpatch
+ - Build-Depend on vdr (>=1.3.38-1)
+
+ -- Thomas Schmidt <tschmidt at debian.org> Tue, 10 Jan 2006 18:08:48 +0100
+
vdr-plugin-mp3 (0.9.13-8) unstable; urgency=low
* Thomas Schmidt <tschmidt at debian.org>
Modified: vdr/vdr-plugin-mp3/trunk/debian/control
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/control 2006-01-10 17:08:47 UTC (rev 1704)
+++ vdr/vdr-plugin-mp3/trunk/debian/control 2006-01-10 17:12:52 UTC (rev 1705)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
Uploaders: Thomas Schmidt <tschmidt at debian.org>
-Build-Depends: debhelper (>> 4.1.16), libsndfile1-dev, libid3tag0-dev, libmad0-dev, libvorbis-dev, vdr-dev (>=1.3.37-1), dpatch (>= 2.0.9)
+Build-Depends: debhelper (>> 4.1.16), libsndfile1-dev, libid3tag0-dev, libmad0-dev, libvorbis-dev, vdr-dev (>=1.3.38-1), dpatch (>= 2.0.9)
Standards-Version: 3.6.2
Package: vdr-plugin-mp3
Modified: vdr/vdr-plugin-mp3/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/patches/00list 2006-01-10 17:08:47 UTC (rev 1704)
+++ vdr/vdr-plugin-mp3/trunk/debian/patches/00list 2006-01-10 17:12:52 UTC (rev 1705)
@@ -1,2 +1 @@
-01_Makefile-fPIC-fix
10_mount.sh-path
Deleted: vdr/vdr-plugin-mp3/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch
===================================================================
--- vdr/vdr-plugin-mp3/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch 2006-01-10 17:08:47 UTC (rev 1704)
+++ vdr/vdr-plugin-mp3/trunk/debian/patches/01_Makefile-fPIC-fix.dpatch 2006-01-10 17:12:52 UTC (rev 1705)
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-
-## 02_Makefile-fPIC-fix.dpatch by Thomas Schmidt <thomas.schmidt at in.stud.tu-ilmenau.de>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Adds -fPIC to Makefile, to fix FTBFS on hppa
-
- at DPATCH@
-diff -urNad /home/chelli/vdr/cvs/vdr/vdr-plugin-mp3/Makefile vdr-plugin-mp3/Makefile
---- /home/chelli/vdr/cvs/vdr/vdr-plugin-mp3/Makefile 2004-05-14 12:32:27.000000000 +0200
-+++ vdr-plugin-mp3/Makefile 2004-07-11 13:30:07.000000000 +0200
-@@ -36,7 +36,7 @@
-
- ### The C++ compiler and options:
- CXX ?= g++
--CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
-+CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual
-
- ###############################################
- ###############################################
More information about the pkg-vdr-dvb-changes
mailing list