Back to ntrack PTS page

Accepted ntrack 011-1 (source i386)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 23 Dec 2010 00:32:57 +0100
Source: ntrack
Binary: libntrack0 libntrack-dev libntrack-glib2 libntrack-glib-dev libntrack-gobject1 libntrack-gobject-dev libntrack-qt4-1 libntrack-qt4-dev ntrack-module-libnl-0
Architecture: source i386
Version: 011-1
Distribution: experimental
Urgency: low
Maintainer: Alexander Sack <asac@debian.org>
Changed-By: Alexander Sack <asac@debian.org>
Description: 
 libntrack-dev - Development package for ntrack
 libntrack-glib-dev - development package for libntrack glib API
 libntrack-glib2 - glib API for ntrack
 libntrack-gobject-dev - Development package for libntrack-gobject API
 libntrack-gobject1 - GObject API for ntrack
 libntrack-qt4-1 - qt4 API for ntrack
 libntrack-qt4-dev - Development package for libntrack-qt4
 libntrack0 - lightweight connectivity tracking library
 ntrack-module-libnl-0 - libnl based ntrack module
Changes: 
 ntrack (011-1) experimental; urgency=low
 .
   * Upload new upstream release 011 to debian experimental
 .
   Packaging Changes:
   * build depend on python-gtk2-dev for hardy; this will work for hardy and later fortunately
   * package libnl module in ntrack-module-libnl-0 and provide ntrack-module-0
   * libntrack0 depends on ntrack-module-libnl-0 | ntrack-module-0 to ensure
     some backend is installed
 .
   Upstream Changes:
   * New upstream release for ntrack-011
    + {011} Release 011
    + update NEWS for 011 release
    + [merge] merge fix for lp:693500: make distcheck fails on hardy - lp:~asac/ntrack/lp693500
    + gobject: improve test-gmonitor-recycle.c by testing two life-cycles in one run
    + [merge] merge fix for lp:693214: ntrack hardy build and runtime issues from lp:~asac/ntrack/lp693214
    + BUILD: eliminate NULL and set AM_LDFLAGS everywhere to unbreak old autoreconfs - lp:693215
    + start ntrack 011 development
   * New upstream release for ntrack-010
     + update NEWS for 010 release
     + gobject: ship a python wrapper as mtest-gmonitor-py as part of check_PROGRAMS
     + BUILD: enable maintainer mode by default so make dist doesnt fail
     + gobject: add license for gobject/pyntrack-module.c
     + gobject: explicitly link tests against libntrack.la since they now use ntrack_init directly
     + glib: explicitly link tests against libntrack.la since they now use ntrack_init directly
     + common: enable MAINTAINER_MODE define in common/Makefile.am for ntrack.c
     + gobject: extend python monitor test to make use of ntrack_init
     + object: rename pyntrack-module exception type to NtrackException
     + gobject: add a wrapped ntrack_init func to pyntrack module that sys.argv as argument
     + modules: link ntrack-libnl1.la and ntrack-libnl2.la against ../common/libntrack.la to make python module loader happy
     + modules: drop trailing / from ntrackmodulesdir definition
     + BUILD: build modules/ after common/ source and allow modules/ to depend on common/
     + qt4: make test use QNtrack::init
     + qt4: add QNtrack::init as wrapper for ntrack_init to API
     + gobject: make tests use ntrack_init
     + glib: make tests use ntrack_init
     + common: make tests use ntrack_init
     + glib: add license to recyle test
     + BUILD: enable AM_MAINTAINER_MODE automake feature in configure.ac
     + common: add ntrack_init function to ntrackbase.h that adds a couple of potential in-source locations to the backend search list iif in MAINTAINER_MODE
     + common: fix modules not looked for in MODULES_DIR; the plugin search loop iterator got accidentially bumped twice in one loop run
     + gobject: update copyright for 2010 modifications in gobject
     + common: update copyright for 2010 modifications in common/test
     + common: update copyright for 2010 modifications in common/
     + common: update NTRACK_LT_VERSION = 3:3:3 for libntraakc.so
     + common: use GCC visibile pragma to hide private functions from common/ntrackarch.h
     + common: rename private ntrack-arch.h => ntrackarch.h
     + common: consider build-tree modules/ directory before MODULES_DIR for typical ntrack tests
     + modules: create top level modules/ source directory and move ntrack-libnl.c there
     + common: trigger rebuild of libntrack.la if ntrackarchapi.h changes
     + common: first step towards public plugain api; factor backend API to separate header: ntrackarchapi.h, see lp:692327
     + common: drop ntrack_monitor_arch_event_f typdef from private ntrack-arch.h; its identical with ntrack_monitor_callback_f from public api
     + common: add ntrack-arch.h to libntrack_la_SOURCES
     + common: build ntrack-libnl.c as ntrack-libnl1.la and ntrack-libnl1.la modules - lp:692245
     + common: use plugin delegate functions in ntrackmonitor.c
     + common: add backend plugin code to ntrack.c and introduce glue functions for ntrack-arch.h API
     + common: add support for libnl-2.0 and use by default; keep compile time fallback support for libnl-1 - lp:686554
     + common: code cleanup and indent in setup_smart_handle of libnl backend
     + common: start using nl cache mngr for main handle as well; eliminate cache refills
     + common: remove unused/commented code in ntrack-libnl.c
     + common: fix how we set binary_addr for dst_filter; also set prefixlen on dst_filter
     + gobject: use pyntrack-gmonitor.override from $(srcdir) to fix failure when building in build/ dir - lp:661769
     + start ntrack 010 development
     + {009} Release 009
     + update NEWS for 009 release
     + common[test]: add license and indent boilderplate for recyle test
     + common[test]: ifx recycle test include to fix build failure in make distcheck
     + add support for moc binary if moc-qt4 is not available - lp:653882
     + gobject[test]: add license header to test-gmonitor-recycle.c test
     + add explicit ./configure flag for with/without-<binding> - see lp:654221
     + qt4: use ntrack_monitor_put to properly unref the monitor in QNtrack destructor
     + gobject[test]: add recycle test that verifies that unrefing a gmonitor works
     + glib: remove forgotten debugging output during gsource finalization
     + glib[test]: add simple gsource recyle (aka lifecycle) test to auto testsuite
     + glib: hook up ntrack monitor refcounting and implement proper gsource lifecycle
     + common[test]: add auto-run recyle test that pokes the monitor and arch refcounting facilities a bit
     + common: introduce refcounting to monitor singleton api; old code is supposed to still work; free arch backend if refc becomes 0
     + common: improve error loggin for nl_connect; factor that code to a helper func
     + common[arch]: extend backend api to require _ntrack_arch_free; implement this in ntrack-libnl.c (lp:612868)
     + gobject: change type of 'state' member in NTrackGMonitorPrivate from ntrack_state_t to NTrackGlibState
     + gobject: add missing G_END_DECLS to ntrack-gmonitor.h - see lp:594794
     + common: add missing NTRACK_END_DECLS to ntracklist.h - lp:594794
     + add 2010 to copyright years mentioned in README license header
     + start ntrack 009 development
