Source: trace-cmd Severity: wishlist Tags: patch trace-cmd has a new version upstream: 2.6. I have prepared an update for it, find it attached.
Cheers, Javi -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.5.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff --git a/debian/changelog b/debian/changelog index 2ab6641..c511b63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +trace-cmd (2.6-0.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * New upstream release + * Build-depend on dh-python + * Bump standards-version to 3.9.8 (no change needed) + + -- Javi Merino <[email protected]> Sat, 28 May 2016 13:20:49 +0200 + trace-cmd (2.5.3-1) unstable; urgency=medium * Bump Standards-Version to 3.9.6 diff --git a/debian/control b/debian/control index cf37d53..b4c0f59 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: devel Priority: optional Maintainer: Ubuntu Kernel Team <[email protected]> Uploaders: Seth Forshee <[email protected]>, Kamal Mostafa <[email protected]> -Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 7), cdbs, asciidoc, docbook-xsl, libgtk2.0-dev, xsltproc, libxml2-dev, python-dev (>= 2.6.6-3), python-gtk2-dev, swig +Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 7), cdbs, asciidoc, docbook-xsl, libgtk2.0-dev, xsltproc, libxml2-dev, python-dev (>= 2.6.6-3), python-gtk2-dev, swig, dh-python Vcs-Git: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git Vcs-Browser: http://git.kernel.org/?p=linux/kernel/git/rostedt/trace-cmd.git

