~ubuntu-branches/ubuntu/precise/makedumpfile/precise

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): John Wright
  • Date: 2010-03-03 17:17:35 UTC
  • mfrom: (1.1.3 upstream) (7.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100303171735-vxw4zqii21mcj0a0
Tags: 1.3.5-1
* New upstream version
* Preserve upstream's original makedumpfile.8 in clean target
* kdump-config: Fix a typo
* Switch to the "3.0 (quilt)" source format
  - Remove unneeded Build-Depends on quilt
* Update kdump-tools.README.Debian to reflect that recent kernels
  don't need a crash kernel start address
* Apply patch from Petter Reinholdtsen to fix incorrect dependencies
  in kdump-tools.init (Closes: #569685)
* Indicate support for Linux 2.6.32
  - Although upstream hasn't updated its LATEST_VERSION macro, this
    version works without modification on Linux 2.6.32.  Squelch a
    warning that a 2.6.32 kernel is not supported.
* Backport upstream commit 4a16bd39866093f4949f8e9dc183fa2321bda22d
  - Fix buffer overflow when writing dh->signature

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
makedumpfile (1.3.5-1) unstable; urgency=low
 
2
 
 
3
  * New upstream version
 
4
  * Preserve upstream's original makedumpfile.8 in clean target
 
5
  * kdump-config: Fix a typo
 
6
  * Switch to the "3.0 (quilt)" source format
 
7
    - Remove unneeded Build-Depends on quilt
 
8
  * Update kdump-tools.README.Debian to reflect that recent kernels
 
9
    don't need a crash kernel start address
 
10
  * Apply patch from Petter Reinholdtsen to fix incorrect dependencies
 
11
    in kdump-tools.init (Closes: #569685)
 
12
  * Indicate support for Linux 2.6.32
 
13
    - Although upstream hasn't updated its LATEST_VERSION macro, this
 
14
      version works without modification on Linux 2.6.32.  Squelch a
 
15
      warning that a 2.6.32 kernel is not supported.
 
16
  * Backport upstream commit 4a16bd39866093f4949f8e9dc183fa2321bda22d
 
17
    - Fix buffer overflow when writing dh->signature
 
18
 
 
19
 -- John Wright <jsw@debian.org>  Wed, 03 Mar 2010 17:17:35 -0700
 
20
 
 
21
makedumpfile (1.3.4-1) unstable; urgency=low
 
22
 
 
23
  * New upstream version.
 
24
    - Remove debian/patches/02-Add_x86_64_linux-2.6.31.patch - already
 
25
      included upstream
 
26
  * Upload to Debian. Changes from Ubuntu:
 
27
    - Switch to quilt from dpatch
 
28
    - Set myself as the maintainer
 
29
    - Don't ignore make clean errors
 
30
    - Update to debhelper compatibility level 7 and simplify the rules
 
31
      file by using dh
 
32
    - Install the manpage with maximum compression
 
33
    - Update Standards-Version to 3.8.2, adding a README.source
 
34
      explaining the quilt patch setup
 
35
    - Add ${perl:Depends} to Depends, since we ship a perl script
 
36
    - Add Vcs-Git and Vcs-Browser fields to debian/control
 
37
    - Clarify the copyright description
 
38
    - Provide a dynamically linked binary in the makedumpfile package,
 
39
      and a static binary in the makedumpfile-static package
 
40
      - Add lintian overrides relating to makedumpfile-static being
 
41
        statically linked
 
42
    - Remove unused Build-Depends on zip
 
43
    - Build a kdump-tools package that includes an init script and tools
 
44
      to configure kdump
 
45
 
 
46
 -- John Wright <jsw@debian.org>  Thu, 12 Nov 2009 19:03:18 -0700
 
47
 
1
48
makedumpfile (1.3.3-0ubuntu4) karmic; urgency=low
2
49
 
3
50
  * debian/patches/02-Add_x86_64_linux-2.6.31.patch: