File: control

package info (click to toggle)
r-cran-credentials 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 492 kB
  • sloc: makefile: 2; sh: 1
file content (34 lines) | stat: -rw-r--r-- 1,382 bytes parent folder | download
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
Source: r-cran-credentials
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-openssl,
               r-cran-sys,
               r-cran-curl,
               r-cran-jsonlite,
               r-cran-askpass
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-credentials
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-credentials.git
Homepage: https://cran.r-project.org/package=credentials
Rules-Requires-Root: no

Package: r-cran-credentials
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R tools for managing SSH and Git credentials
 Setup and retrieve HTTPS and SSH credentials for use with 'git' and
 other services. For HTTPS remotes the package interfaces the 'git-credential'
 utility which 'git' uses to store HTTP usernames and passwords. For SSH
 remotes convenient functions to find or generate appropriate SSH keys are
 provided. The package both helps the user to setup a local git installation,
 and also provides a back-end for git/ssh client libraries to authenticate
 with existing user credentials.