python-line-profiler 2.1-1 source package in Ubuntu

Changelog

python-line-profiler (2.1-1) unstable; urgency=medium

  [ Piotr Ożarowski ]
  * drop binary-without-manpage from lintian overrides, lintian is right

  [ Ghislain Antony Vaillant ]
  * Use the DEP-14 repository layout
  * Drop repacking of upstream tarballs
  * Source future releases from GitHub
  * New upstream version 2.1
  * Bump the debhelper version to 11
  * Bump the standards version to 4.1.3
  * Drop superfluous nocheck guards
  * Fixup whitespacing in rules file
  * Transfer maintenance to the Debian Science Team
  * Fixup trailing whitespace in control file
  * Remove d/s/local-options, no longer required

 -- Ghislain Antony Vaillant <email address hidden>  Mon, 05 Feb 2018 07:40:48 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
python-line-profiler_2.1-1.dsc 2.2 KiB 23956f9cd0a76c47196eb1182da30714e1db3398a0c9ccbfa2e86290ca170d3d
python-line-profiler_2.1.orig.tar.gz 27.2 KiB 5625157e76e1f70c237c7df07389b48028aa1b94ec630aaa5f094d5755bcaa76
python-line-profiler_2.1-1.debian.tar.xz 5.3 KiB 99f57112e47be00c1c00d23ce6454fb819c427a756b55e493e9d311520606e03

No changes file available.

Binary packages built by this source

python3-line-profiler: line-by-line profiling for Python

 LineProfiler can be given functions to profile, and it will time the execution
 of each individual line inside those functions. In a typical workflow, one
 only cares about line timings of a few functions because wading through the
 results of timing every single line of code would be overwhelming. However,
 LineProfiler does need to be explicitly told what functions to profile.
 .
 If you are using IPython, there is an implementation of an %lprun magic
 command which will let you specify functions to profile and a statement to
 execute.

python3-line-profiler-dbgsym: debug symbols for python3-line-profiler