Checksums-Sha1: 
 1891dbb10089c4dfa058242c6476f81f50cd916c 1784 ntrack_011-1.dsc
 dd874c4799cd0b926cac353cbe5d9d2966fe680c 413236 ntrack_011.orig.tar.gz
 3f5982abdf022bc2eae1becbacb3b76732f01cba 5235 ntrack_011-1.diff.gz
 5bd92fb63d08c2dca950ce0067c0d753a64246d1 22310 libntrack0_011-1_i386.deb
 4a096b5468f36b21089da1cdb8e6b20d4a72c661 19456 libntrack-dev_011-1_i386.deb
 dcccd4773ae16440eaba1667ae71afcc2e4d9993 20336 libntrack-glib2_011-1_i386.deb
 a403c81c92b7fb44af62c8b416f9086bc4c3506b 18382 libntrack-glib-dev_011-1_i386.deb
 dabed340d287f902846a3df882a9380392f48213 20906 libntrack-gobject1_011-1_i386.deb
 acaddb85b591d27c16bdc47af76d92d74ea47026 19696 libntrack-gobject-dev_011-1_i386.deb
 983de06f685bad95eb79e29ffa9bff8e1f4971b3 22984 libntrack-qt4-1_011-1_i386.deb
 48c93b8a719b5aafa3cd0a6e84d0b0fe145da6ae 18308 libntrack-qt4-dev_011-1_i386.deb
 4413f83eb4444657298170234282dc236f6f96df 21442 ntrack-module-libnl-0_011-1_i386.deb
