r6512 - in /general/libsockets/trunk/debian: ./ changelog compat control copyright patches/ patches/libsockets-dev-2.2.5_ssloff.patch rules
tschmidt at users.alioth.debian.org
tschmidt at users.alioth.debian.org
Sun Mar 23 20:03:41 UTC 2008
Author: tschmidt
Date: Sun Mar 23 20:03:41 2008
New Revision: 6512
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6512
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
general/libsockets/trunk/debian/ (with props)
general/libsockets/trunk/debian/changelog
general/libsockets/trunk/debian/compat
general/libsockets/trunk/debian/control
general/libsockets/trunk/debian/copyright
general/libsockets/trunk/debian/patches/
general/libsockets/trunk/debian/patches/libsockets-dev-2.2.5_ssloff.patch
general/libsockets/trunk/debian/rules (with props)
Propchange: general/libsockets/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: general/libsockets/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libsockets/trunk/debian/changelog?rev=6512&op=file
==============================================================================
--- general/libsockets/trunk/debian/changelog (added)
+++ general/libsockets/trunk/debian/changelog Sun Mar 23 20:03:41 2008
@@ -1,0 +1,6 @@
+libsockets (2.2.5-1) unstable; urgency=low
+
+ * Initial release
+ * without SSL support
+
+ -- Sebastian Dellit <sebo at aritamba.de> Thu, 22 Nov 2007 10:10:16 +0200
Added: general/libsockets/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libsockets/trunk/debian/compat?rev=6512&op=file
==============================================================================
--- general/libsockets/trunk/debian/compat (added)
+++ general/libsockets/trunk/debian/compat Sun Mar 23 20:03:41 2008
@@ -1,0 +1,1 @@
+5
Added: general/libsockets/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libsockets/trunk/debian/control?rev=6512&op=file
==============================================================================
--- general/libsockets/trunk/debian/control (added)
+++ general/libsockets/trunk/debian/control Sun Mar 23 20:03:41 2008
@@ -1,0 +1,12 @@
+Source: libsockets
+Section: libdevel
+Priority: extra
+Maintainer: Sebastian Dellit <sebo at aritamba.de>
+Build-Depends: cdbs, debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: libsockets-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: C++ Sockets Library
+ A C++ class library wrapping the berkeley sockets C API.
Added: general/libsockets/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libsockets/trunk/debian/copyright?rev=6512&op=file
==============================================================================
--- general/libsockets/trunk/debian/copyright (added)
+++ general/libsockets/trunk/debian/copyright Sun Mar 23 20:03:41 2008
@@ -1,0 +1,29 @@
+This package was debianized by Sebastian Dellit <sebo at aritamba.de> on
+Thu, 22 Nov 2007 10:10:16 +0200.
+
+It was downloaded from <http://www.alhem.net/Sockets>
+
+Upstream Author: <grymse at gmail.com >
+
+Copyright: <Copyright (C) 2007 grymse at gmail.com>
+
+License:
+
+This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 dated June, 1991.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Sebastian Dellit <sebo at aritamba.de>
Added: general/libsockets/trunk/debian/patches/libsockets-dev-2.2.5_ssloff.patch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libsockets/trunk/debian/patches/libsockets-dev-2.2.5_ssloff.patch?rev=6512&op=file
==============================================================================
--- general/libsockets/trunk/debian/patches/libsockets-dev-2.2.5_ssloff.patch (added)
+++ general/libsockets/trunk/debian/patches/libsockets-dev-2.2.5_ssloff.patch Sun Mar 23 20:03:41 2008
@@ -1,0 +1,12 @@
+diff -rupN libsockets-dev-2.2.5.orig/sockets-config.h libsockets-dev-2.2.5.ssloff/sockets-config.h
+--- libsockets-dev-2.2.5.orig/sockets-config.h 2007-11-04 12:46:02.000000000 +0100
++++ libsockets-dev-2.2.5.ssloff/sockets-config.h 2007-12-03 11:32:30.000000000 +0100
+@@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place - Suit
+
+
+ /* OpenSSL support. */
+-#define HAVE_OPENSSL
++//#define HAVE_OPENSSL
+
+
+ /* Ipv6 support. */
Added: general/libsockets/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/general/libsockets/trunk/debian/rules?rev=6512&op=file
==============================================================================
--- general/libsockets/trunk/debian/rules (added)
+++ general/libsockets/trunk/debian/rules Sun Mar 23 20:03:41 2008
@@ -1,0 +1,14 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+# Add here any variable or target overrides you need.
+DEB_MAKE_CLEAN_TARGET := clean
+DEB_MAKE_BUILD_TARGET := all
+DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/libsockets-dev
+DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR)
+
+# example to work around dirty makefile
+DEB_MAKE_INSTALL_TARGET = install PREFIX=$(CURDIR)/debian/libsockets-dev/usr
Propchange: general/libsockets/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
More information about the pkg-vdr-dvb-changes
mailing list