]> git.sven.stormbind.net Git - sven/mysqltcl.git/commitdiff
releasing package mysqltcl version 3.052-4 master debian/3.052-4
authorSven Hoexter <sven@stormbind.net>
Mon, 16 Aug 2021 20:28:21 +0000 (22:28 +0200)
committerSven Hoexter <sven@stormbind.net>
Mon, 16 Aug 2021 20:28:21 +0000 (22:28 +0200)
debian/changelog
debian/control
debian/gbp.conf
debian/patches/man-hyphen-and-spelling
debian/rules
debian/source/format
debian/watch

index 507f453f86ee112a43766c5600f0298a7462ffa2..bb45a6fcf936cce08ba77a002397d098b125f7cb 100644 (file)
@@ -1,4 +1,17 @@
-mysqltcl (3.052-3) 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).
+  * 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 <hoexter@debian.org>  Mon, 16 Aug 2021 22:28:10 +0200
+
+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 +21,7 @@ mysqltcl (3.052-3) UNRELEASED; urgency=medium
   * Drop explicit inclusion and export of dpkg-buildflags, handled
     by debhelper nowadays.
 
- -- Sven Hoexter <hoexter@debian.org>  Thu, 01 Nov 2018 15:42:40 +0100
+ -- Sven Hoexter <hoexter@debian.org>  Thu, 01 Nov 2018 16:01:57 +0100
 
 mysqltcl (3.052-2) unstable; urgency=medium
 
@@ -237,7 +250,7 @@ mysqltcl (2.0rc11-2) unstable; urgency=low
   * Created package. (closes: #119129)
 
   * Added man page.
-  
+
  -- David N. Welton <davidw@debian.org>  Mon, 12 Nov 2001 13:33:19 +0100
 
 mysqltcl (2.0rc11-1) unstable; urgency=low
@@ -245,5 +258,3 @@ mysqltcl (2.0rc11-1) unstable; urgency=low
   * Initial Release.
 
  -- David N. Welton <davidw@debian.org>  Sun, 11 Nov 2001 15:25:08 +0100
-
-
index a6b1c64f703afc6345b95647b65a9649ec424d3e..90821c95401e581b9cb5c5aeb2aaca47e12842a2 100644 (file)
@@ -1,9 +1,10 @@
 Source: mysqltcl
 Section: database
 Priority: optional
-Maintainer: Sven Hoexter <hoexter@debian.org>
-Build-Depends: debhelper-compat (= 11), tcl-dev, default-libmysqlclient-dev, quilt
-Standards-Version: 4.2.1
+Maintainer: Debian QA Group <packages@qa.debian.org>
+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
 Vcs-Browser: https://git.sven.stormbind.net/?p=sven/mysqltcl.git
index cec628c7444886870d72dc8bcd536479e7f8a284..ed9617c6153d4f8986b4dae25662f879da36db42 100644 (file)
@@ -1,2 +1,5 @@
 [DEFAULT]
 pristine-tar = True
+
+[buildpackage]
+ignore-new = True
\ No newline at end of file
index ed01d35ba8f3b835070b40ce5b87ff4b31224dcc..52bd694db972c06a7aba2a79141d994b04f42b12 100644 (file)
@@ -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"
index 8409ffe58a586195cbdf19c4b62c09993eb6ba2d..5f11dee5de8f3af451716c9f2da8aaffaaab4929 100755 (executable)
@@ -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 -- \
index d3827e75a5cadb9fe4a27e1cb9b6d192e7323120..163aaf8d82b6c54f23c45f32895dbdfdcc27b047 100644 (file)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
index 7d0ec8c530016334d495b4fd1d7282297582f27b..334fdf9a40fbe36f6a4a24a7c0591871735ab034 100644 (file)
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://www.xdobry.de/mysqltcl/mysqltcl-([\d\.]+).tar.gz