Debian NEW package overview for golang-github-ozeidan-fuzzy-patricia
golang-github-ozeidan-fuzzy-patricia_3.0.0-1_amd64.changes (click to toggle)
Format:1.8
Date:Sun, 02 Mar 2025 19:23:06 +0800
Source:golang-github-ozeidan-fuzzy-patricia
Binary:golang-github-ozeidan-fuzzy-patricia-dev
Architecture:source all
Version:3.0.0-1
Distribution:unstable
Urgency:medium
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed-By:Ananthu C V <weepingclown@disroot.org>
Description:
golang-github-ozeidan-fuzzy-patricia-dev - Generic patricia trie implemented in Go
Closes:1053520
Changes:
golang-github-ozeidan-fuzzy-patricia (3.0.0-1) unstable; urgency=medium

  [ Ananthu C V ]
  * Initial release (Closes: #1053520)
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Update package description
  * Update d/copyright to reflect AUTHORS file

  [ Maytham Alsudany ]
  * Add myself to Uploaders
  * Bump Standards-Version to 4.7.2 (no changes needed)
Files:
31b6d124b68e47e218507f9c2701454d 2379 golang optional golang-github-ozeidan-fuzzy-patricia_3.0.0-1.dsc
714be3a07a5c0b7601705adeafc2db1e 14715 golang optional golang-github-ozeidan-fuzzy-patricia_3.0.0.orig.tar.gz
18f36e13e6169ebfe38268e2af3b5ffc 2432 golang optional golang-github-ozeidan-fuzzy-patricia_3.0.0-1.debian.tar.xz
8b9cb303587a6cc6216543966ce61c44 14092 golang optional golang-github-ozeidan-fuzzy-patricia-dev_3.0.0-1_all.deb
9223bcbca2aff326c150302abafd1b9d 6051 golang optional golang-github-ozeidan-fuzzy-patricia_3.0.0-1_amd64.buildinfo
golang-github-ozeidan-fuzzy-patricia_3.0.0-1.dsc (click to toggle)
Format:3.0 (quilt)
Source:golang-github-ozeidan-fuzzy-patricia
Binary:golang-github-ozeidan-fuzzy-patricia-dev
Architecture:all
Version:3.0.0-1
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:Ananthu C V <weepingclown@disroot.org>, Maytham Alsudany <maytham@debian.org>
Homepage:https://github.com/ozeidan/fuzzy-patricia
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/go-team/packages/golang-github-ozeidan-fuzzy-patricia
Vcs-Git:https://salsa.debian.org/go-team/packages/golang-github-ozeidan-fuzzy-patricia.git
Testsuite:autopkgtest-pkg-go
Build-Depends:debhelper-compat (=13), dh-golang, golang-any
Package-List:golang-github-ozeidan-fuzzy-patricia-dev deb golang optional arch=all
Files:
714be3a07a5c0b7601705adeafc2db1e 14715 golang-github-ozeidan-fuzzy-patricia_3.0.0.orig.tar.gz
18f36e13e6169ebfe38268e2af3b5ffc 2432 golang-github-ozeidan-fuzzy-patricia_3.0.0-1.debian.tar.xz
Go-Import-Path:github.com/ozeidan/fuzzy-patricia
lintian 2.104.0 check for golang-github-ozeidan-fuzzy-patricia_3.0.0-1.dsc (click to toggle)
README.source for golang-github-ozeidan-fuzzy-patricia_3.0.0-1.dsc (click to toggle)
No README.source in this package
control file for golang-github-ozeidan-fuzzy-patricia-dev_3.0.0-1_all.deb (click to toggle)
Package:golang-github-ozeidan-fuzzy-patricia-dev
Source:golang-github-ozeidan-fuzzy-patricia
Version:3.0.0-1
Architecture:all
Maintainer:Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Installed-Size:79
Section:golang
Priority:optional
Multi-Arch:foreign
Homepage:https://github.com/ozeidan/fuzzy-patricia
Description:
Generic patricia trie implemented in Go
 A generic patricia trie (also called radix tree) implemented in Go.
 .
 This is a fork of go-patricia (https://github.com/tchap/go-patricia),
 which is optimized for memory consumption and also has slightly better
 performance. It additionally provides the functionality for fuzzy and
 substring searching on the inserted keys.
lintian 2.104.0 check for golang-github-ozeidan-fuzzy-patricia-dev_3.0.0-1_all.deb (click to toggle)
contents of golang-github-ozeidan-fuzzy-patricia-dev_3.0.0-1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2025-03-02 11:23 ./
drwxr-xr-x root/root         0 2025-03-02 11:23 ./usr/
drwxr-xr-x root/root         0 2025-03-02 11:23 ./usr/share/
drwxr-xr-x root/root         0 2025-03-02 11:23 ./usr/share/doc/
drwxr-xr-x root/root         0 2025-03-02 11:23 ./usr/share/doc/golang-github-ozeidan-fuzzy-patricia-dev/
-rw-r--r-- root/root       315 2025-03-02 11:23 ./usr/share/doc/golang-github-ozeidan-fuzzy-patricia-dev/changelog.Debian.gz
-rw-r--r-- root/root      1495 2025-03-02 11:21 ./usr/share/doc/golang-github-ozeidan-fuzzy-patricia-dev/copyright
drwxr-xr-x root/root         0 2025-03-02 11:23 ./usr/share/gocode/
drwxr-xr-x root/root         0 2025-03-02 11:23 ./usr/share/gocode/src/
drwxr-xr-x root/root         0 2025-03-02 11:23 ./usr/share/gocode/src/github.com/
drwxr-xr-x root/root         0 2025-03-02 11:23 ./usr/share/gocode/src/github.com/ozeidan/
drwxr-xr-x root/root         0 2025-03-02 11:23 ./usr/share/gocode/src/github.com/ozeidan/fuzzy-patricia/
drwxr-xr-x root/root         0 2025-03-02 11:23 ./usr/share/gocode/src/github.com/ozeidan/fuzzy-patricia/patricia/
-rw-r--r-- root/root      3958 2025-03-02 11:23 ./usr/share/gocode/src/github.com/ozeidan/fuzzy-patricia/patricia/children.go
-rw-r--r-- root/root     21253 2025-03-02 11:23 ./usr/share/gocode/src/github.com/ozeidan/fuzzy-patricia/patricia/patricia.go
-rw-r--r-- root/root      6581 2025-03-02 11:23 ./usr/share/gocode/src/github.com/ozeidan/fuzzy-patricia/patricia/patricia_dense_test.go
-rw-r--r-- root/root     19538 2025-03-02 11:23 ./usr/share/gocode/src/github.com/ozeidan/fuzzy-patricia/patricia/patricia_sparse_test.go
-rw-r--r-- root/root     12187 2025-03-02 11:23 ./usr/share/gocode/src/github.com/ozeidan/fuzzy-patricia/patricia/patricia_test.go

Timestamp: 02.03.2025 / 13:02:27 (UTC)