~ubuntu-branches/ubuntu/wily/padre/wily

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2009-08-12 14:44:55 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090812144455-yvk90oa92khfcnls
Tags: 0.42-1
* New Upstream Version
  + add explicit dependency on libtest-simple-perl (>= 0.88)
  + rules: use dh --with quilt (and bump quilt build-dependency to 0.46-7)
  + rules: no need to re-generate .mo files from .po. Upstream does it now
  + copyright: describe share/icons/padre/16x16/logo.png
    - describe share/icons/padre/16x16/toggle-comments.png
    - Padre license is the same as Perl (i.e. not Perl 5)
    - update list of copright holders
    - also list translators
  + drop libtest-most-perl from build-dependencies
  + add liblocale-msgfmt-perl to build-dependencies
  + add libcapture-tiny-perl to (build-)dependencies
  + add libfile-remove-perl (>= 1.42) to (build-)dependencies
  + drop libmodule-inspector-perl from (build-)dependencies
  + add libppix-editortools-perl to (build-)dependencies
  + add libparse-exuberantctags-perl to (build-)dependencies
  + patches:
    - drop lower-wx-requirement-to-2.8.7.patch and replace it with
      SKIP_WXWIDGETS_VERSION_CHECK=1 when configuring
      adjust README.debian accordingly
    - refresh disable-tcp-server.patch
    - drop don't-require-new-file-path.patch (applied upstream)
    - rework fix-pod2-errors.patch (new release, new errors :))
* add fix-perl-interpreter-path.patch fixing the path to the perl interpreter
  in three examples (thanks lintian)
* add more lintian overrides about script-not-executable for scripts that are
  treated as examples/templates
* add fix-whatis.patch fixing the whatis entry of Padre::Wx
* add menu and .desktop file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
padre (0.42-1) unstable; urgency=low
 
2
 
 
3
  * New Upstream Version
 
4
    + add explicit dependency on libtest-simple-perl (>= 0.88)
 
5
    + rules: use dh --with quilt (and bump quilt build-dependency to 0.46-7)
 
6
    + rules: no need to re-generate .mo files from .po. Upstream does it now
 
7
    + copyright: describe share/icons/padre/16x16/logo.png
 
8
      - describe share/icons/padre/16x16/toggle-comments.png
 
9
      - Padre license is the same as Perl (i.e. not Perl 5)
 
10
      - update list of copright holders
 
11
      - also list translators
 
12
    + drop libtest-most-perl from build-dependencies
 
13
    + add liblocale-msgfmt-perl to build-dependencies
 
14
    + add libcapture-tiny-perl to (build-)dependencies
 
15
    + add libfile-remove-perl (>= 1.42) to (build-)dependencies
 
16
    + drop libmodule-inspector-perl from (build-)dependencies
 
17
    + add libppix-editortools-perl to (build-)dependencies
 
18
    + add libparse-exuberantctags-perl to (build-)dependencies
 
19
    + patches:
 
20
      - drop lower-wx-requirement-to-2.8.7.patch and replace it with
 
21
        SKIP_WXWIDGETS_VERSION_CHECK=1 when configuring
 
22
        adjust README.debian accordingly
 
23
      - refresh disable-tcp-server.patch
 
24
      - drop don't-require-new-file-path.patch (applied upstream)
 
25
      - rework fix-pod2-errors.patch (new release, new errors :))
 
26
  * add fix-perl-interpreter-path.patch fixing the path to the perl interpreter
 
27
    in three examples (thanks lintian)
 
28
  * add more lintian overrides about script-not-executable for scripts that are
 
29
    treated as examples/templates
 
30
  * add fix-whatis.patch fixing the whatis entry of Padre::Wx
 
31
  * add menu and .desktop file
 
32
 
 
33
 -- Damyan Ivanov <dmn@debian.org>  Wed, 12 Aug 2009 14:44:55 +0300
 
34
 
1
35
padre (0.36-3) unstable; urgency=low
2
36
 
3
37
  * remove build dep on locales-all (Closes: #535248) (LP: #394128)