1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: immich-go
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-bash-completion,
dh-sequence-golang,
dpkg-build-api (= 1),
golang-any,
golang-github-clbanning-mxj-dev,
golang-github-disintegration-imaging-dev,
golang-github-gdamore-tcell-dev,
golang-github-google-uuid-dev,
golang-github-joho-godotenv-dev,
golang-github-melbahja-goph-dev,
golang-github-navidys-tvxwidgets-dev,
golang-github-pelletier-go-toml-dev,
golang-github-phsym-console-slog-dev,
golang-github-rivo-tview-dev,
golang-github-rwcarlsen-goexif-dev,
golang-github-samber-slog-multi-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-pflag-dev,
golang-github-spf13-viper-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-exp-dev,
golang-golang-x-sync-dev,
golang-gopkg-yaml.v3-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/immich-go
Vcs-Git: https://salsa.debian.org/go-team/packages/immich-go.git
Homepage: https://github.com/simulot/immich-go
XS-Go-Import-Path: github.com/simulot/immich-go
Package: immich-go
Section: graphics
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using}
Description: command line program for immich servers
Immich-Go is a tool designed to streamline uploading large photo
collections to your self-hosted Immich server.
.
Key features:
- multiple sources: upload from Google Photos Takeouts, iCloud,
local folders, ZIP archives, and other Immich servers
- large collections: successfully handles 100,000+ photos
- smart management: duplicate detection, burst photo stacking,
RAW+ JPEG handling
|