Author: malat Date: 2014-11-07 08:56:12 +0000 (Fri, 07 Nov 2014) New Revision: 18462
Added: trunk/packages/socket++/tags/1.12.13-8/ trunk/packages/socket++/tags/1.12.13-8/debian/changelog trunk/packages/socket++/tags/1.12.13-8/debian/control Removed: trunk/packages/socket++/tags/1.12.13-8/debian/changelog trunk/packages/socket++/tags/1.12.13-8/debian/control Log: [svn-buildpackage] Tagging socket++ 1.12.13-8 Deleted: trunk/packages/socket++/tags/1.12.13-8/debian/changelog =================================================================== --- trunk/packages/socket++/trunk/debian/changelog 2014-11-07 08:37:40 UTC (rev 18460) +++ trunk/packages/socket++/tags/1.12.13-8/debian/changelog 2014-11-07 08:56:12 UTC (rev 18462) @@ -1,42 +0,0 @@ -socket++ (1.12.13-7) unstable; urgency=low - - * Hurd does not support sys_errlist - - -- Mathieu Malaterre <[email protected]> Tue, 31 Dec 2013 11:39:02 +0100 - -socket++ (1.12.13-6) unstable; urgency=low - - * Final fixes for Hurd - - -- Mathieu Malaterre <[email protected]> Tue, 31 Dec 2013 08:39:12 +0100 - -socket++ (1.12.13-5) unstable; urgency=low - - * Yet another round of fixes for Hurd/kFreeBSD - - -- Mathieu Malaterre <[email protected]> Mon, 30 Dec 2013 14:15:34 +0100 - -socket++ (1.12.13-4) unstable; urgency=low - - * Fix remaining issues on Hurd/kFreeBSD - - -- Mathieu Malaterre <[email protected]> Sun, 29 Dec 2013 12:07:03 +0100 - -socket++ (1.12.13-3) unstable; urgency=low - - * Another round of fixes for Hurd/kFreeBSD - - -- Mathieu Malaterre <[email protected]> Fri, 13 Dec 2013 09:14:27 +0100 - -socket++ (1.12.13-2) unstable; urgency=low - - * Fix compilation on hurd/kFreeBSD - * Bump Std-Vers to 3.9.5, no changes needed - - -- Mathieu Malaterre <[email protected]> Wed, 11 Dec 2013 09:03:55 +0100 - -socket++ (1.12.13-1) unstable; urgency=low - - * Initial release. (Closes: #278940) - - -- Mathieu Malaterre <[email protected]> Sun, 27 Oct 2013 07:08:17 +0100 Copied: trunk/packages/socket++/tags/1.12.13-8/debian/changelog (from rev 18461, trunk/packages/socket++/trunk/debian/changelog) =================================================================== --- trunk/packages/socket++/tags/1.12.13-8/debian/changelog (rev 0) +++ trunk/packages/socket++/tags/1.12.13-8/debian/changelog 2014-11-07 08:56:12 UTC (rev 18462) @@ -0,0 +1,49 @@ +socket++ (1.12.13-8) unstable; urgency=low + + * Really make the package multiarch capable. Closes: #768405 + * Bump Std-Vers to 3.9.6, no changes needed. + + -- Mathieu Malaterre <[email protected]> Fri, 07 Nov 2014 09:48:56 +0100 + +socket++ (1.12.13-7) unstable; urgency=low + + * Hurd does not support sys_errlist + + -- Mathieu Malaterre <[email protected]> Tue, 31 Dec 2013 11:39:02 +0100 + +socket++ (1.12.13-6) unstable; urgency=low + + * Final fixes for Hurd + + -- Mathieu Malaterre <[email protected]> Tue, 31 Dec 2013 08:39:12 +0100 + +socket++ (1.12.13-5) unstable; urgency=low + + * Yet another round of fixes for Hurd/kFreeBSD + + -- Mathieu Malaterre <[email protected]> Mon, 30 Dec 2013 14:15:34 +0100 + +socket++ (1.12.13-4) unstable; urgency=low + + * Fix remaining issues on Hurd/kFreeBSD + + -- Mathieu Malaterre <[email protected]> Sun, 29 Dec 2013 12:07:03 +0100 + +socket++ (1.12.13-3) unstable; urgency=low + + * Another round of fixes for Hurd/kFreeBSD + + -- Mathieu Malaterre <[email protected]> Fri, 13 Dec 2013 09:14:27 +0100 + +socket++ (1.12.13-2) unstable; urgency=low + + * Fix compilation on hurd/kFreeBSD + * Bump Std-Vers to 3.9.5, no changes needed + + -- Mathieu Malaterre <[email protected]> Wed, 11 Dec 2013 09:03:55 +0100 + +socket++ (1.12.13-1) unstable; urgency=low + + * Initial release. (Closes: #278940) + + -- Mathieu Malaterre <[email protected]> Sun, 27 Oct 2013 07:08:17 +0100 Deleted: trunk/packages/socket++/tags/1.12.13-8/debian/control =================================================================== --- trunk/packages/socket++/trunk/debian/control 2014-11-07 08:37:40 UTC (rev 18460) +++ trunk/packages/socket++/tags/1.12.13-8/debian/control 2014-11-07 08:56:12 UTC (rev 18462) @@ -1,38 +0,0 @@ -Source: socket++ -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Mathieu Malaterre <[email protected]> -Section: libs -Priority: optional -Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo, install-info -Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/socket++/trunk/ -Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/socket++/trunk/ -Homepage: http://www.linuxhacker.at/socketxx - -Package: libsocket++1 -Architecture: any -Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: lightweight convenience library to handle low level BSD sockets in C++ - libs - 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. - . - This package contains the libraries needed to run socket++ applications. - -Package: libsocket++-dev -Section: libdevel -Architecture: any -Depends: ${misc:Depends}, libsocket++1 (= ${binary:Version}) -Description: lightweight convenience library to handle low level BSD sockets in C++ -devel - 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. - . - Headers and shared libraries for socket++. Copied: trunk/packages/socket++/tags/1.12.13-8/debian/control (from rev 18461, trunk/packages/socket++/trunk/debian/control) =================================================================== --- trunk/packages/socket++/tags/1.12.13-8/debian/control (rev 0) +++ trunk/packages/socket++/tags/1.12.13-8/debian/control 2014-11-07 08:56:12 UTC (rev 18462) @@ -0,0 +1,40 @@ +Source: socket++ +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Mathieu Malaterre <[email protected]> +Section: libs +Priority: optional +Build-Depends: debhelper (>= 9), dh-autoreconf, texinfo, install-info +Standards-Version: 3.9.6 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/socket++/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/socket++/trunk/ +Homepage: http://www.linuxhacker.at/socketxx + +Package: libsocket++1 +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: lightweight convenience library to handle low level BSD sockets in C++ - libs + 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. + . + This package contains the libraries needed to run socket++ applications. + +Package: libsocket++-dev +Section: libdevel +Multi-Arch: same +Architecture: any +Depends: ${misc:Depends}, libsocket++1 (= ${binary:Version}) +Description: lightweight convenience library to handle low level BSD sockets in C++ -devel + 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. + . + Headers and shared libraries for socket++. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
