r8576 - in /vdr/vdr-plugin-fritzbox/trunk/debian: changelog patches/01_gnutls.dpatch
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Tue Apr 13 22:33:17 UTC 2010
Author: tiber-guest
Date: Tue Apr 13 22:33:16 2010
New Revision: 8576
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8576
Log:
Added missing libgnutls-oppssl linking
Modified:
vdr/vdr-plugin-fritzbox/trunk/debian/changelog
vdr/vdr-plugin-fritzbox/trunk/debian/patches/01_gnutls.dpatch
Modified: vdr/vdr-plugin-fritzbox/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/debian/changelog?rev=8576&op=diff
==============================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/changelog Tue Apr 13 22:33:16 2010
@@ -1,3 +1,9 @@
+vdr-plugin-fritzbox (1.3.2-3) unstable; urgency=low
+
+ * Added missing libgnutls-oppssl linking
+
+ -- Tobias Grimm <etobi at debian.org> Wed, 14 Apr 2010 00:32:22 +0200
+
vdr-plugin-fritzbox (1.3.2-2) unstable; urgency=low
* Build-depend on vdr-dev >= 1.6.0-16
Modified: vdr/vdr-plugin-fritzbox/trunk/debian/patches/01_gnutls.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-fritzbox/trunk/debian/patches/01_gnutls.dpatch?rev=8576&op=diff
==============================================================================
--- vdr/vdr-plugin-fritzbox/trunk/debian/patches/01_gnutls.dpatch (original)
+++ vdr/vdr-plugin-fritzbox/trunk/debian/patches/01_gnutls.dpatch Tue Apr 13 22:33:16 2010
@@ -7,19 +7,19 @@
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr-plugin-fritzbox-1.3.2~/Makefile vdr-plugin-fritzbox-1.3.2/Makefile
--- vdr-plugin-fritzbox-1.3.2~/Makefile 2009-08-23 15:07:13.000000000 +0200
-+++ vdr-plugin-fritzbox-1.3.2/Makefile 2010-03-28 18:45:23.000000000 +0200
++++ vdr-plugin-fritzbox-1.3.2/Makefile 2010-04-14 00:08:06.000000000 +0200
@@ -51,7 +51,7 @@
### libfritz++
LIBFRITZ = libfritz++
INCLUDES += -I$(LIBFRITZ)
-LIBS += $(LIBFRITZ)/$(LIBFRITZ).a -lssl
-+LIBS += $(LIBFRITZ)/$(LIBFRITZ).a -lgnutls
++LIBS += $(LIBFRITZ)/$(LIBFRITZ).a -lgnutls-openssl
### libpthread++
LIBPTHREAD = libpthread++
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' vdr-plugin-fritzbox-1.3.2~/libfritz++/FritzClient.cpp vdr-plugin-fritzbox-1.3.2/libfritz++/FritzClient.cpp
--- vdr-plugin-fritzbox-1.3.2~/libfritz++/FritzClient.cpp 2009-11-29 12:31:19.000000000 +0100
-+++ vdr-plugin-fritzbox-1.3.2/libfritz++/FritzClient.cpp 2010-03-28 18:45:23.000000000 +0200
++++ vdr-plugin-fritzbox-1.3.2/libfritz++/FritzClient.cpp 2010-04-14 00:08:06.000000000 +0200
@@ -19,7 +19,7 @@
*
*/
More information about the pkg-vdr-dvb-changes
mailing list