~cosmos-door/ubuntu/quantal/avarice/fix-ftbfs-1058667

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Scott Howard
  • Date: 2010-02-06 12:35:01 UTC
  • mfrom: (5.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100206123501-a0hgmo1vead9r0bu
Tags: 2.10-3ubuntu1
* Merge from debian testing (LP: #518113).  Remaining changes:
  - debian/avarice.rules: Rename to debian/avarice.udev
  - debian/rules: Use dh_installudev to install udev rules
  - debian/install: Drop previous install rule
  - debian/links: Drop previous symlink
  - debian/preinst: Remove previous symlink and rules if unmodified, otherwise
    rename rules to new name
  - debian/control: Breaks on udev to get correct version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
avarice (2.10-3ubuntu1) lucid; urgency=low
 
2
 
 
3
  * Merge from debian testing (LP: #518113).  Remaining changes:
 
4
    - debian/avarice.rules: Rename to debian/avarice.udev
 
5
    - debian/rules: Use dh_installudev to install udev rules
 
6
    - debian/install: Drop previous install rule
 
7
    - debian/links: Drop previous symlink
 
8
    - debian/preinst: Remove previous symlink and rules if unmodified, otherwise
 
9
      rename rules to new name
 
10
    - debian/control: Breaks on udev to get correct version
 
11
 
 
12
 -- Scott Howard <showard314@gmail.com>  Sat, 06 Feb 2010 12:35:01 -0500
 
13
 
 
14
avarice (2.10-3) unstable; urgency=medium
 
15
 
 
16
  * Patch usb_dev_handle to fix a FTBFS. Closes: #565280.
 
17
    Thanks to Nobuhiro Iwamatsu.
 
18
 
 
19
 -- Shaun Jackman <sjackman@debian.org>  Sun, 24 Jan 2010 11:21:12 -0800
 
20
 
 
21
avarice (2.10-2) unstable; urgency=medium
 
22
 
 
23
  * libbfd requires libz and libdl. Closes: #552977.
 
24
 
 
25
 -- Shaun Jackman <sjackman@debian.org>  Wed, 13 Jan 2010 23:05:38 -0800
 
26
 
 
27
avarice (2.10-1) unstable; urgency=low
 
28
 
 
29
  * New upstream release.
 
30
  * Update the Debian policy to version 3.8.3.
 
31
  * Bump debhelper to version 7.
 
32
  * Use dh_prep rather than dh_clean -k.
 
33
  * Acknowledge NMU. Closes: #521901.
 
34
 
 
35
 -- Shaun Jackman <sjackman@debian.org>  Sun, 16 Aug 2009 11:17:09 -0700
 
36
 
1
37
avarice (2.9-1.1ubuntu2) karmic; urgency=low
2
38
 
3
39
  * Added debian/patches/01_gcc4.4_fix.diff to fix FTBFS (LP: #432538)