~ubuntu-branches/ubuntu/raring/libconfig-model-backend-augeas-perl/raring

« back to all changes in this revision

Viewing changes to Build.PL

  • Committer: Bazaar Package Importer
  • Author(s): Dominique Dumont, Nathan Handler, gregor herrmann, Dominique Dumont
  • Date: 2011-01-21 17:03:17 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110121170317-wb0ohsfg9vru0zsg
Tags: 0.108-1
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ gregor herrmann ]
* debian/control: Changed: (build-)depend on perl instead of perl-
  modules.

[ Dominique Dumont ]
* New upstream release
  - updated tests to work with Config::Model 1.207 (Closes: #605795)
* control: updated Standards to 3.9.1
* Switch to source format 3.0 (quilt).
* debian/control:
  - removed unnessary versioned dependency (dogfooding mode with
    config-edit -appli dpkg-control -apply-fixes -save)
  - add unversioned perl to Build-Depends
  - update description
* debian/copyright: updated copyright years
* debian/patches/fix_spelling: new patch

[ gregor herrmann ]
* Mimimize debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Author: ddumont $
2
 
# $Date: 2009-05-28 13:51:31 +0200 (jeu 28 mai 2009) $
3
 
# $Revision: 963 $
 
1
# $Author$
 
2
# $Date$
 
3
# $Revision$
4
4
 
5
 
#    Copyright (c) 2008 Dominique Dumont.
 
5
#    Copyright (c) 2008-2010 Dominique Dumont.
6
6
#
7
7
#    This file is part of Config-Model-Backend-Augead.
8
8
#
41
41
                      'Log::Log4perl'     => '1.11', # for TRACE log level
42
42
                      'Exception::Class'  => 0,
43
43
                      'Config::Augeas' => '0.303',
44
 
                      'Config::Model'  => '0.636',
 
44
                      'Config::Model'  => '1.207',
45
45
                     },
46
46
   build_requires => {
47
47
                      'Test::More'        => 0,