1
0
Fork 0

Adding debian version 0.5.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-22 21:03:24 +02:00
parent 16e40566d2
commit 190327c139
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 79 additions and 0 deletions

24
debian/control vendored Normal file
View file

@ -0,0 +1,24 @@
Source: golang-github-ganigeorgiev-fexpr
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/ganigeorgiev/fexpr
Vcs-Browser: https://forgejo.debian.net/beszl/golang-github-ganigeorgiev-fexpr
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/ganigeorgiev/fexpr
Package: golang-github-ganigeorgiev-fexpr-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: filter query language parser to build SQL queries (Go library)
fexpr is a Go library implementing a filter query language parser to build SQL,
Elasticsearch, etc. queries safely from user input.