[med-svn] r14987 - in trunk/packages: . socket++ socket++/trunk socket++/trunk/debian
Mathieu Malaterre
malat at alioth.debian.org
Sat Oct 26 16:11:45 UTC 2013
Author: malat
Date: 2013-10-26 16:11:45 +0000 (Sat, 26 Oct 2013)
New Revision: 14987
Added:
trunk/packages/socket++/
trunk/packages/socket++/trunk/
trunk/packages/socket++/trunk/debian/
trunk/packages/socket++/trunk/debian/changelog
trunk/packages/socket++/trunk/debian/compat
trunk/packages/socket++/trunk/debian/control
trunk/packages/socket++/trunk/debian/copyright
trunk/packages/socket++/trunk/debian/rules
trunk/packages/socket++/trunk/debian/watch
Log:
First pass at socket++
Property changes on: trunk/packages/socket++/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/packages/socket++/trunk/debian/changelog
===================================================================
--- trunk/packages/socket++/trunk/debian/changelog (rev 0)
+++ trunk/packages/socket++/trunk/debian/changelog 2013-10-26 16:11:45 UTC (rev 14987)
@@ -0,0 +1,5 @@
+socket++ (1.12.13-1) unstable; urgency=low
+
+ * Initial release. (Closes: #278940)
+
+ -- Mathieu Malaterre <malat at debian.org> Sat, 26 Oct 2013 17:59:27 +0200
Added: trunk/packages/socket++/trunk/debian/compat
===================================================================
--- trunk/packages/socket++/trunk/debian/compat (rev 0)
+++ trunk/packages/socket++/trunk/debian/compat 2013-10-26 16:11:45 UTC (rev 14987)
@@ -0,0 +1 @@
+9
Added: trunk/packages/socket++/trunk/debian/control
===================================================================
--- trunk/packages/socket++/trunk/debian/control (rev 0)
+++ trunk/packages/socket++/trunk/debian/control 2013-10-26 16:11:45 UTC (rev 14987)
@@ -0,0 +1,21 @@
+Source: socket++
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>
+Section: libs
+Priority: optional
+Standards-Version: 3.9.4
+Homepage: http://www.linuxhacker.at/socketxx
+Build-Depends: debhelper (>= 9)
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/socket++/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/socket++/trunk/
+
+Package: libsocket++1
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: lightweight convenience library to handle low level BSD sockets in C++
+ Socket++ library defines a family of C++ classes that can be used more
+ effectively than directly calling the underlying low-level system functions.
+ One distinct advantage of the socket++ is that it has the same interface as
+ that of the iostream so that the users can perform type-safe input output.
+ See your local IOStream library documentation for more information on
+ iostreams.
Added: trunk/packages/socket++/trunk/debian/copyright
===================================================================
--- trunk/packages/socket++/trunk/debian/copyright (rev 0)
+++ trunk/packages/socket++/trunk/debian/copyright 2013-10-26 16:11:45 UTC (rev 14987)
@@ -0,0 +1,4 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Socket++
+Upstream-Contact: Herbert Straub <herbert at linuxhacker.at>
+Source: http://www.linuxhacker.at/socketxx/download
Added: trunk/packages/socket++/trunk/debian/rules
===================================================================
--- trunk/packages/socket++/trunk/debian/rules (rev 0)
+++ trunk/packages/socket++/trunk/debian/rules 2013-10-26 16:11:45 UTC (rev 14987)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel
+
+CMAKE_EXTRA_FLAGS += \
+ -DCMAKE_BUILD_TYPE=""
+
+get-orig-source:
+ uscan --verbose --force-download --rename
Property changes on: trunk/packages/socket++/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/socket++/trunk/debian/watch
===================================================================
--- trunk/packages/socket++/trunk/debian/watch (rev 0)
+++ trunk/packages/socket++/trunk/debian/watch 2013-10-26 16:11:45 UTC (rev 14987)
@@ -0,0 +1,3 @@
+version=3
+http://www.linuxhacker.at/socketxx/download \
+http://src.linuxhacker.at/socket\+\+/socket\+\+-([\d\.]*)\.tar\.gz
More information about the debian-med-commit
mailing list