Codebase list s3curl / 1043820
Merge branch 'lintian-fixes' into 'debian/master' Fix some issues reported by lintian See merge request debian/s3curl!2 Jelmer Vernooij 1 year, 6 months ago
3 changed file(s) with 10 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 s3curl (20171008-2) UNRELEASED; urgency=medium
1
2 * Add missing ${misc:Depends} to Depends for s3curl.
3 * Bump debhelper from deprecated 9 to 13.
4 * Set debhelper-compat version in Build-Depends.
5
6 -- Debian Janitor <janitor@jelmer.uk> Thu, 01 Sep 2022 01:26:22 -0000
7
08 s3curl (20171008-1) unstable; urgency=medium
19
210 * Switch to DEP 14
+0
-1
debian/compat less more
0 9
11 Section: net
22 Priority: optional
33 Maintainer: Sebastien Delafond <seb@debian.org>
4 Build-Depends: debhelper (>= 9)
4 Build-Depends: debhelper-compat (= 13)
55 Standards-Version: 4.1.3
66 Homepage: https://aws.amazon.com/code/amazon-s3-authentication-tool-for-curl/
77 Vcs-Git: https://salsa.debian.org/debian/s3curl.git
99
1010 Package: s3curl
1111 Architecture: all
12 Depends: curl, libdigest-hmac-perl, libdigest-md5-file-perl, libfindbin-libs-perl, libgetopt-long-descriptive-perl
12 Depends: curl, libdigest-hmac-perl, libdigest-md5-file-perl, libfindbin-libs-perl, libgetopt-long-descriptive-perl, ${misc:Depends}
1313 Description: Easily interact with AWS S3 HTTP services
1414 Calculates the proper signature to interact with AWS S3 HTTP
1515 services, then calls cURL with the appropriate arguments.