Checksums-Sha256: 
 cc167a5dba917f81c1a67623e00af6eff2c66e4ff72dce0dfd895aca11854fec 1784 ntrack_011-1.dsc
 beeb4327b7853192d91bea442653378b8730665f327ddb1d34fc6c5d3db42662 413236 ntrack_011.orig.tar.gz
 0aa186ec61ea74310de28b7085c36ca0d3ffe5c84fbc2417e9e6b7bfb9ad7828 5235 ntrack_011-1.diff.gz
 f3f5affb77f2190a63671a8d37f004e22e0da9f01f14cfb756ba4516fecac3f7 22310 libntrack0_011-1_i386.deb
 70e10017cbdcfa1e60db7a078972186df533efa41d32700acf5540a00fb0843d 19456 libntrack-dev_011-1_i386.deb
 7348b61ee2ab7de69ef08f970e9fae0bb3e3c1b891329efe48c9b2547a1a6023 20336 libntrack-glib2_011-1_i386.deb
 fe6e3d842e87f63d78b3fddf569961487304a1ded28040d45b07f9d38e30e42d 18382 libntrack-glib-dev_011-1_i386.deb
 41491fe44a373ce3982187c9325f8106e3466c6d7f8d6ed4cdfbf97a73f9c689 20906 libntrack-gobject1_011-1_i386.deb
 ca5de53d2a01eb780821e885c134b7ae028d81baaa3dc18e7593d33aad4a992a 19696 libntrack-gobject-dev_011-1_i386.deb
 3c9e08745c281763800f682703fdb98df9ec29be784c35e077a896ddd4f6a4aa 22984 libntrack-qt4-1_011-1_i386.deb
 cff80946c4c2d15416bc13df1bf7a0c7638d8b23bce24b6adf627b9909185abe 18308 libntrack-qt4-dev_011-1_i386.deb
 568c000e8f584ca8c374bb4f68d9530190aa0631e3305ef8cfee3748bc384656 21442 ntrack-module-libnl-0_011-1_i386.deb
Files: 
 2d51922b4179b3facf1bea8db9a0f8fa 1784 net optional ntrack_011-1.dsc
 7ae0437e0865f1ec313b1436d4d75a43 413236 net optional ntrack_011.orig.tar.gz
 96e5d4cc426db396d522500424e2bd4b 5235 net optional ntrack_011-1.diff.gz
 32ca090a5da385aed2b3e2e032b90252 22310 libs optional libntrack0_011-1_i386.deb
 09c49bc458501ae41242b6e7838de8da 19456 libdevel optional libntrack-dev_011-1_i386.deb
 8493294989188ada028c824f8cf827e6 20336 libs optional libntrack-glib2_011-1_i386.deb
 bf5a62287481d8417e2841552303f270 18382 libdevel optional libntrack-glib-dev_011-1_i386.deb
 066be464c11f91a8740f921a80e9fc57 20906 libs optional libntrack-gobject1_011-1_i386.deb
 b8951da2bbcb2e5d38f0183d79c71e18 19696 libdevel optional libntrack-gobject-dev_011-1_i386.deb
 d2b65bff57a33d89d01699421a867cfe 22984 libs optional libntrack-qt4-1_011-1_i386.deb
 6c191f63c683f6974fcda8cac6dc75de 18308 libdevel optional libntrack-qt4-dev_011-1_i386.deb
 540a12110a4048cf8c193e70ee7b29f3 21442 libdevel optional ntrack-module-libnl-0_011-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBAgAGBQJNF0oOAAoJEMTRdkxrXMVI5AUQAIeb5bQfGu1TbG/m4UMX+Enh
