libclass-accessor-class-perl 0.502-1 source package in Ubuntu

Changelog

libclass-accessor-class-perl (0.502-1) unstable; urgency=low


  [ upstream ]
  * New release.
    + Repackage, update bugtracker.

  [ Gregor Herrmann ]
  * Remove debian/source/local-options: abort-on-upstream-changes and
    unapply-patches are default in dpkg-source since 1.16.1.

  [ Salvatore Bonaccorso ]
  * Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.

  [ Jonas Smedegaard ]
  * Add README.source emphasizing control.in file as *not* a
    show-stopper for contributions, referring to wiki page for details.
  * Use www.cpan.org/authors URL in watch file and get-orig-source
    target (for newest info), and in watch file additionally
    search.cpan.org/dist URL (for change of author).
  * Bump debhelper compatibility to 8.
  * Use canonical hostname (anonscm.debian.org) in Vcs-Browser URI.
  * Bump standards-version to 3.9.4.
  * Update copyright/licensing info:
    + Bump file format to 1.0.
    + Add git URL as alternate source.
    + Fix use license and comment pseudo-sections to obey silly
      restrictions of copyright format 1.0.
    + Bump packaging license to GPL-3+, and extend copyrigt coverage for
      myself to include recent years.
    + Shorten comments and consistently quote license names in them.
    + List upstream issue tracker as preferred contact.
    + Reduce copyright coverage for main upstream author.
  * Stop tracking md5sum of upstream tarball.
  * Update package relations:
    Relax to build-depend unversioned on cdbs, devscripts and debhelper:
    Needed versions satisfied even in oldstable.
  * Update Homepage to match upstream hint.

 -- Jonas Smedegaard <email address hidden>  Fri, 19 Jul 2013 14:22:26 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libclass-accessor-class-perl_0.502-1.dsc 2.2 KiB a5cef0e1ca2b1cc69791bdf8c9bbba590cc4d890622d68ba6e0ad56fb743abd9
libclass-accessor-class-perl_0.502.orig.tar.gz 13.9 KiB 1a2b17b369cf684fcd3c428893e22c58ce8d141dbbaabcd7bde4a9ce6b4490cf
libclass-accessor-class-perl_0.502-1.debian.tar.gz 3.8 KiB be063b338d2f7e3ea95fb9903b8ebbd70b6ab479adb048ec3ea8aa2e52c3c3e1

Available diffs

No changes file available.

Binary packages built by this source

libclass-accessor-class-perl: simple class variable accessors

 Class::Accessor::Class provides a simple way to create accessor and
 mutator methods for class variables, just as Class::Accessor provides
 for objects. It can use either an enclosed lexical variable, or a
 package variable.
 .
 This module was once implemented in terms of Class::Accessor, but
 changes to that module broke this relationship. Class::Accessor::Class
 is still a subclass of Class::Accessor, strictly for historical
 reasons. As a side benefit, a class that isa Class::Accessor::Class is
 also a Class::Accessor and can use its methods.