Add Debian packaging files
This commit is contained in:
parent
61e47381b8
commit
072d28cc80
|
@ -0,0 +1,5 @@
|
||||||
|
vat (0.0-1) bullseye; urgency=medium
|
||||||
|
|
||||||
|
* Initial release.
|
||||||
|
|
||||||
|
-- jordi fita mas <jordi@tandem.blog> Sun, 21 Jan 2023 19:36:04 +0001
|
|
@ -0,0 +1,24 @@
|
||||||
|
Source: vat
|
||||||
|
Section: database
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: jordi fita mas <jordi@tandem.blog>
|
||||||
|
Build-Depends:
|
||||||
|
debhelper-compat (= 13),
|
||||||
|
postgresql-all (>= 217~)
|
||||||
|
Standards-Version: 4.6.0
|
||||||
|
Vcs-Browser: https://dev.tandem.ws/tandem/vat
|
||||||
|
Vcs-Git: https://dev.tandem.ws/tandem/vat.git
|
||||||
|
Homepage: https://dev.tandem.ws/tandem/vat
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
|
Package: postgresql-13-vat
|
||||||
|
Architecture: all
|
||||||
|
Depends:
|
||||||
|
${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
postgresql-13
|
||||||
|
Provides: postgresql-pgtap
|
||||||
|
Description: VAT identification number extension for PostgreSQL 13
|
||||||
|
vat is a library to check for valid format of VAT identification numbers.
|
||||||
|
.
|
||||||
|
This package contains the extension for PostgreSQL 13.
|
|
@ -0,0 +1,24 @@
|
||||||
|
Source: vat
|
||||||
|
Section: database
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: jordi fita mas <jordi@tandem.blog>
|
||||||
|
Build-Depends:
|
||||||
|
debhelper-compat (= 13),
|
||||||
|
postgresql-all (>= 217~)
|
||||||
|
Standards-Version: 4.6.0
|
||||||
|
Vcs-Browser: https://dev.tandem.ws/tandem/vat
|
||||||
|
Vcs-Git: https://dev.tandem.ws/tandem/vat.git
|
||||||
|
Homepage: https://dev.tandem.ws/tandem/vat
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
|
Package: postgresql-PGVERSION-vat
|
||||||
|
Architecture: all
|
||||||
|
Depends:
|
||||||
|
${shlibs:Depends},
|
||||||
|
${misc:Depends},
|
||||||
|
postgresql-PGVERSION
|
||||||
|
Provides: postgresql-pgtap
|
||||||
|
Description: VAT identification number extension for PostgreSQL PGVERSION
|
||||||
|
vat is a library to check for valid format of VAT identification numbers.
|
||||||
|
.
|
||||||
|
This package contains the extension for PostgreSQL PGVERSION.
|
|
@ -0,0 +1,26 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Source: https://dev.tandem.ws/tandem/vat
|
||||||
|
Upstream-Name: vat
|
||||||
|
Upstream-Contact: jordi@tandem.blog
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2023 jordi fita mas
|
||||||
|
License: PostgreSQL-DW
|
||||||
|
|
||||||
|
License: PostgreSQL-DW
|
||||||
|
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 JORDI FITA MAS 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 DATAHOUSE AG HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
.
|
||||||
|
JORDI FITA MAS 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 DATAHOUSE AG HAS NO OBLIGATIONS TO PROVIDE
|
||||||
|
MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
@ -0,0 +1 @@
|
||||||
|
13+
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --with pgxs_loop
|
|
@ -0,0 +1 @@
|
||||||
|
1.0
|
Loading…
Reference in New Issue