diff -pruN 2.7.0-1/debian/changelog 2.7.0-2/debian/changelog
--- 2.7.0-1/debian/changelog	2025-08-15 10:52:03.000000000 +0000
+++ 2.7.0-2/debian/changelog	2025-10-13 14:48:58.000000000 +0000
@@ -1,3 +1,10 @@
+lua-sql (2.7.0-2) unstable; urgency=medium
+
+  * Team upload
+  * Drop lua5.2 support
+
+ -- Bastian Germann <bage@debian.org>  Mon, 13 Oct 2025 16:48:58 +0200
+
 lua-sql (2.7.0-1) unstable; urgency=medium
 
   * Team upload.
diff -pruN 2.7.0-1/debian/lua5.2.mysql.dh-lua.conf 2.7.0-2/debian/lua5.2.mysql.dh-lua.conf
--- 2.7.0-1/debian/lua5.2.mysql.dh-lua.conf	2025-08-15 10:52:03.000000000 +0000
+++ 2.7.0-2/debian/lua5.2.mysql.dh-lua.conf	1970-01-01 00:00:00.000000000 +0000
@@ -1,19 +0,0 @@
-PKG_NAME=sql.mysql
-
-CLIB_CFLAGS=$(shell mysql_config --cflags)
-CLIB_LDFLAGS=$(shell mysql_config --libs)
-CLIB_OBJS=src/luasql.lo src/ls_mysql.lo
-
-LUA_HEADER=
-LUA_SOURCES=
-LUA_MODNAME=luasql.mysql
-#LUA_TEST=tests/test.lua mysql database user password
-
-PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1)
-PKG_LIBS_PRIVATE=
-PKG_URL=
-PKG_REQUIRES=
-PKG_CONFLICTS=
-
-#retrocompatibility stuff
-VERSION_INFO=2:0:0
diff -pruN 2.7.0-1/debian/lua5.2.odbc.dh-lua.conf 2.7.0-2/debian/lua5.2.odbc.dh-lua.conf
--- 2.7.0-1/debian/lua5.2.odbc.dh-lua.conf	2025-08-15 10:52:03.000000000 +0000
+++ 2.7.0-2/debian/lua5.2.odbc.dh-lua.conf	1970-01-01 00:00:00.000000000 +0000
@@ -1,21 +0,0 @@
-PKG_NAME=sql.odbc
-
-CLIB_CFLAGS=-DUNIXODBC
-CLIB_LDFLAGS=-lodbc
-CLIB_OBJS=src/luasql.lo src/ls_odbc.lo
-
-LUA_HEADER=
-LUA_SOURCES=
-LUA_MODNAME=luasql.odbc
-LUA_TEST=
-
-PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1)
-PKG_LIBS_PRIVATE=
-PKG_URL=
-PKG_REQUIRES=sqlite3
-PKG_CONFLICTS=
-
-	
-
-# retrocompatibility stuff
-VERSION_INFO=2:0:0
diff -pruN 2.7.0-1/debian/lua5.2.pgsql.dh-lua.conf 2.7.0-2/debian/lua5.2.pgsql.dh-lua.conf
--- 2.7.0-1/debian/lua5.2.pgsql.dh-lua.conf	2025-08-15 10:52:03.000000000 +0000
+++ 2.7.0-2/debian/lua5.2.pgsql.dh-lua.conf	1970-01-01 00:00:00.000000000 +0000
@@ -1,19 +0,0 @@
-PKG_NAME=sql.postgres
-
-CLIB_CFLAGS=-I$(shell pg_config --includedir-server) -I$(shell pg_config --includedir)
-CLIB_LDFLAGS=-lpq
-CLIB_OBJS=src/luasql.lo src/ls_postgres.lo
-
-LUA_HEADER=
-LUA_SOURCES=
-LUA_MODNAME=luasql.postgres
-#LUA_TEST=tests/test.lua mysql database user password
-
-PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1)
-PKG_LIBS_PRIVATE=
-PKG_URL=
-PKG_REQUIRES=
-PKG_CONFLICTS=
-
-# retrocompatibility stuff
-VERSION_INFO=2:0:0
diff -pruN 2.7.0-1/debian/lua5.2.sqlite3.dh-lua.conf 2.7.0-2/debian/lua5.2.sqlite3.dh-lua.conf
--- 2.7.0-1/debian/lua5.2.sqlite3.dh-lua.conf	2025-08-15 10:52:03.000000000 +0000
+++ 2.7.0-2/debian/lua5.2.sqlite3.dh-lua.conf	1970-01-01 00:00:00.000000000 +0000
@@ -1,21 +0,0 @@
-PKG_NAME=sql.sqlite3
-
-CLIB_CFLAGS=$(shell pkg-config sqlite3 --cflags)
-CLIB_LDFLAGS=$(shell pkg-config sqlite3 --libs)
-CLIB_OBJS=src/luasql.lo src/ls_sqlite3.lo
-
-LUA_HEADER=
-LUA_SOURCES=
-LUA_MODNAME=luasql.sqlite3
-LUA_TEST=rm -f luasql-test && @@LUA@@ tests/test.lua sqlite3 luasql-test && rm -f luasql-test
-
-PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1)
-PKG_LIBS_PRIVATE=
-PKG_URL=
-PKG_REQUIRES=sqlite3
-PKG_CONFLICTS=
-
-	
-
-# retrocompatibility stuff
-VERSION_INFO=2:0:0
