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

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez, gregor herrmann
  • Date: 2008-01-13 14:39:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080113143935-8jb2o1pvnknldznp
Tags: 0.08001-1
[ gregor herrmann ]
* New upstream release.
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
  field (source stanza); Homepage field (source stanza). Removed: XS-
  Vcs-Svn fields.
* debian/rules: delete /usr/lib/perl5 only if it exists.
* debian/watch: use dist-based URL.
* Set Standards-Version to 3.7.3 (no changes needed).
* Set debhelper compatibility level to 6.
* debian/rules:
  - remove OPTIMIZE, this package is architecture: all
  - move tests to build-stamp target
  - move invocation of dh_clean before make realclean
  - let install-stamp target depend on build-stamp
  - remove unneeded and commented out dh_* calls
  - don't install README (just a text version of the POD)
* debian/control:
  - move libmodule-install-perl to Build-Depends-Indep
  - change short description (thanks, linda)
  - remove unneeded ${shlibs:Depends} from Depends.
* debian/copyright:
  - add upstream source location
  - change to new format
  - add packaging copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Revision history for Class::Accessor::Grouped.
2
2
 
 
3
0.08001 Wed Jan 09 19:35:34 2008
 
4
    - Fixed Makefile.PL tests setting that was killing older installs
 
5
 
 
6
0.08000 Tue Jan 08 18:22:47 2008
 
7
    - Bumped version for release. No changes oherwise.
 
8
 
 
9
0.07009_01 Fri Dec 28 18:08::00 2007
 
10
    - Tweak code for pure speed while fixing performance issue when assigning @_
 
11
    under Perl 5.10.0
 
12
 
3
13
0.07000 
4
14
    - Altered get_inherited to return undef rather than () when no value
5
15
        set for Class::Data::(Inheritable|Accessor) compatiblity