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
|
Source: fdroidcl
Section: utils
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
adb,
golang-github-kr-pretty-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/mvdan/fdroidcl
Vcs-Browser: https://salsa.debian.org/go-team/packages/fdroidcl
Vcs-Git: https://salsa.debian.org/go-team/packages/fdroidcl.git
XS-Go-Import-Path: mvdan.cc/fdroidcl,
mvdan.cc/fdroidcl/adb,
mvdan.cc/fdroidcl/basedir
Package: fdroidcl
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
${misc:Depends},
adb
Description: F-Droid desktop client
F-Droid (https://f-droid.org/) desktop client.
.
While the Android client integrates with the system
with regular update checks and notifications, this is a
command line client that talks to connected devices via ADB
(https://developer.android.com/tools/help/adb.html). Quickstart Download
the index: fdroidcl update
Package: golang-github-mvdan-fdroidcl-dev
Section: devel
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: fdroidcl develpoment files
F-Droid (https://f-droid.org/) desktop client.
.
While the Android client integrates with the system
with regular update checks and notifications, this is a
command line client that talks to connected devices via ADB
(https://developer.android.com/tools/help/adb.html). Quickstart Download
the index: fdroidcl update
.
This package provides development files.
|