systemtap (1.7-1ubuntu1) quantal; urgency=low

  * Add fix-stap-compile.diff and uprobes-name-change.diff to address
    usability issues with systemtap and the newer kernel. This fixes
    issues when trying to compile with stap and adjusts for name changes
    in the kernel (7b2d81d48a2d8e37efb6ce7b4d5ef58822b30d89). These are
    both pulled from upstream commits (LP: #1054274).

 -- Chris J Arges <chris.j.arges@canonical.com>  Fri, 21 Sep 2012 15:08:11 -0500

systemtap (1.7-1) unstable; urgency=low

  * Explicitly list supported architectures of systemtap-sdt-dev.
  * Bump Standards-Version to 3.9.3, no changes were needed
  * Apply upstream fix for CVE-2012-0875 (Closes: #660886, #660929)

 -- Timo Juhani Lindfors <timo.lindfors@iki.fi>  Wed, 14 Mar 2012 14:23:00 +0200

systemtap (1.7-1~experimental1) experimental; urgency=low

  [ Ritesh Raj Sarraf ]
  * Add Timo Juhani Lindfors to Uploaders.

  [ Timo Juhani Lindfors ]
  * New Upstream Release.
  * Drop patches that are obsolete or accepted upstream:
    dont-build-pdfdocs.diff dont-remove-scripts.diff
    examples-shebangs.diff grapher-libs.diff new-elfutils.diff
    no-make-distclean-for-man.diff stapex-docdir-path.diff
    use-pdflatex.diff vim-filetype-override.diff xmlto-test.diff
  * Add patches to improve documentation: manpage-paths1.diff
    manpage-syntax1.diff spelling-fixes1.diff spelling-fixes2.diff
  * Update standards-version to 3.9.2, no changes necessary
  * Add armhf to the architecture list (Closes: #645797)
  * Enable hardened build flags (Closes: #655882)
  * Set architecture of systemtap-sdt-dev to linux-any to avoid confusion
    on kfreebsd (Closes: #656383, #656477)
  * Add stapsys group which behaves like stapdev but does not permit
    the use of guru mode.
  * Remove references to "Linux 2.6" from package description and suggests
    fields since we support 3.x too.

 -- Timo Juhani Lindfors <timo.lindfors@iki.fi>  Mon, 19 Dec 2011 13:27:20 +0200

systemtap (1.6-1) unstable; urgency=low

  [ Lucas Nussbaum ]
  * Refresh all patches.

  [ Ritesh Raj Sarraf ]
  * [ab3b78a] Imported Upstream version 1.6
  * New upstream release (Closes: #625414, #635542, #628819)
    - Fixes vulnerability: CVE-2011-1769, CVE-2011-1781, CVE-2011-2502
      and CVE-2011-2503 

 -- Ritesh Raj Sarraf <rrs@debian.org>  Fri, 29 Jul 2011 15:59:14 +0530

systemtap (1.4-1) unstable; urgency=low

  * New Upstream Release 
  * [6f15c23] fix staprun permissions in dh_fixperms. Thanks to Steve
    Beattie
  * [4766ec7] update debian/news about new execution permission
  * [98fddd0] refresh patches
  * [1f33512] drop patch new-elfutils.diff. no more needed

 -- Ritesh Raj Sarraf <rrs@debian.org>  Fri, 25 Feb 2011 03:23:16 +0530

systemtap (1.3-2) unstable; urgency=low

  * Add dependency on package adduser. Thanks to the piuparts
    infrastructure for spotting it. (Closes: #604439)
  * Add dependency on make (Closes: #608905)
  * Upload to unstable 

 -- Ritesh Raj Sarraf <rrs@debian.org>  Thu, 10 Feb 2011 20:30:26 +0530

systemtap (1.2-2) unstable; urgency=low

  * Update README.Debian about kernel dependency

 -- Ritesh Raj Sarraf <rrs@debian.org>  Wed, 29 Sep 2010 23:20:34 +0530

systemtap (1.3-1) experimental; urgency=low

  * New Upstream Release 
  * Refresh patches:
    + manpage-and-spelling-error-fixes.patch
    + dont-build-pdfdocs.diff
    + new-elfutils.diff
  * Drop patch:
    + no-make-distclean-for-man.diff
    + stapex-docdir-path.diff 
  * Add libavahi-client-dev build dependency
  * Update Standards Version to 3.9.1
    + Use Breaks instead of Conflicts
  * Explain about kernel feature dependency and availability (Closes: #591893) 

 -- Ritesh Raj Sarraf <rrs@debian.org>  Sat, 07 Aug 2010 00:03:52 +0530

systemtap (1.2-1) unstable; urgency=low

  [ Lucas Nussbaum ]
  * New maintainer. Closes: #568866.
  * New upstream release.
    - Fixes CVE-2009-4273. Closes: #568865.
  * Removed patches:
    - xmlto-test.diff: applied upstream.
    - dont-remove-scripts.diff: applied upstream.
    - examples-shebangs.diff: applied upstream.
  * Refreshed patches:
    - use-pdflatex.diff
    - debversion.diff
    - new-elfutils.diff
  * Bump policy to 3.8.4. No changes needed.

  [ Ritesh Raj Sarraf ]
  * Take maintenance and add Lucas to Uploaders 
  * Switch to 3.0 (quilt) source format 
  * Add get-orig-source target 
  * Drop libebl-dev and Add libdw-dev as Build Depends 
  * Fix build rules and use configure script from upstream 
  * Break systemtap common architecture independent data to the
    systemtap-common package 

 -- Ritesh Raj Sarraf <rrs@debian.org>  Mon, 24 May 2010 00:34:35 +0530

systemtap (1.1-1) experimental; urgency=low

  * New upstream release
    - too many changes, upload to experimental for now
  * Fix Vcs-Browser url
  * Update debian/copyright
  * Pass --disable-publican to configure, not usable in Debian
  * Removed patches:
    - no-PROCFLAGS.diff - fixed upstream
    - no-xmto.diff - let's try to use xmlto..., build depend on it
    - stap-env.diff - no longer needed
    - SystemTap-1.0-limit-printf-arguments.patch - fixed upstream
    - SystemTap-1.0-limit-dwarf-expression-stack-size.patch - fixed upstream
    - SystemTap-1.0-unwind-table-size-checks.patch - fixed upstream
  * Updated patches:
    - dont-build-pdfdocs.diff
    - grapher-libs.diff 
  * Build-depend on libboost-dev and libglademm-2.4-dev, needed for grapher
  * New patches:
    - dont-remove-scripts.diff - do not remove scripts on clean
    - examples-shebangs.diff - add missing shebangs to examples
    - xmlto-test.diff - use html format to test xmlto, txt format requires
      additional build-dependencies

 -- Євгеній Мещеряков <eugen@debian.org>  Thu, 21 Jan 2010 14:45:25 +0100

systemtap (1.0-2) unstable; urgency=high

  * Fix multiple DoS issues (CVE-2009-2911), thanks to Moritz Muehlenhoff
    fo reporting. Urgency is high because of security bug.
    (closes: 551918)
  * New patches (stolen from RedHat's bugzilla):
    - SystemTap-1.0-limit-printf-arguments.patch
    - SystemTap-1.0-limit-dwarf-expression-stack-size.patch
    - SystemTap-1.0-unwind-table-size-checks.patch

 -- Євгеній Мещеряков <eugen@debian.org>  Wed, 21 Oct 2009 22:05:22 +0200

systemtap (1.0-1) unstable; urgency=low

  * New upstream release
    - stap does not seem to print warnings if -client is not installed
      (probably closes: #545429)
  * Install AUTHORS into systemtap package
  * Try to explain what are -client and -server packages for (hopefully
    closes: #545279)
  * Depend on net-tools in systemtap-server (for netstat)
  * s/stap-client/systemtap-client/ in systemtap's conflicts/replaces

 -- Євгеній Мещеряков <eugen@debian.org>  Wed, 23 Sep 2009 20:20:09 +0200

systemtap (0.9.9+0git20090920-1) experimental; urgency=low

  * New upstream snaphsot
  * Don't build-depend on bzip2 anymore
  * Removed patches:
    - docs-clean.diff - applied upstream
  * Install stap-sign-module into -server
  * Remove special rule for patch target, it is supported by new enough
    dh

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 20 Sep 2009 20:54:51 +0200

systemtap (0.9.9+0git20090910-2) experimental; urgency=low

  * Use -regex for find in clean target, hopefully fixes FTBFS on s390
  * Use © instead of (C) in debian/copyright
  * Fix path to examples in stapex (3)

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 12 Sep 2009 17:41:14 +0200

systemtap (0.9.9+0git20090910-1) experimental; urgency=low

  * New upstream snapshot
    - This release supports execution of probe modules by unpriviledged
      users. This feature is experimental and can cause security problems.
      Added note to NEWS.Debian
  * Use quilt instead of dbs
  * Strip numeric prefixes and add .diff to patches
  * Removed patches:
    - relocatable-kernel-buildid.diff - applied upstream
    - configure-quot.diff - applied upstream
    - arm-nop.diff - applied upstream 
  * Remove autotools generated files in clean target
  * New patches:
    - docs-clean.diff - remove generated files during clean
    - debversion.diff - add debian package version information into stap -V
      output
  * Install NEWS.Debian into all binary packages
  * Git is now used for packaging
    - Add Vcs-* headers to debian/control
    - Remove uupdate invokation from watch file
  * Update README.source with information about using quilt

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 12 Sep 2009 00:45:38 +0200

systemtap (0.9.9-5) unstable; urgency=low

  * New patches:
    - 39-relocatable-kernel-buildid - fix build id check for relocatable
      kernels (closes: #545277)
  * Standards-Version 3.8.3 - no changes required

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 07 Sep 2009 11:44:55 +0200

systemtap (0.9.9-4) unstable; urgency=medium

  * Build-depend on automake1.11 instead of automake1.10
    (closes: #541511). Thanks to Aurélien Jarno for reporting.
    Urgency medium because this package is 5 days in unstable and
    this release introduces no code changes.

 -- Євгеній Мещеряков <eugen@debian.org>  Fri, 14 Aug 2009 21:23:26 +0200

systemtap (0.9.9-3) unstable; urgency=low

  * Add systemtap-grapher package
    - build-depend on libgtkmm-2.4-dev (>= 2.8.0)
  * New patch:
    - 38-grapher-libs - pass --as-needed to the linker when linking stapgraph

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 08 Aug 2009 16:13:53 +0200

systemtap (0.9.9-2) unstable; urgency=low

  * New patch:
    - 37-arm-nop - use nop instructions without parameters on arm in sdt.h;
      fixes FTBFS 

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 08 Aug 2009 01:28:01 +0200

systemtap (0.9.9-1) unstable; urgency=low

  * New upstream release (closes: #536469)
  * New patches:
    - 36-configure-quot - do not use plain [] in help string in configure.ac
      this confuses autoconf

 -- Євгеній Мещеряков <eugen@debian.org>  Fri, 07 Aug 2009 16:27:34 +0200

systemtap (0.9.8+0git20090713-1) unstable; urgency=low

  * New upstream snapshot
    - Let's try new version numbers
  * Removed patches:
    - 36-examples-shebang - fixed upstream
  * Add script debian/make-snapshot.sh for building git snapshots
  * Update watch file to point to systemtap releases

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 13 Jul 2009 10:58:09 +0200

systemtap (0.0.20090627-1) unstable; urgency=low

  * New upstream snapshot
  * New patches:
    - 36-examples-shebang - add shebangs to executable examples
  * Standards-Version 3.8.2 - no changes needed

 -- Євгеній Мещеряков <eugen@debian.org>  Tue, 30 Jun 2009 13:28:48 +0200

systemtap (0.0.20090613-1) unstable; urgency=low

  * New upstream snapshot (and release 0.9.8)
  * Remove libnss3-tools from -client depends

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 13 Jun 2009 22:02:58 +0200

systemtap (0.0.20090606-1) UNRELEASED; urgency=low

  * New upstream snapshot
  * Build-depend on libnss3-tools
  * Add --without-rpm and --enable-translator to configure flags 

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 07 Jun 2009 20:15:08 +0200

systemtap (0.0.20090523-1) experimental; urgency=low

  * New upstream snapshot
  * Upload to experimental for now
  * Updated patches:
    - 28-dont-build-pdfdocs
  * New patches:
    - 35-stap-env - move stap-env script under /usr/share/systemtap
  * Update debian/copyright
  * Update contents of -client and -server packages to match upstream
    as close as possible
  * Make -server package depend on -client package for some programs
    and stap-env

 -- Євгеній Мещеряков <eugen@debian.org>  Tue, 26 May 2009 23:08:17 +0200

systemtap (0.0.20090502-1) unstable; urgency=low

  * New upstream snapshot
    - disable grapher for now (it will require libgtkmm-2.4)
  * Build-depend on lib{elf,dw}-dev >= 0.141
  * Don't build-depend on libebl-dev — it's gone
  * Update build-depends on docbook-xsl to >= 1.74.3 (for new path to
    stylesheets)
  * Updated patches:
    - 30-no-xmlto — also use new path to docbook-xsl stylesheets
  * New patches:
    - 34-new-elfutils — do not try to link with libebl

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 03 May 2009 02:32:05 +0200

systemtap (0.0.20090418-1) unstable; urgency=low

  * New upstream snapshot

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 19 Apr 2009 21:22:35 +0200

systemtap (0.0.20090411-2) experimental; urgency=low

  * Add systemtap-sdt-dev package

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 13 Apr 2009 20:26:32 +0200

systemtap (0.0.20090411-1) experimental; urgency=low

  * New upstream snapshot
  * Removed patches:
    - 34-manpages-fixes - applied upstream
    - 35-fix-parallel-build - applied upstream 
  * Suggest linux-{image,headers,debug}-2.6 for systemtap, make-kpkg
    can build those now
  * Remove note about gcc-4.0 bug from README.Debian, gcc-4.0 is not
    even in stable now
  * Add note about kernel-debug target of make-kpkg into README.Debian
  * Do not use 'dh install --remaining' in debian/rules, it executes
    skipped commands
  * Fix target dependencies in debian/rules

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 13 Apr 2009 19:24:20 +0200

systemtap (0.0.20090404-2) unstable; urgency=low

  * New patches:
    - 35-fix-parallel-build (closes: #522800)

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 06 Apr 2009 17:34:34 +0200

systemtap (0.0.20090404-1) unstable; urgency=low

  * New upstream snapshot
    - some manpages were moved from section 5 to 3stap, build system adjusted
  * Updated patches:
    - 24-stapex-docdir-path
    - 28-dont-build-pdfdocs
    - 30-no-xmlto
  * Removed patches:
    - 35-CVE-2009-0784 - applied upstream
  * New patches:
    - 34-manpages-fixes
  * Fix some bashisms in debian/rules
  * Update debian/copyright

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 04 Apr 2009 21:57:30 +0200

systemtap (0.0.20090314-2) unstable; urgency=high

  * New patch:
    - 35-CVE-2009-0784 - fix for CVE-2009-0784, arbitrary kernel module
      loading by members of 'stapusr' group

 -- Євгеній Мещеряков <eugen@debian.org>  Tue, 24 Mar 2009 23:33:42 +0100

systemtap (0.0.20090314-1) unstable; urgency=low

  * New upstream snapshot
  * Standards-Version 3.8.1 - no changes required

 -- Євгеній Мещеряков <eugen@debian.org>  Fri, 20 Mar 2009 16:00:34 +0100

systemtap (0.0.20090307-1) experimental; urgency=low

  * New upstream shapshot
  * Removed patches:
    - 34-dont-include-libebl-h - applied upstream
  * Add not to debian/copyright that Language Reference Guide is licensed
    under the GFDL with no Invariant Sections, no Front-Cover Texts, and
    no Back-Cover Texts
  * Update copyright years in debian/copyright

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 07 Mar 2009 20:01:57 +0100

systemtap (0.0.20090228-1) unstable; urgency=low

  * New upstream snapshot

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 28 Feb 2009 20:34:11 +0100

systemtap (0.0.20090221-1) experimental; urgency=low

  * New upstream snapshot
    - changelogs are gone, do not try to install them
  * Upload to experimental to let previous version migrate to testing
  * New patches:
    - 34-dont-include-libebl-h - do not include libebl.h, it is not used 
  * Make all examples executable (except ones from tutorial)

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 21 Feb 2009 21:08:10 +0100

systemtap (0.0.20090214-1) unstable; urgency=low

  * New upstream snapshot
  * Upload to unstable
  * Make systemtap-server package depend on zip
  * Add link for stap-add-server-cert(8) manpage (points to stap-client(8))
  * Build-depend on docbook-xml to avoid warnings about missing docbookx.dtd
  * Removed patches:
    - 31-manpages-footer - applied upstream

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 15 Feb 2009 19:39:59 +0100

systemtap (0.0.20090131-1) experimental; urgency=low

  * New upstream snapshot
  * Make systemtap-client depend on dsnutils, it uses nslookup
  * Pass --sysconfdir=/etc to configure
  * Removed patches:
    - 32-no-prefix-voodoo - upstream does it right now

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 01 Feb 2009 02:01:44 +0100

systemtap (0.0.20090124-1) experimental; urgency=low

  * New upstream snapshot
  * Install vim syntax/indent/etc files as addon (disabled by default)
  * Suggest vim-addon-manager in systemtap package
  * Add information on how to enable vim addon into README.Debian
  * New patches:
    - 33-vim-filetype-override - set filetype in vim unconditionaly, otherwise
      it is set to 'Stored Procedures'

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 25 Jan 2009 02:10:38 +0100

systemtap (0.0.20090117-1) experimental; urgency=low

  * New upstream snapshot
  * New patches:
    - 28-dont-build-pdfdocs - do not build pdf version of Tapset Reference,
      and don't check for xmlto
    - 30-no-xmlto - use xsltproc instead of xmlto to build Tapset Reference,
      it is much faster (at least for manpages) and allows not to output
      empty COPYRIGHT sections 
    - 31-manpages-footer - fix footer of Tapset Reference manpages
    - 32-no-prefix-voodoo - hardcode prefixes in client and server scripts
  * Updated patches:
    - 27-use-pdflatex
  * Removed patches:
    - 28-dont-build-docs - replaced by 28-dont-build-pdfdocs
  * Update debian/copyright
  * Pass --enable-refdocs to configure
  * Register HTML version Tapset Reference with doc-base 
  * Add xsltproc and docbook-xsl to Build-Depends
  * Pass --enable-server to configure
  * Add systemtap-server and systemtap-client packages for compile server
    and its client

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 17 Jan 2009 23:46:15 +0100

systemtap (0.0.20090103-1) experimental; urgency=low

  * New upstream snapshot
  * Add pkg-config, libnss3-dev and libnspr4-dev to Build-Depends, they are now
    needed for stap-client/server (not installed into any package)
  * Removed patches:
    - 29-examples-interpreter - applied upstream
  * New patches:
    - 28-dont-build-docs - do not build Tapset Reference, build fails
      (see bugs #170477 and #310148).
  * Update packaging copyright for year 2009

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 04 Jan 2009 22:12:16 +0100

systemtap (0.0.20081220-1) experimental; urgency=low

  * New upstream snapshot
  * Split staprun and dependencies into systemtap-runtime package,
    for use on small systems and to better match upstream
  * Split most of the documentation into systemtap-doc package 
    - update patch 24-stapex-docdir-path with new path to examples
  * Mention split in NEWS.Debian.
  * Do not make examples executable in debian/rules, upstream
    already does this
  * Replace the long description with one from the official site
    (slightly changed)
  * Remove files related to the systemtap-tools package that does not
    exist

 -- Євгеній Мещеряков <eugen@debian.org>  Tue, 23 Dec 2008 21:40:21 +0100

systemtap (0.0.20081213-1) experimental; urgency=low

  * New upstream snapshot
  * Updated patches:
    - 29-examples-interpreter

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 15 Dec 2008 15:29:52 +0100

systemtap (0.0.20081025-1) experimental; urgency=low

  * New upstream snapshot
  * Install stap-report into examples directory

 -- Євгеній Мещеряков <eugen@debian.org>  Thu, 30 Oct 2008 22:24:35 +0100

systemtap (0.0.20081004-1) experimental; urgency=low

  * New upstream snapshot

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 04 Oct 2008 19:28:34 +0200

systemtap (0.0.20080927-1) experimental; urgency=low

  * New upstream release

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 28 Sep 2008 18:10:03 +0200

systemtap (0.0.20080920-1) experimental; urgency=low

  * New upstream snapshot

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 21 Sep 2008 21:13:14 +0200

systemtap (0.0.20080913-1) experimental; urgency=low

  * New upstream snapshot
  * Add file debian/control.split that can be used to build systemtap-tools
    package that contains systemtap client and server. Do not enable it by
    default because it does not work
  * Simplify debian/rules using debhelper 7 features
  * Removed patches:
    - 30-manpages-fixes - applied upstream

 -- Євгеній Мещеряков <eugen@debian.org>  Tue, 16 Sep 2008 10:07:49 +0200

systemtap (0.0.20080906-1) experimental; urgency=low

  * New upstream snapshot
  * Do not build-depend on libcap2-dev, it is not used anymore
  * Install stap-server & co. but does not add dependencies yet,
    those scripts do not work
  * New patches:
    - 30-manpages-fixes

 -- Євгеній Мещеряков <eugen@debian.org>  Fri, 12 Sep 2008 16:12:13 +0200

systemtap (0.0.20080823-1) experimental; urgency=low

  * New upstream release

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 23 Aug 2008 17:27:08 +0200

systemtap (0.0.20080816-1) experimental; urgency=low

  * New upstream snapshot
  * Do not install *.tmpl files into examples directory - they are useless
  * Removed patches:
    - 30-io_submit.stp_dos2unix - fixed upstream 
  * Updated patches:
    - 29-examples-interpreter - partly fixed upstream

 -- Євгеній Мещеряков <eugen@debian.org>  Fri, 22 Aug 2008 15:08:48 +0200

systemtap (0.0.20080809-1) experimental; urgency=low

  * New upstream snapshot
  * Do not install systemtap compile server tools. stap-client does not work
    with Debian's bash because of network redirections.
  * Update debian/copyright
  * Removed patches:
    - 26-manpages-fixes - applied upstream
    - 28-manpages-cleanup - applied upstream
  * Updated patches:
    - 29-examples-interpreter
  * New patches:
    - 30-io_submit.stp_dos2unix - use unix line endings in io_submit.stp
      example

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 11 Aug 2008 17:03:40 +0200

systemtap (0.0.20080802-1) experimental; urgency=low

  * New upstream snapshot

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 04 Aug 2008 15:14:16 +0200

systemtap (0.0.20080726-1) UNRELEASED; urgency=low

  * New upstream snapshot
  * Only run dh_installexamples for tutorial, all other examples are 
    now installed by upstream Makefile
  * Wrap lines in debian/copyright to fix lintian warnings
  * New patch:
    - 29-examples-interpreter - fix/add path to interpreter for examples

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 04 Aug 2008 15:05:58 +0200

systemtap (0.0.20080705-2) unstable; urgency=low

  * Build-depend on libcap2-dev instead of obsolete libcap-dev (closes: #492652)

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 28 Jul 2008 12:23:33 +0200

systemtap (0.0.20080705-1) unstable; urgency=low

  * New upstream snapshot
  * No more --enable-staticdw, don't use it

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 07 Jul 2008 10:07:00 +0200

systemtap (0.0.20080621-1) unstable; urgency=low

  * New upstream snapshot
  * Standards-Version 3.8.0:
    - Add patch target
    - Add README.source
    - Use examples from policy to handle DEB_BUILD_OPTIONS
    - Handle 'parallel' build option, for those who has machines with a lot of
      memory...
  * Removed patches:
    - 06-static-libdw-fix - replaced with --enable-staticdw configure flag

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 23 Jun 2008 18:09:17 +0200

systemtap (0.0.20080607-1) UNRELEASED; urgency=low

  * New upstream snapshot

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 09 Jun 2008 17:14:32 +0200

systemtap (0.0.20080531-1) unstable; urgency=low

  * New upstream snapshot

 -- Євгеній Мещеряков <eugen@debian.org>  Fri, 06 Jun 2008 10:21:52 +0200

systemtap (0.0.20080517-1) UNRELEASED; urgency=low

  * New upstream snapshot

 -- Євгеній Мещеряков <eugen@debian.org>  Mon, 19 May 2008 09:30:51 +0200

systemtap (0.0.20080510-1) UNRELEASED; urgency=low

  * New upstream snapshot
  * Disable building PIE, this does not work with static libdw
  * Handle examples in different source directory 
  * Do not use -XCVS in debian/rules - no more CVS dirs here
  * Use debhelper 7, s/dh_clean -k/dh_prep/ 

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 11 May 2008 21:18:12 +0200

systemtap (0.0.20080419-1) unstable; urgency=low

  * New upstream snapshot
  * Update debian/copyright
  * Updated patches:
    - 06-static-libdw-fix
  * New patches:
    - 28-manpages-cleanup - remove ".Vb" macros from manpages; they cause
      lintian warnings

 -- Євгеній Мещеряков <eugen@debian.org>  Wed, 23 Apr 2008 10:02:01 +0200

systemtap (0.0.20080405-1) unstable; urgency=low

  * New upstream release

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 05 Apr 2008 22:45:33 +0200

systemtap (0.0.20080322-1) unstable; urgency=low

  * New upstream snapshot

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 22 Mar 2008 19:03:50 +0100

systemtap (0.0.20080315-1) unstable; urgency=low

  * New upstream snapshot
  * Updated patches:
    - 27-use-pdflatex - add 'colorlinks' option to hyperref package

 -- Євгеній Мещеряков <eugen@debian.org>  Fri, 21 Mar 2008 18:17:20 +0100

systemtap (0.0.20080301-1) unstable; urgency=low

  * New upstream snapshot
  * Build documentation:
    - pass --enable-docs to configure in debian/rules
    - install {langref,tutorial}.pdf, and register them with doc-base
    - suggest doc-base
    - install examples from tutorial
    - build-depend on texlive-latex-{base,recommended,extra} and
      texlive-fonts-recommended
    - Language Reference is lincensed under GFDL-1.2 with no Invariant
      Sections, no Front-Cover Texts, and no Back-Cover Texts; add this
      to debian/copyright
  * Removed patches:
    - 25-manpages-minus-sign - applied upstream
  * New patches:
    - 27-use-pdflatex - use pdflatex to build documentation, allows to use
      pdf outlines and clickable links; do not use non-free latex2html
  * Install upstream NEWS file

 -- Євгеній Мещеряков <eugen@debian.org>  Fri, 07 Mar 2008 10:01:11 +0100

systemtap (0.0.20080216-1) unstable; urgency=low

  * New upstream snapshot
  * Deleted patches:
    - 27-autoheader-fix - applied upstream
    - 28-nettop-example-dos2unix - fixed upstream
    - 29-ssp-detect - fixed upstream
  * Build-depend on automake1.10 instead of just automake, run automake-1.10
    and aclocal-1.10 in debian/rules

 -- Євгеній Мещеряков <eugen@debian.org>  Sun, 17 Feb 2008 19:34:28 +0100

systemtap (0.0.20080209-2) unstable; urgency=low

  * New patch:
    - 29-ssp-detect - pass -Werror to code that detects whether SSP is
      supported, fixes FTBFS on ia64 and maybe others

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 09 Feb 2008 20:01:16 +0100

systemtap (0.0.20080209-1) unstable; urgency=low

  * New upstream snapshot
  * "Let's check UTF-8 support" release
  * Removed patches:
    - 22-disable-crashmod - pass --disable-crash to configure instead
    - 26-sqlite3-fix - fixed upstream
  * New patches:
    - 26-manpages-fixes - fix some problems in manpages (use of ', line
      breaks, ...)
    - 27-autoheader-fix - make it possible to use autoreconf to regenerate
      'configure' and others
    - 28-nettop-example-dos2unix - remove ^M's from "nettop.stp" example
  * Build-depend on 'automake' instead of 'automake1.9'
  * Use 'autoreconf' in debian/rules to regenerate 'configure'

 -- Євгеній Мещеряков <eugen@debian.org>  Sat, 09 Feb 2008 19:11:15 +0100

systemtap (0.0.20080126-1) unstable; urgency=low

  * New upstream snapshot
  * Pass --enable-sqlite3 to configure in debian/rules
  * Update debian/copyright
  * Updated patches:
    - 06-static-libdw-fix
    - 22-disable-crashmod
  * Removed patches:
    - 23-gcc-4.3-workaround - applied upstream
  * New patches:
    - 26-sqlite3-fix - define HAVE_LIBSQLITE3 if compilation with sqlite3 was
      requested

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Mon, 28 Jan 2008 10:57:01 +0100

systemtap (0.0.20080112-1) unstable; urgency=low

  * New upstream snapshot
  * Update debian/copyright for y2008

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 12 Jan 2008 22:18:42 +0100

systemtap (0.0.20071229-1) unstable; urgency=low

  * New upstream snapshot

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 29 Dec 2007 21:40:54 +0100

systemtap (0.0.20071215-1) unstable; urgency=low

  * New upstream snapshot
  * Removed patches:
    - 26-more-gcc-4.3-fixes - applied upstream
    - 23-gcc-4.3-fixes (disabled) - replaced with workaround that works for
      both gcc-4.2 and gcc-4.3
  * New patches:
    - 23-gcc-4.3-workaround - fixes FTBFS with gcc-4.3; thanks Brian M. Carlson
      for suggestion (closes: #455663)
  * Build-depend on elfutils libraries (>= 0.131-2) to use latest static
    libraries and correct shlibs file
  * Standards-Version 3.7.3 - no changes required

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Mon, 17 Dec 2007 19:13:00 +0100

systemtap (0.0.20071201-1) unstable; urgency=low

  * New upstream snapshot

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Mon, 03 Dec 2007 22:41:07 +0100

systemtap (0.0.20071117-1) unstable; urgency=low

  * New upstream snapshot
  * Do not install examples/{README,ChangeLog}

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 17 Nov 2007 19:22:13 +0100

systemtap (0.0.20071103-1) unstable; urgency=low

  * New upstream snapshot

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sun, 04 Nov 2007 16:56:00 +0100

systemtap (0.0.20071020-1) unstable; urgency=low

  * New upstream snapshot
  * Remove spurious file from source ("u", /me wonders where did it come from)
  * Do not compress new 'syscalltimes' example

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 20 Oct 2007 18:15:44 +0200

systemtap (0.0.20071006-1) unstable; urgency=low

  * New upstream snapshot
  * Add Homepage field into debian/control
  * Update debian/copyright

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 06 Oct 2007 22:14:07 +0200

systemtap (0.0.20070922-1) unstable; urgency=low

  * New upstream snapshot
  * Removed patches:
    - 17-cond-syscalls - fixed upstream

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sun, 23 Sep 2007 20:29:49 +0200

systemtap (0.0.20070908-1) unstable; urgency=low

  * New upstream snapshot
  * Do not build-depend on libglib2.0-dev and libmysqlclient15-dev, they were
    needed for LKET, and it is not included in systemtap now
  * Updated patch:
    - 17-cond-syscalls
  * New patch:
    - 26-more-gcc-4.3-fixes - adds missing #include

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Mon, 10 Sep 2007 20:54:23 +0200

systemtap (0.0.20070825-1) unstable; urgency=low

  * New upstream snapshot
  * Do not depend on sudo, it is not used by systemtap anymore
  * Build-depend on libcap-dev
  * Do not build-depend on libpfm3-3.2-dev and do not pass --enable-perfmon to
    configure, perfmon support was disabled upstream
  * Add README.security to debian/docs
  * Add postinst script that creates 'stapdev' and 'stapusr' system groups if
    they do not exist
  * Install /usr/bin/staprun setuid-root, new security model requires this.
    See README.security for details. Information about this change added to
    NEWS file
  * Install lintian override for suid-root binary warning
  * Mention 'stapdev' and 'stapusr' groups in README.Debian
  * Updated patches:
    - 17-cond-syscalls
  * Removed patches:
    - 18-insmod-path - systemtap does not use insmod anymore
    - 10-perfmon-autoconf, 13-perfmon-link, 15-perfmon-api-change - perfmon
      is disabled
  * New patches:
    - 24-stapex-docdir-path - fixes path to examples in stapex(5) manpage
    - 25-manpages-minus-sign - fixes use of hyphen as minus sign in manpages

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Tue, 28 Aug 2007 16:14:51 +0200

systemtap (0.0.20070811-1) unstable; urgency=low

  * New upstream snapshot
  * Updated patches:
    - 17-cond-syscalls
  * Removed patches:
    - 20-stap-path - fixed upstream
  * Added patch (disabled):
    - 23-gcc-4.3-fixes - fixes compilation with gcc-snapshot for one file,
      but brokes compilation with current g++, more work needed

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Tue, 14 Aug 2007 23:41:50 +0200

systemtap (0.0.20070728-1) unstable; urgency=low

  * New upstream snapshot
  * Updated patches:
    - 17-cond-syscalls

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 28 Jul 2007 18:51:01 +0200

systemtap (0.0.20070714-1) unstable; urgency=low

  * New upstream snapshot
  * Removed patches:
    - 19-gcc4.3-fixes - applied upstream
  * Add armeb and armel to Architectures
  * New patches:
    - 22-disable-crashmod - disable crashmod extension even if headers are
      installed
  * Updated patches:
    - 17-cond-syscalls
  * Update debian/copyright

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sun, 15 Jul 2007 17:43:32 +0200

systemtap (0.0.20070630-1) unstable; urgency=low

  * New upstream snapshot
  * Build-depend on libsqlite3-dev, systemtap now requires it
  * Updated patches:
    - 13-perfmon-link
    - 17-cond-syscalls
  * Removed patches:
    - 19-gcc4.3-fixes - applied upstream
  * New patches:
    - 19-gcc4.3-fixes - fixes ftbfs with gcc-snapshot
    - 20-stap-path - fixes path to interpreter in examples

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 30 Jun 2007 23:34:56 +0200

systemtap (0.0.20070609-1) unstable; urgency=low

  * New upstream release
    - arm is now supported architecture, added to Architectures list
  * Remove patch:
    - 19-gcc-3.3-fixes - fixed upstream
  * Add patch:
    - 19-gcc4.3-fixes - fixes FTBFS with gcc-snapshot
  * Update debian/copyright

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 09 Jun 2007 22:55:38 +0200

systemtap (0.0.20070526-1) unstable; urgency=low

  * New upstream snapshot
  * New patches:
    - 18-insmod-path - pass full path to execvp(3) to work around bugs #425458
      and #425562
    - 19-gcc-3.3-fixes - fix FTBFS with GCC 3.3 due to missing #includes

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Thu, 31 May 2007 23:17:30 +0200

systemtap (0.0.20070512-1) unstable; urgency=low

  * New upstream snapshot
  * Build-depend on elfutils libs (>= 0.127-3) to get new static parts
  * Add patch to handle all conditional syscalls (17-cond-syscalls)

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Mon, 14 May 2007 19:06:41 +0200

systemtap (0.0.20070505-1) unstable; urgency=low

  * New upstream snapshot
  * Mention CONFIG_DEBUG_FS and CONFIG_RELAY options in README.Debian

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 05 May 2007 20:56:58 +0200

systemtap (0.0.20070421-1) unstable; urgency=low

  * New upstream snapshot
    - this version does not contain code with ambiguous 'else' (closes: #419823) 

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Tue, 24 Apr 2007 20:38:03 +0200

systemtap (0.0.20070414-1) unstable; urgency=low

  * New upstream snapshot
  * Removed patches:
    - 17-gcc-4.3-ftbfs-fix - applied upstream
  * Install "Tapset Developer's Guide"

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sun, 15 Apr 2007 22:18:00 +0200

systemtap (0.0.20070331-1) unstable; urgency=low

  * New upstream snapshot
  * Added patch from Martin Michlmayr to fix FTBFS with GCC 4.3 (closes: #417721)

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Wed, 04 Apr 2007 15:31:10 +0200

systemtap (0.0.20070324-1) unstable; urgency=low

  * New upstream snapshot
  * Updated patches:
    - 06-static-libdw-fix
  * Update debian/copyright 

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Tue, 27 Mar 2007 18:15:48 +0200

systemtap (0.0.20070303-1) unstable; urgency=low

  * New upstream snapshot
  * Patches:
    - 13-perfmon-link - updated
    - 18-examples-stap-path - removed, fixed upstream
    - 19-no-string-const-to-charp - removed, applied upstream
  * Remove debian/patches.disabled - not needed
  * Update debian/copyright

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sun,  4 Mar 2007 20:36:54 +0100

systemtap (0.0.20070217-1) unstable; urgency=low

  * New upstream snapshot
  * Remove usr/share/systemtap/tapset/test in from binary package debian/rules
  * Remove patch 17-include-pgtable_h - it is not needed anymore
  * Update debian/copyright
  * 18-examples-stap-path - new patch, fixes (removes) path to stap executable
    in socktop example
  * 19-no-string-const-to-charp - new patch, fixes build failure with gcc 4.3
    due to "deprecated conversion from string constant to 'char*'" in
    tapsets.cxx

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Mon, 19 Feb 2007 17:26:47 +0100

systemtap (0.0.20070113-1) unstable; urgency=low

  * New upstream snapshot
    - should now work with kernels >= 2.6.19 too (closes: #407389)
  * Add '#include <asm/pgtable.h>' in src/runtime/alloc.c to fix undeclared
    PAGE_KERNEL (closes: #407390)
  * Updated debian/copyright

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Fri, 19 Jan 2007 11:23:59 +0100

systemtap (0.0.20061202-1) unstable; urgency=low

  * New upstream snapshot
  * Restrict list of architectures to i386, amd64, ia64, s390, and powerpc;
    systemtap can be built on more architectures, but it cannot be used there
  * Drop patches:
    - 03-systemtap-manpages - applied upstream
    - 07-MAP_POPULATE-sparc - sparc is not supported

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Tue, 28 Nov 2006 16:09:28 +0100

systemtap (0.0.20061111-1) unstable; urgency=low

  * New upstream snapshot
  * Compile systemtap with perfmon support again:
    - move patches from debian/patches.disabled to debian/patches
    - Build-depend on libpfm3-3.2-dev on ia64, i386, amd64, and mips

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 11 Nov 2006 18:24:24 +0100

systemtap (0.0.20061028-2) unstable; urgency=medium

  * Update debian/copyright

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 28 Oct 2006 19:46:57 +0200

systemtap (0.0.20061028-1) unstable; urgency=medium

  * New upstream snapshot
  * Remove patches (fixed/applied upstream):
    - 12-missing-manpages
    - 14-mysql-enable
  * Remove patch (not needed with current version of libpfm3-dev)
    - 11-perfmon-includes (closes: #395484)
  * Do not compile systemtap with perfmon support until it becames less
    RC-buggy
    - comment out part of debian/rules that enables perfmon support
    - move patches needed for perfmon support to debian/patches.disabled
      * 10-perfmon-autoconf
      * 13-perfmon-link
      * 15-perfmon-api-change
    - do not build-depend on libpfm3-dev
  * Do not compress examples
  * Urgency "medium" because of fix for RC bug 395484

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 28 Oct 2006 19:02:24 +0200

systemtap (0.0.20061014-1) unstable; urgency=low

  * New upstream shapshot
  * Build-depend on libmysqlclient15-dev to enable mysql support for lket-b2a
  * Update lket-b2a (1) manpage

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 14 Oct 2006 19:21:08 +0200

systemtap (0.0.20060930-1) unstable; urgency=low

  * New upstream snapshot
    - stapd binary do not exist anymore, it was replaced with staprun program
  * Added NEWS.Debian with instructions how to adjust /etc/sudoers for this
    version
  * s/stapd/staprun/ in README.Debian
  * Removed debian/TODO, README.Debian now contains information from it
  * Added lket-b2a (1) manual page

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sun,  1 Oct 2006 20:21:11 +0200

systemtap (0.0.20060916-1) unstable; urgency=low

  * New upstream snapshot
  * Enabled perfmon2 support for ia64 and i386

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sun, 17 Sep 2006 18:45:15 +0200

systemtap (0.0.20060909-1) unstable; urgency=low

  * New upstream snapshot
  * Added script for creating packages for new upstream versions (to be used
    with uscan)
  * Fixed path to stpd in stap(1) manpage

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat,  9 Sep 2006 23:42:30 +0200

systemtap (0.0.20060902-1) unstable; urgency=low

  * New upstream snapshot

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat,  2 Sep 2006 17:20:03 +0200

systemtap (0.0.20060826-1) unstable; urgency=low

  * New upstream snapshot
  * Removed patches (applied upstream):
    - 03-systemtap-manpages
    - 08-string-const-to-charp-fix

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Wed, 30 Aug 2006 11:20:39 +0200

systemtap (0.0.20060819-1) unstable; urgency=low

  * New upstream snapshot
  * Added watch file
  * Fixed FTBFS with gcc-4.2, thanks to Martin Michlmayr for reporting
    (closes:#383780)
  * Updated README.Debian
  * Build-depend on elfutils libraries with version >= 0.123 as upstream does

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 19 Aug 2006 18:17:58 +0200

systemtap (0.0.20060812-1) unstable; urgency=low

  * New upstream snapshot
  * debian/copyright - updated
  * defined MAP_POPULATE for sparc in librelay.c to fix FTBFS

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 12 Aug 2006 18:27:20 +0200

systemtap (0.0.20060805-1) unstable; urgency=low

  * New upstream shapshot
  * Removed elfutils sources from the package, there are now separate packages
    in the archive; build system adjusted

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Mon,  7 Aug 2006 19:39:16 +0200

systemtap (0.0.20060722-2) unstable; urgency=low

  * Fixed incorrect usage of bswap_32 macro that caused FTBFS on m68k

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Wed, 26 Jul 2006 13:59:17 +0200

systemtap (0.0.20060722-1) unstable; urgency=low

  * New upstream snapshot
  * New upstream version of elfutils (0.122)
  * Added README.Debian with usage instructions
    - added note that systemtap cannot be used with kernels compiled by
      gcc-4.0 due to bug 378628 (closes: #378621)

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Mon, 24 Jul 2006 01:50:51 +0200

systemtap (0.0.20060701-1) unstable; urgency=low

  * New upstream snapshot

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Thu,  6 Jul 2006 11:43:41 +0200

systemtap (0.0.20060610-1) unstable; urgency=low

  * New upstream snapshot
  * New upstream version of elfutils (0.121)
  * Fixed (hopefully) FTBFS on most architectures

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Sat, 17 Jun 2006 01:00:53 +0300

systemtap (0.0.20060513-1) unstable; urgency=low

  * Initial release Closes: #338174

 -- Eugeniy Meshcheryakov <eugen@debian.org>  Tue, 16 May 2006 21:29:25 +0300

