File: control

package info (click to toggle)
libflickr-upload-perl 1.60-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: perl: 476; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,472 bytes parent folder | download | duplicates (2)
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
Source: libflickr-upload-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alex Muntada <alexm@alexm.org>,
           Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: extra
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libflickr-api-perl (>= 1.09),
                     libnet-oauth-perl,
                     libwww-perl,
                     libxml-simple-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libflickr-upload-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libflickr-upload-perl.git
Homepage: https://metacpan.org/release/Flickr-Upload

Package: libflickr-upload-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libflickr-api-perl (>= 1.09),
         libnet-oauth-perl,
         libwww-perl,
         libxml-simple-perl
Description: module for uploading images to flickr.com
 flickr_upload is a completely functional batch uploading tool which
 uses Perl module Flickr::Upload as its back-end. It is flickr.com
 image uploading made easy and quick from the command line; it also
 helps you tagging, choosing access control, defining content type,
 setting safety level, etc., while uploading your images.
 .
 flickr_upload may also be useful for generating authentication tokens
 against other API keys/secrets (i.e. for embedding in scripts).