diff -Nru systemtap-1.3/debian/changelog systemtap-1.3/debian/changelog --- systemtap-1.3/debian/changelog 2010-11-24 02:30:09.000000000 +0700 +++ systemtap-1.3/debian/changelog 2011-02-19 16:26:05.000000000 +0700 @@ -1,3 +1,22 @@ +systemtap (1.3-2ubuntu1) natty; urgency=low + + * Merge from debian unstable. (LP: #721702) Remaining changes: + - debian/patches/CVE-2010-4170+CVE-2010-4171.patch: staprun module + loading/unloading security fixes. + - debian/rules, debian/systemtap-runtime.postinst: restrict executable + access to group stapusr to match upstream intent. + + -- Mahyuddin Susanto Sat, 19 Feb 2011 16:25:38 +0700 + +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 Thu, 10 Feb 2011 20:30:26 +0530 + systemtap (1.3-1ubuntu2) natty; urgency=low [ Lorenzo De Liso ] @@ -30,6 +49,29 @@ -- Ritesh Raj Sarraf Sat, 07 Aug 2010 00:03:52 +0530 +systemtap (1.2-2) unstable; urgency=low + + * Update README.Debian about kernel dependency + + -- Ritesh Raj Sarraf 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 Sat, 07 Aug 2010 00:03:52 +0530 + systemtap (1.2-1) unstable; urgency=low [ Lucas Nussbaum ] diff -Nru systemtap-1.3/debian/control systemtap-1.3/debian/control --- systemtap-1.3/debian/control 2010-11-20 05:11:05.000000000 +0700 +++ systemtap-1.3/debian/control 2011-02-11 07:18:00.000000000 +0700 @@ -17,7 +17,7 @@ Package: systemtap Architecture: i386 amd64 ia64 s390 powerpc arm armel armeb Depends: systemtap-runtime (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, - systemtap-common (= ${source:Version}) + systemtap-common (= ${source:Version}), make Suggests: systemtap-doc, vim-addon-manager, linux-image-2.6, linux-headers-2.6, linux-debug-2.6 Description: instrumentation system for Linux 2.6 SystemTap provides infrastructure to simplify the gathering of @@ -49,7 +49,7 @@ Breaks: systemtap (<< 0.0.20081220-1) Suggests: systemtap Architecture: i386 amd64 ia64 s390 powerpc arm armel armeb -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, adduser Description: instrumentation system for Linux 2.6 (runtime component) This package contains staprun program that can be used to run compiled SystemTap probes.