AO3SiCCkxn9Sc4YMrmgMqkQPveF2X6kjtucRZkYMGjEPR/PY/8fROaPvFFXKJdJI
9zbZ4NrgLVKMq1ZEuwl41GkbKtz1YAc0tyB6dizvVPYdVhd0b6Zfgf5Qil1ufHb+
A+qhMU5KBeM4J7f+/I7MNWrA2+xRmLrWKtpmtOd4qE+I8G8LOM5gaW+HIbCs3bZU
+gyS0UF4s255Joo6H9nE5cSxuEkjRIILTk7iQLdwi6Id3VZ+6Medk1K2tyznUP7P
bUuIM8kmDH9CPaYXzZJwi6o4NTWzfmX8ybM9vJu/9AdyQNhrQBsleaYOJKVGLuN4
3V+a8u+eG0a15O1Q3d/Ha+GcqoLNxDjlAUMNbjzQ1ycM6NA0wb0i50rTJJpooK4T
ZlzADseAwxYUcWTiWqCLH6hEGKHC8IkptTFTUx3r+O7I8/3sRSQkaxU1t/3647uV
s9ct8sFy05XbB670W8dz7iFH0LyDy8/kIStVOl5nF3Al1RKkyPJAYa03NSdOIYD1
Y0V5rLYDVaFp9kfm4Ifm1u4UGgrwe/E3aX/47empmzHQPFJL5LMgISSmZQ+SqHpt
wzzI+expgNmb00yj25szzK76kng0BcPusd6vupm8ZViOLS4nznN1zaFnZjLf1/Hx
HA5l9sCwZSwluvuJIZuJ
=IEis
-----END PGP SIGNATURE-----


Accepted:
libntrack-dev_011-1_i386.deb
  to main/n/ntrack/libntrack-dev_011-1_i386.deb
libntrack-glib-dev_011-1_i386.deb
  to main/n/ntrack/libntrack-glib-dev_011-1_i386.deb
libntrack-glib2_011-1_i386.deb
  to main/n/ntrack/libntrack-glib2_011-1_i386.deb
libntrack-gobject-dev_011-1_i386.deb
  to main/n/ntrack/libntrack-gobject-dev_011-1_i386.deb
libntrack-gobject1_011-1_i386.deb
  to main/n/ntrack/libntrack-gobject1_011-1_i386.deb
libntrack-qt4-1_011-1_i386.deb
  to main/n/ntrack/libntrack-qt4-1_011-1_i386.deb
libntrack-qt4-dev_011-1_i386.deb
  to main/n/ntrack/libntrack-qt4-dev_011-1_i386.deb
libntrack0_011-1_i386.deb
  to main/n/ntrack/libntrack0_011-1_i386.deb
ntrack-module-libnl-0_011-1_i386.deb
  to main/n/ntrack/ntrack-module-libnl-0_011-1_i386.deb
ntrack_011-1.diff.gz
  to main/n/ntrack/ntrack_011-1.diff.gz
ntrack_011-1.dsc
  to main/n/ntrack/ntrack_011-1.dsc
ntrack_011.orig.tar.gz
  to main/n/ntrack/ntrack_011.orig.tar.gz