[Bug 1134668] Re: Sync kismet 2011.03.R2-2 (universe) from Debian unstable (main)

Logan Rosen 1134668 at bugs.launchpad.net
Wed Feb 27 21:25:36 UTC 2013


This bug was fixed in the package kismet - 2011.03.R2-2
Sponsored for Nick Andrik (andrikos)

---------------
kismet (2011.03.R2-2) unstable; urgency=low

  * Move configuration files back to /etc/kismet
    - Specify correct sysconfdir in rules file
    - Add mv_conffile commands in maintscript file
    - Add pre-build-dep for dpkg-maintscript-helper in control file
  * Delete old unneeded configuration files (Closes: #701515)
    - Add rm_conffile command in maintscript file

 -- Nick Andrik <nick.andrik at gmail.com>  Tue, 26 Feb 2013 17:05:46 +0100

kismet (2011.03.R2-1) unstable; urgency=low

  * New upstream release (Closes: #534884, #558773, #572593, LP: #407972)
  * New maintainer (Closes: #662105)
  * Patches
    - Removed gcc-4.3 and wsp100_support patches since they are included
      upstream.
    - fix_gpsmap_bashism: Fixes a bashism in multi-gpsmap example
      (Closes: #530111)
    - support_for_libnl3: Add support to build using libnl-3
    - fix_makefile: Fixes Makefile.inc.in to allow for passing compiler
      options to plugins build environment, useful for hardening
    - fix_manpage: Fixes some minor issues in kismet manpage
    - support_kfreebsd: Add support for kfreebsd systems
  * Source package builts two binary packages
    - Details documented in README.Debian (Closes: #416106)
    - Updated descriptions in control (Closes: #455213, LP: #70015)
  * Kismet no longer uses /var/{log,lib} folders. Removed mentions in postrm,
    kismet.dirs
  * Allow support for non-linux systems
    - Make libnl-dev, libbluetooth-dev and libcap-dev build-deps relevant only
      for linux systems
    - Add support for kfreebsd build
  * kismet.1 manpage
    - Fixed spelling typos (Closes: #683709)
    - Removed blank lines that make mdoc complain (Closes: #551994)
    - Corrected date syntax (Closes: #551997)
    - Added links for kismet_client and kismet_server manpages pointing to the
      main manpage
    - Override lintian warning for lack of manpage for kismet_capture (it is
      not run by user anyway)
  * Removed unnecessary link /etc/others-menu/0000_kismet.desktop
    (Closes: #563264)
  * Converted package to CDBS
    - Simplificaton of rules file
    - Added 3.0 (quilt) in source/format
  * Added hardening support
    - Specified debhelper version 9 in compat file
    - Added hardening options in rules file
      + Added explicit versioned dpkg-dev build dependency for dpkg-buildflags
    - Patched Makefile.inc.in to allow passing build options for plugins
    - lintian overrides for false positives in spectool_*.so plugins
  * Kismet allows for suid/priv dropping configured via debconf
    - Available debconf options are specified in the templates file
    - postinst creates the kismet user group if necessary and postrm removes
      it on package purge
  * Added full support for po-debconf
    - config and templates files
    - lintian override for suid install question
    - build dependency on po-debconf
    - po/POTFILES.in translation templates
    - translations include:
      + Japanese
      + Danish     (Closes: #693259)
      + Russian    (Closes: #693708, #696253)
      + Italian    (Closes: #693737)
      + German     (Closes: #693836)
      + Galician   (Closes: #693943)
      + French     (Closes: #693955)
      + Polish     (Closes: #694110)
      + Czech      (Closes: #694787)
      + Spanish    (Closes: #695538)
      + Portuguese (Closes: #696444)
      + Swedish    (Closes: #697292)
  * Added RELEASENOTES.txt in docs
  * Updated the watch file
    - URL can now include versions after 2009
    - Mangling in order to use dots instead of dashes in the version
  * Copyright file
    - Updated in dep5 format
    - Extended packaging copyright
    - Extended source copyright
    - Updated license for tcpdump-extract.h file (BSD-4 clause instead of
      BSD-3 clause)
  * Package maintenance in control
    - Bumped standars version to 3.9.4
    - Added project homepage
    - Dropped unnecessary build-deps

 -- Nick Andrik <nick.andrik at gmail.com>  Sat, 23 Feb 2013 02:03:31 +0100

** Changed in: kismet (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1134668

Title:
  Sync kismet 2011.03.R2-2 (universe) from Debian unstable (main)

Status in “kismet” package in Ubuntu:
  Fix Released

Bug description:
  Please sync kismet 2011.03.R2-2 (universe) from Debian unstable (main)

  Changelog entries since current raring version 2008-05-R1-4.3build2:

  kismet (2011.03.R2-2) unstable; urgency=low

    * Move configuration files back to /etc/kismet
      - Specify correct sysconfdir in rules file
      - Add mv_conffile commands in maintscript file
      - Add pre-build-dep for dpkg-maintscript-helper in control file
    * Delete old unneeded configuration files (Closes: #701515)
      - Add rm_conffile command in maintscript file

   -- Nick Andrik <nick.andrik at gmail.com>  Tue, 26 Feb 2013 17:05:46
  +0100

  kismet (2011.03.R2-1) unstable; urgency=low

    * New upstream release (Closes: #534884, #558773, #572593, LP: #407972)
    * New maintainer (Closes: #662105)
    * Patches
      - Removed gcc-4.3 and wsp100_support patches since they are included
        upstream.
      - fix_gpsmap_bashism: Fixes a bashism in multi-gpsmap example
        (Closes: #530111)
      - support_for_libnl3: Add support to build using libnl-3
      - fix_makefile: Fixes Makefile.inc.in to allow for passing compiler
        options to plugins build environment, useful for hardening
      - fix_manpage: Fixes some minor issues in kismet manpage
      - support_kfreebsd: Add support for kfreebsd systems
    * Source package builts two binary packages
      - Details documented in README.Debian (Closes: #416106)
      - Updated descriptions in control (Closes: #455213, LP: #70015)
    * Kismet no longer uses /var/{log,lib} folders. Removed mentions in postrm,
      kismet.dirs
    * Allow support for non-linux systems
      - Make libnl-dev, libbluetooth-dev and libcap-dev build-deps relevant only
        for linux systems
      - Add support for kfreebsd build
    * kismet.1 manpage
      - Fixed spelling typos (Closes: #683709)
      - Removed blank lines that make mdoc complain (Closes: #551994)
      - Corrected date syntax (Closes: #551997)
      - Added links for kismet_client and kismet_server manpages pointing to the
        main manpage
      - Override lintian warning for lack of manpage for kismet_capture (it is
        not run by user anyway)
    * Removed unnecessary link /etc/others-menu/0000_kismet.desktop
      (Closes: #563264)
    * Converted package to CDBS
      - Simplificaton of rules file
      - Added 3.0 (quilt) in source/format
    * Added hardening support
      - Specified debhelper version 9 in compat file
      - Added hardening options in rules file
        + Added explicit versioned dpkg-dev build dependency for dpkg-buildflags
      - Patched Makefile.inc.in to allow passing build options for plugins
      - lintian overrides for false positives in spectool_*.so plugins
    * Kismet allows for suid/priv dropping configured via debconf
      - Available debconf options are specified in the templates file
      - postinst creates the kismet user group if necessary and postrm removes
        it on package purge
    * Added full support for po-debconf
      - config and templates files
      - lintian override for suid install question
      - build dependency on po-debconf
      - po/POTFILES.in translation templates
      - translations include:
        + Japanese
        + Danish     (Closes: #693259)
        + Russian    (Closes: #693708, #696253)
        + Italian    (Closes: #693737)
        + German     (Closes: #693836)
        + Galician   (Closes: #693943)
        + French     (Closes: #693955)
        + Polish     (Closes: #694110)
        + Czech      (Closes: #694787)
        + Spanish    (Closes: #695538)
        + Portuguese (Closes: #696444)
        + Swedish    (Closes: #697292)
    * Added RELEASENOTES.txt in docs
    * Updated the watch file
      - URL can now include versions after 2009
      - Mangling in order to use dots instead of dashes in the version
    * Copyright file
      - Updated in dep5 format
      - Extended packaging copyright
      - Extended source copyright
      - Updated license for tcpdump-extract.h file (BSD-4 clause instead of
        BSD-3 clause)
    * Package maintenance in control
      - Bumped standars version to 3.9.4
      - Added project homepage
      - Dropped unnecessary build-deps

   -- Nick Andrik <nick.andrik at gmail.com>  Sat, 23 Feb 2013 02:03:31
  +0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kismet/+bug/1134668/+subscriptions



More information about the Ubuntu-sponsors mailing list