~ubuntu-branches/ubuntu/precise/wpasupplicant/precise-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Stefan Lippers-Hollmann, Kel Modderman, Stefan Lippers-Hollmann
  • Date: 2011-09-26 23:30:00 UTC
  • mfrom: (5.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20110926233000-hcrc2cbhueypqfbb
Tags: 0.7.3-4
[ Kel Modderman ]
* Support /run/sendsigs.omit.d/ (Closes: #633040):
  - depend on initscripts (>= 2.88dsf-13.3)
  - create new omission pid files in /run/sendsigs.omit.d/ unconditionally
  - migrate existing omission pid files from /lib/init/rw/ to
    /run/sendsigs.omit.d/
* ACK NMU (Closes: #610931)
  - add wpasupplicant-udeb
  - build against libnl3
* Improve integration of the udeb addition with existing debian/rules:
  - build the required binary in the build target in similar way to standard
    package build
  - install binary manually in dh_auto_install override rather than
    wpasupplicant-udeb.install to handle renaming of binary
  - sync udeb CFLAGS with the standard build
  - allow potential for non-linux udebs, add a kfreebsd udeb configuration
    snippet
* Filter the numerous hyphen-used-as-minus-sign informational messages
  from lintian output.
* Add preferred options to debian/source/local-options to assist with quilt
  patch management.
* Add patch for wpa_gui-qt4 which displays scan results signal strength in
  dBm with bar indicator. (Closes: #630681)

[ Stefan Lippers-Hollmann ]
* make wpasupplicant-udeb arch=any, an initial kfreebsd udeb config is now
  provided as well.
* use Package-Type instead of XC-Package-Type for wpasupplicant-udeb,
  dpkg-dev >1.15.7 is available in squeeze.
* add a dependency on ${misc:Depends} for the udeb package as well.
* adapt debian/copyright to recent changes (r174) in DEP-5 and use the new
  anonscm URL.
* don't use /run/sendsigs.omit.d/ if it hasn't already been created by
  mountkernfs.sh (e.g. when using systemd), thanks to Michael Biebl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
wpasupplicant (0.7.3-4) unstable; urgency=low
 
2
 
 
3
  [ Kel Modderman ]
 
4
  * Support /run/sendsigs.omit.d/ (Closes: #633040):
 
5
    - depend on initscripts (>= 2.88dsf-13.3)
 
6
    - create new omission pid files in /run/sendsigs.omit.d/ unconditionally
 
7
    - migrate existing omission pid files from /lib/init/rw/ to
 
8
      /run/sendsigs.omit.d/
 
9
  * ACK NMU (Closes: #610931)
 
10
    - add wpasupplicant-udeb
 
11
    - build against libnl3
 
12
  * Improve integration of the udeb addition with existing debian/rules:
 
13
    - build the required binary in the build target in similar way to standard
 
14
      package build
 
15
    - install binary manually in dh_auto_install override rather than
 
16
      wpasupplicant-udeb.install to handle renaming of binary
 
17
    - sync udeb CFLAGS with the standard build
 
18
    - allow potential for non-linux udebs, add a kfreebsd udeb configuration
 
19
      snippet
 
20
  * Filter the numerous hyphen-used-as-minus-sign informational messages
 
21
    from lintian output.
 
22
  * Add preferred options to debian/source/local-options to assist with quilt
 
23
    patch management.
 
24
  * Add patch for wpa_gui-qt4 which displays scan results signal strength in
 
25
    dBm with bar indicator. (Closes: #630681)
 
26
 
 
27
  [ Stefan Lippers-Hollmann ]
 
28
  * make wpasupplicant-udeb arch=any, an initial kfreebsd udeb config is now
 
29
    provided as well.
 
30
  * use Package-Type instead of XC-Package-Type for wpasupplicant-udeb,
 
31
    dpkg-dev >1.15.7 is available in squeeze.
 
32
  * add a dependency on ${misc:Depends} for the udeb package as well.
 
33
  * adapt debian/copyright to recent changes (r174) in DEP-5 and use the new
 
34
    anonscm URL.
 
35
  * don't use /run/sendsigs.omit.d/ if it hasn't already been created by
 
36
    mountkernfs.sh (e.g. when using systemd), thanks to Michael Biebl.
 
37
 
 
38
 -- Stefan Lippers-Hollmann <s.l-h@gmx.de>  Mon, 26 Sep 2011 23:30:00 +0200
 
39
 
1
40
wpasupplicant (0.7.3-3.1) unstable; urgency=low
2
41
 
3
42
  * Non-maintainer upload with the agreement of Kel Modderman.