From 5c1f9c085ac310792114a2e4861af092d0babfef Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Thu, 1 Nov 2018 16:02:00 +0100 Subject: [PATCH 01/11] releasing package mysqltcl version 3.052-3 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 507f453..1620d6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mysqltcl (3.052-3) UNRELEASED; urgency=medium +mysqltcl (3.052-3) unstable; urgency=medium * Set Vcs-* URLs to a https based one. * Increase Standards-Version to 4.2.1 - no changes required. @@ -8,7 +8,7 @@ mysqltcl (3.052-3) UNRELEASED; urgency=medium * Drop explicit inclusion and export of dpkg-buildflags, handled by debhelper nowadays. - -- Sven Hoexter Thu, 01 Nov 2018 15:42:40 +0100 + -- Sven Hoexter Thu, 01 Nov 2018 16:01:57 +0100 mysqltcl (3.052-2) unstable; urgency=medium -- 2.39.2 From d61e0ab140b95d0fed3d9b0f3beb6ad9fa78888a Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 16 Aug 2021 21:41:06 +0200 Subject: [PATCH 02/11] Change debhelper-compat level to 13. --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1620d6d..9a36f53 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mysqltcl (3.052-4) UNRELEASED; urgency=medium + + * Change debhelper-compat level to 13. + + -- Sven Hoexter Mon, 16 Aug 2021 21:40:54 +0200 + mysqltcl (3.052-3) unstable; urgency=medium * Set Vcs-* URLs to a https based one. diff --git a/debian/control b/debian/control index a6b1c64..cc4aed9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mysqltcl Section: database Priority: optional Maintainer: Sven Hoexter -Build-Depends: debhelper-compat (= 11), tcl-dev, default-libmysqlclient-dev, quilt +Build-Depends: debhelper-compat (= 13), tcl-dev, default-libmysqlclient-dev, quilt Standards-Version: 4.2.1 Homepage: http://www.xdobry.de/mysqltcl/ Vcs-Git: https://git.sven.stormbind.net/mysqltcl.git -- 2.39.2 From 8309660219da6644fe2b859d0967412f6dcaa40b Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 16 Aug 2021 21:48:15 +0200 Subject: [PATCH 03/11] Update Standards-Version to 4.5.1. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9a36f53..81d1975 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mysqltcl (3.052-4) UNRELEASED; urgency=medium * Change debhelper-compat level to 13. + * Update Standards-Version to 4.5.1. -- Sven Hoexter Mon, 16 Aug 2021 21:40:54 +0200 diff --git a/debian/control b/debian/control index cc4aed9..7183fe2 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: database Priority: optional Maintainer: Sven Hoexter Build-Depends: debhelper-compat (= 13), tcl-dev, default-libmysqlclient-dev, quilt -Standards-Version: 4.2.1 +Standards-Version: 4.5.1 Homepage: http://www.xdobry.de/mysqltcl/ Vcs-Git: https://git.sven.stormbind.net/mysqltcl.git Vcs-Browser: https://git.sven.stormbind.net/?p=sven/mysqltcl.git -- 2.39.2 From 65f43dbb6da8190caca9549cb9d44a35a7cc9ad9 Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 16 Aug 2021 21:51:14 +0200 Subject: [PATCH 04/11] Move to source format 3.0 (quilt). --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 2 +- debian/source/format | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 81d1975..a2abd93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mysqltcl (3.052-4) UNRELEASED; urgency=medium * Change debhelper-compat level to 13. * Update Standards-Version to 4.5.1. + * Move to source format 3.0 (quilt). -- Sven Hoexter Mon, 16 Aug 2021 21:40:54 +0200 diff --git a/debian/control b/debian/control index 7183fe2..3177cdb 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: mysqltcl Section: database Priority: optional Maintainer: Sven Hoexter -Build-Depends: debhelper-compat (= 13), tcl-dev, default-libmysqlclient-dev, quilt +Build-Depends: debhelper-compat (= 13), tcl-dev, default-libmysqlclient-dev Standards-Version: 4.5.1 Homepage: http://www.xdobry.de/mysqltcl/ Vcs-Git: https://git.sven.stormbind.net/mysqltcl.git diff --git a/debian/rules b/debian/rules index 8409ffe..5f11dee 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: - dh $@ --with quilt + dh $@ override_dh_auto_configure: dh_auto_configure -- \ diff --git a/debian/source/format b/debian/source/format index d3827e7..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -1.0 +3.0 (quilt) -- 2.39.2 From 6eb54404c3fbd60acc41da679ddbb7480d1a7f2d Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 16 Aug 2021 21:51:57 +0200 Subject: [PATCH 05/11] Add ignore-new to package gbp.conf --- debian/gbp.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/gbp.conf b/debian/gbp.conf index cec628c..ed9617c 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,5 @@ [DEFAULT] pristine-tar = True + +[buildpackage] +ignore-new = True \ No newline at end of file -- 2.39.2 From c61de78d3d24937369199e1ca6830fb3ceec58ac Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 16 Aug 2021 21:58:47 +0200 Subject: [PATCH 06/11] Rules-Requires-Root: no in debian/control. --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index a2abd93..6017d08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ mysqltcl (3.052-4) UNRELEASED; urgency=medium * Change debhelper-compat level to 13. * Update Standards-Version to 4.5.1. * Move to source format 3.0 (quilt). + * Rules-Requires-Root: no in debian/control. -- Sven Hoexter Mon, 16 Aug 2021 21:40:54 +0200 diff --git a/debian/control b/debian/control index 3177cdb..bc38b9a 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: database Priority: optional Maintainer: Sven Hoexter Build-Depends: debhelper-compat (= 13), tcl-dev, default-libmysqlclient-dev +Rules-Requires-Root: no Standards-Version: 4.5.1 Homepage: http://www.xdobry.de/mysqltcl/ Vcs-Git: https://git.sven.stormbind.net/mysqltcl.git -- 2.39.2 From 6cd41d304a7a83f22f9ed32e964f086f3615cf6e Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 16 Aug 2021 22:00:38 +0200 Subject: [PATCH 07/11] Update debian/watch to version 4. --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6017d08..de9180a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ mysqltcl (3.052-4) UNRELEASED; urgency=medium * Update Standards-Version to 4.5.1. * Move to source format 3.0 (quilt). * Rules-Requires-Root: no in debian/control. + * Update debian/watch to version 4. -- Sven Hoexter Mon, 16 Aug 2021 21:40:54 +0200 diff --git a/debian/watch b/debian/watch index 7d0ec8c..334fdf9 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 http://www.xdobry.de/mysqltcl/mysqltcl-([\d\.]+).tar.gz -- 2.39.2 From 3a608713749e753a3cab9da491e7e1c9c312e17c Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 16 Aug 2021 22:01:26 +0200 Subject: [PATCH 08/11] Fix very old trailing whitespace in the changelog --- debian/changelog | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index de9180a..584c0d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -247,7 +247,7 @@ mysqltcl (2.0rc11-2) unstable; urgency=low * Created package. (closes: #119129) * Added man page. - + -- David N. Welton Mon, 12 Nov 2001 13:33:19 +0100 mysqltcl (2.0rc11-1) unstable; urgency=low @@ -255,5 +255,3 @@ mysqltcl (2.0rc11-1) unstable; urgency=low * Initial Release. -- David N. Welton Sun, 11 Nov 2001 15:25:08 +0100 - - -- 2.39.2 From acfe48c66c088b8a210a96b509d81f459c01905b Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 16 Aug 2021 22:12:03 +0200 Subject: [PATCH 09/11] Refresh debian/patches/man-hyphen-and-spelling with some more input provided by lintian. --- debian/changelog | 2 ++ debian/patches/man-hyphen-and-spelling | 31 ++++++++++++++++++++++---- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 584c0d2..3b25760 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ mysqltcl (3.052-4) UNRELEASED; urgency=medium * Move to source format 3.0 (quilt). * Rules-Requires-Root: no in debian/control. * Update debian/watch to version 4. + * Refresh debian/patches/man-hyphen-and-spelling with some more + input provided by lintian. -- Sven Hoexter Mon, 16 Aug 2021 21:40:54 +0200 diff --git a/debian/patches/man-hyphen-and-spelling b/debian/patches/man-hyphen-and-spelling index ed01d35..52bd694 100644 --- a/debian/patches/man-hyphen-and-spelling +++ b/debian/patches/man-hyphen-and-spelling @@ -1,7 +1,9 @@ Fix some smaller issue in the manpage brought up by lintian. Mostly hyphen-as-minus and two spelling issue. ---- a/doc/mysqltcl.n -+++ b/doc/mysqltcl.n +Index: mysqltcl/doc/mysqltcl.n +=================================================================== +--- mysqltcl.orig/doc/mysqltcl.n ++++ mysqltcl/doc/mysqltcl.n @@ -358,17 +358,17 @@ The port number for the TCP/IP connectio The socket or named pipe for the connection. .TP @@ -74,6 +76,15 @@ Mostly hyphen-as-minus and two spelling issue. string if \fI-list\fR or \fI-flatlist\fR is specified. There is no pending result in this case. .sp +@@ -513,7 +513,7 @@ In case of multiple statement ::mysql::e + \fB::mysql::query\fR \fIhandle\fR \fIsql-select-statement\fR + Send \fIsql-select-statement\fR to the server. + .sp +-\fImysql::query\fR allow to send multiple nested queries on one handle (without need to build ++\fImysql::query\fR allow one to send multiple nested queries on one handle (without need to build + new handle or caching results). + mysql::query return a query handle that can be used as handle in commands as (mysql::fetch, + ::mysql::map, mysql::seek, mysql::col, mysql::result). @@ -566,7 +566,7 @@ The first variable in the binding list i the row, and so on. The variables are created in the current context (if they do not @@ -83,9 +94,12 @@ Mostly hyphen-as-minus and two spelling issue. placeholder in the binding list. If there are more columns than variables the extra columns are ignored. -@@ -616,7 +616,7 @@ This command can be faster as using of : +@@ -614,9 +614,9 @@ from server. + There is also no client cache. + This command can be faster as using of ::mysql::sel and by very big resultset will not overload client machine. - The scipt should process the result immadiatly because +-The scipt should process the result immadiatly because ++The scipt should process the result immediately because it can block table (or tables) for another clients. -If performance matter please test all alternatives separatly. +If performance matter please test all alternatives separately. @@ -139,3 +153,12 @@ Mostly hyphen-as-minus and two spelling issue. .TP command The last failing mysqltcl command. +@@ -973,7 +973,7 @@ You may set it to another value. + .PP + .SH "Backward compatibility" + Up from version 3.0 all mysql commands are declared in ::mysql namespace. +-All names for example mysqlconnect are also aviable but deprecated. ++All names for example mysqlconnect are also available but deprecated. + All old commands have the name pattern mysql{name} and the most of them are now mysql::{name}. + The exception is mysqlnext, which was renamed to mysql::fetch. + .SH "BUGS & POSSIBLE MISFEATURES" -- 2.39.2 From 1e48fe33c219189cab0576051ab7f6ba1e0840cf Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 16 Aug 2021 22:22:59 +0200 Subject: [PATCH 10/11] Orphan the package. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3b25760..8fdf947 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ mysqltcl (3.052-4) UNRELEASED; urgency=medium + * Orphan the package. * Change debhelper-compat level to 13. * Update Standards-Version to 4.5.1. * Move to source format 3.0 (quilt). diff --git a/debian/control b/debian/control index bc38b9a..90821c9 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: mysqltcl Section: database Priority: optional -Maintainer: Sven Hoexter +Maintainer: Debian QA Group Build-Depends: debhelper-compat (= 13), tcl-dev, default-libmysqlclient-dev Rules-Requires-Root: no Standards-Version: 4.5.1 -- 2.39.2 From cef42c9d0de3724997f8f0454c3c62a214bd3efc Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Mon, 16 Aug 2021 22:28:21 +0200 Subject: [PATCH 11/11] releasing package mysqltcl version 3.052-4 --- debian/changelog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8fdf947..bb45a6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,15 @@ -mysqltcl (3.052-4) UNRELEASED; urgency=medium +mysqltcl (3.052-4) unstable; urgency=medium * Orphan the package. * Change debhelper-compat level to 13. * Update Standards-Version to 4.5.1. * Move to source format 3.0 (quilt). - * Rules-Requires-Root: no in debian/control. - * Update debian/watch to version 4. + * Set Rules-Requires-Root: no in debian/control. + * Update debian/watch file to version 4. * Refresh debian/patches/man-hyphen-and-spelling with some more input provided by lintian. - -- Sven Hoexter Mon, 16 Aug 2021 21:40:54 +0200 + -- Sven Hoexter Mon, 16 Aug 2021 22:28:10 +0200 mysqltcl (3.052-3) unstable; urgency=medium -- 2.39.2