~ubuntu-branches/ubuntu/saucy/libclass-accessor-grouped-perl/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann, Jonathan Yu, Ryan Niebur, gregor herrmann
  • Date: 2010-02-09 16:50:08 UTC
  • mfrom: (1.1.5 upstream) (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100209165008-fc8s3o1o7q5584ib
[ Jonathan Yu ]
* New upstream release

[ Ryan Niebur ]
* Update jawnsy's email address

[ gregor herrmann ]
* Remove (build) dependency on Class::XSAccessor as per upstream changes.
* Remove runtime dependency on libsub-identify-perl (only used during
  tests).
* Make (build) dependency on libsub-name-perl versioned.
* debian/rules: move environment variable for tests to an override.
* debian/copyright: remove X-Comment, the copyright notice is now in the
  module itself.
* Add /me to Uploaders.
* Set Standards-Version to 3.8.4 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libclass-accessor-grouped-perl
2
2
Section: perl
3
3
Priority: optional
4
 
Build-Depends: debhelper (>= 7)
 
4
Build-Depends: debhelper (>= 7.0.50)
5
5
Build-Depends-Indep: perl, libclass-inspector-perl, libtest-pod-coverage-perl,
6
 
 libtest-pod-perl, libmro-compat-perl, libsub-name-perl, libsub-identify-perl,
7
 
 libclass-xsaccessor-perl, libtest-strict-perl
 
6
 libtest-pod-perl, libmro-compat-perl, libsub-name-perl (>= 0.04), libsub-identify-perl,
 
7
 libtest-strict-perl
8
8
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
9
9
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
10
 
 Ansgar Burchardt <ansgar@43-1.org>, Jonathan Yu <frequency@cpan.org>
11
 
Standards-Version: 3.8.3
 
10
 Ansgar Burchardt <ansgar@43-1.org>, Jonathan Yu <jawnsy@cpan.org>,
 
11
 gregor herrmann <gregoa@debian.org>
 
12
Standards-Version: 3.8.4
12
13
Homepage: http://search.cpan.org/dist/Class-Accessor-Grouped/
13
14
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-accessor-grouped-perl/
14
15
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-accessor-grouped-perl/
16
17
Package: libclass-accessor-grouped-perl
17
18
Architecture: all
18
19
Depends: ${perl:Depends}, ${misc:Depends}, libclass-inspector-perl,
19
 
 libmro-compat-perl, libsub-name-perl, libsub-identify-perl
20
 
Recommends: libclass-xsaccessor-perl 
 
20
 libmro-compat-perl, libsub-name-perl (>= 0.04)
21
21
Description: Perl module to build groups of accessors
22
22
 Class::Accessor::Grouped lets you build groups of accessors that will call 
23
23
 different getters and setters.