[med-svn] [Git][med-team/socketplusplus][master] 6 commits: New upstream version 1.12.13+git20131030.5d039ba

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Oct 7 08:11:01 BST 2021



Andreas Tille pushed to branch master at Debian Med / socketplusplus


Commits:
58bad066 by Andreas Tille at 2021-10-07T08:45:44+02:00
New upstream version 1.12.13+git20131030.5d039ba
- - - - -
39b63e79 by Andreas Tille at 2021-10-07T08:45:44+02:00
Update upstream source from tag 'upstream/1.12.13+git20131030.5d039ba'

Update to upstream version '1.12.13+git20131030.5d039ba'
with Debian dir e2f13cdc875722afac71a7d39d3cf43bcd1bbac1
- - - - -
ff54a527 by Andreas Tille at 2021-10-07T08:46:04+02:00
routine-update: Standards-Version: 4.6.0

- - - - -
a6411bf7 by Andreas Tille at 2021-10-07T08:46:10+02:00
routine-update: Remove trailing whitespace in debian/rules

- - - - -
de1f86c2 by Andreas Tille at 2021-10-07T08:58:12+02:00
Drop patch applied in upstream Git

- - - - -
876e29c3 by Andreas Tille at 2021-10-07T08:59:23+02:00
Upload to unstable

- - - - -


10 changed files:

- NEWS
- THANKS
- debian/changelog
- debian/control
- − debian/patches/fixinfo.patch
- debian/patches/series
- debian/rules
- + doc/.socket++.texi.swp
- doc/socket++.texi
- socket++.spec


Changes:

=====================================
NEWS
=====================================
@@ -52,6 +52,6 @@ the throw statement.
 * Header file in ${prefix}/include/socket++/
 
 New Version of socket++:
-http://members.aon.at/hstraub/linux/socket++/index.html
+http://www.linuxhacker.at/socketxx
 Freshmeat:
 http://freshmeat.net/projects/socketxx/


=====================================
THANKS
=====================================
@@ -11,4 +11,6 @@ Thanks to:
 * Matthew Faupel <matthew.faupel at micropraxis.com> report incomatible licencse 
   terms
 
+* Mathieu Malaterre <malat at debian.org>: texinfo patch
+
 If I forgot somebody, please send an email to me and accept my apologies..


=====================================
debian/changelog
=====================================
@@ -1,8 +1,10 @@
-socket++ (1.12.13+git20131030.5d039ba-1) UNRELEASED; urgency=medium
+socket++ (1.12.13+git20131030.5d039ba-1) unstable; urgency=medium
 
   * d/watch: use git mode since upstream does not use release tags
+  * Standards-Version: 4.6.0 (routine-update)
+  * Remove trailing whitespace in debian/rules (routine-update)
 
- -- Andreas Tille <tille at debian.org>  Thu, 07 Oct 2021 08:09:08 +0200
+ -- Andreas Tille <tille at debian.org>  Thu, 07 Oct 2021 08:58:39 +0200
 
 socket++ (1.12.13-11) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper-compat (= 13),
                texinfo,
                install-info
-Standards-Version: 4.5.1
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/socketplusplus
 Vcs-Git: https://salsa.debian.org/med-team/socketplusplus.git
 Homepage: https://github.com/malaterre/socketxx-1


=====================================
debian/patches/fixinfo.patch deleted
=====================================
@@ -1,24 +0,0 @@
-Description: Fix issue with subsection vs section
-Author: Mathieu Malaterre <malat at debian.org>
-Forwarded: no
-
---- socket++-1.12.13.orig/doc/socket++.texi
-+++ socket++-1.12.13/doc/socket++.texi
-@@ -2334,7 +2334,7 @@ an @code{echo} object is a smart pointer
- 
- @end table
- 
-- at subsection tsecho.C
-+ at section tsecho.C
- @example
- // echo server. Serves clients at port 4000.
- #include <echo.h>
-@@ -2449,7 +2449,7 @@ recipient previously established through
- 
- @end table
- 
-- at subsection tcsmtp.C
-+ at section tcsmtp.C
- @example
- // smtp client.
- // The president sends a message to gs4t@@virginia.edu.


=====================================
debian/patches/series
=====================================
@@ -1,4 +1,3 @@
-fixinfo.patch
 kfreebsd.patch
 hurd3.patch
 hurd4.patch


=====================================
debian/rules
=====================================
@@ -19,7 +19,7 @@ pkg_dev = libsocket++-dev
 
 override_dh_install:
 	# pkg_lib
-	dh_install -p$(pkg_lib) debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/lib*.so.* usr/lib/$(DEB_HOST_MULTIARCH)	
+	dh_install -p$(pkg_lib) debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/lib*.so.* usr/lib/$(DEB_HOST_MULTIARCH)
 	dh_install -p$(pkg_lib) debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/lib*.a usr/lib/$(DEB_HOST_MULTIARCH)
 	# pkg_dev
 	#dh_install -p$(pkg_dev) debian/tmp/usr/lib/lib*.a usr/lib


=====================================
doc/.socket++.texi.swp
=====================================
Binary files /dev/null and b/doc/.socket++.texi.swp differ


=====================================
doc/socket++.texi
=====================================
@@ -2334,7 +2334,7 @@ an @code{echo} object is a smart pointer for the underlying
 
 @end table
 
- at subsection tsecho.C
+ at section tsecho.C
 @example
 // echo server. Serves clients at port 4000.
 #include <echo.h>
@@ -2449,7 +2449,7 @@ recipient previously established through @code{smtpbuf::rcpt()} calls.
 
 @end table
 
- at subsection tcsmtp.C
+ at section tcsmtp.C
 @example
 // smtp client.
 // The president sends a message to gs4t@@virginia.edu.


=====================================
socket++.spec
=====================================
@@ -4,10 +4,10 @@ Version: 1.12.10
 Release: 1
 Copyright: Freely Distributable
 Group: Development/Libraries
-Source: http://www.hstraub.at/linux/downloads/src/%{name}-%{version}.tar.gz
+Source: http://src.linuxhacker.at/socket++/%{name}-%{version}.tar.gz
 Vendor: Gnanasekaran Swaminathan
-URL: http://members.aon.at/hstraub/linux/socket++/
-Packager: Herbert Straub <h.straub at aon.at>
+URL: http://www.linuxhacker.at/socketxx
+Packager: Herbert Straub <herbert at linuxhacker.at>
 BuildRequires: autoconf automake texinfo libtool info
 BuildRoot: %{_tmppath}/%{name}-root
 



View it on GitLab: https://salsa.debian.org/med-team/socketplusplus/-/compare/593dce960953a683d4cd6542ba666e97a56099aa...876e29c3aca7a10b0c49931bb50867bda1667a9c

-- 
View it on GitLab: https://salsa.debian.org/med-team/socketplusplus/-/compare/593dce960953a683d4cd6542ba666e97a56099aa...876e29c3aca7a10b0c49931bb50867bda1667a9c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20211007/2c8857e8/attachment-0001.htm>


More information about the debian-med-commit mailing list