23 lines
705 B
Plaintext
23 lines
705 B
Plaintext
|
Source: postgresql-iban
|
||
|
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://github.com/yorickdewid/PostgreSQL-IBAN
|
||
|
Vcs-Git: https://github.com/yorickdewid/PostgreSQL-IBAN.git
|
||
|
Homepage: https://github.com/yorickdewid/PostgreSQL-IBAN
|
||
|
Rules-Requires-Root: no
|
||
|
|
||
|
Package: postgresql-15-iban
|
||
|
Architecture: any
|
||
|
Depends:
|
||
|
${shlibs:Depends},
|
||
|
${misc:Depends},
|
||
|
${postgresql:Depends}
|
||
|
description: IBAN type for PostgreSQL
|
||
|
PostgreSQL IBAN extension that can verify International Bank Account Numbers.
|
||
|
This ensures that only valid bank account numbers are stored.
|