~ubuntu-branches/ubuntu/precise/libnet-sftp-foreign-perl/precise

« back to all changes in this revision

Viewing changes to META.yml

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-06-18 18:55:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080618185525-bnfip6qbklllevj6
Tags: 1.38+dfsg-1
* New upstream release.
* Set Standards-Version to 3.8.0; rename debian/README.Debian-source to
  debian/README.source; fix a typo in debian/README.source.
* Switch from cdbs to debhelper 7; don't install README any more; install
  samples.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- #YAML:1.0
2
 
name:                Net-SFTP-Foreign
3
 
version:             1.36
4
 
abstract:            Secure File Transfer Protocol client
5
 
license:             ~
6
 
generated_by:        ExtUtils::MakeMaker version 6.32
7
 
distribution_type:   module
8
 
requires:     
 
1
# http://module-build.sourceforge.net/META-spec.html
 
2
#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 
3
name:         Net-SFTP-Foreign
 
4
version:      1.38
 
5
version_from: lib/Net/SFTP/Foreign.pm
 
6
installdirs:  site
 
7
requires:
9
8
    Scalar::Util:                  0
10
9
    Test::More:                    0
11
 
meta-spec:
12
 
    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
13
 
    version: 1.2
14
 
author:
15
 
    - Salvador Fandino <sfandino@yahoo.com>
 
10
 
 
11
distribution_type: module
 
12
generated_by: ExtUtils::MakeMaker version 6.30_01