~ubuntu-branches/ubuntu/lucid/libopenoffice-oodoc-perl/lucid

« back to all changes in this revision

Viewing changes to t/01write.t

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov, Franck Joncourt
  • Date: 2009-05-28 08:42:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090528084206-oka569vsrwxhp038
Tags: 2.108-1
[ Franck Joncourt ]
* New upstream release
* d/control:
  + Bumped up Standards-Version to 3.8.1 (no changes).
  + Updated BDI from perl (>= 5.6.10-12) to perl.
  + Add /me to Uploaders.
* d/copyright: Updated copyright years for upstream
* Do not install scripts both in /usr/share/doc/$pkg/examples and /usr/bin.
* d/clean: Added both OODoc/config.xml and odftest.odt to remove them during
  the clean stage rather than *rm* them through d.rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#-----------------------------------------------------------------------------
2
 
# 01write.t     OpenOffice::OODoc Installation test             2008-11-07
 
2
# 01write.t     OpenOffice::OODoc Installation test             2009-05-24
3
3
#-----------------------------------------------------------------------------
4
4
 
5
5
use Test;
6
6
BEGIN   { plan tests => 19 }
7
7
 
8
 
use OpenOffice::OODoc   2.107;
9
 
ok($OpenOffice::OODoc::VERSION >= 2.107);
 
8
use OpenOffice::OODoc   2.108;
 
9
ok($OpenOffice::OODoc::VERSION >= 2.108);
10
10
 
11
11
#-----------------------------------------------------------------------------
12
12