diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ae60ec9 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: pg-query-settings +Section: database +Priority: optional +Maintainer: XXX +Uploaders: XXX +Standards-Version: XXX +Build-Depends: XXX +Homepage: https://github.com/dalibo/pg_query_settings +Vcs-Browser: https://github.com/dalibo/pg_query_settings +Vcs-Git: https://github.com/dalibo/pg_query_settings.git + +Package: postgresql-15-pg-query-settings +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, postgresql-15 +Description: PostgreSQL module that dynamically set queries' parameters. + For every query executed, this module will read a configuration table searching + for its queryid. For each line with this queryid, the second column indicates + the parameter name and the third column indicates the parameter value. These + configurations are applied to the running query, and the parameters are + restored to their previous values after the end of the execution. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6a25aec --- /dev/null +++ b/debian/copyright @@ -0,0 +1,19 @@ +This software is released under the terms of the PostgreSQL License. + +Copyright (c) 2022-2023, Dalibo (Franck Boudehen, Frédéric Yhuel, Guillaume Lelarge, Thibaud Walkowiak) + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose, without fee, and without a written agreement is +hereby granted, provided that the above copyright notice and this paragraph and +the following two paragraphs appear in all copies. + +IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, +SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING +OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF ITS AUTHORS HAVE +BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +THE AUTHORS SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE AUTHORS +HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR +MODIFICATIONS. diff --git a/debian/pgversions b/debian/pgversions new file mode 100644 index 0000000..770c943 --- /dev/null +++ b/debian/pgversions @@ -0,0 +1 @@ +12+ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)