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

« back to all changes in this revision

Viewing changes to t/style_no_tabs.t

  • 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
#!perl -wT
2
 
# $Id: /local/Class-Accessor-Grouped/t/style_no_tabs.t 1693 2007-05-06T02:24:39.381139Z claco  $
 
2
# $Id: /local/CPAN/Class-Accessor-Grouped/t/style_no_tabs.t 20 2007-05-06T02:24:39.381139Z claco  $
3
3
use strict;
4
4
use warnings;
5
5