1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174
|
pycallgraph (1.1.3-2) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Sandro Tosi ]
* Use the new Debian Python Team contact name and address
* debian/patches/dont-use-2to3.patch
- dont set `use_2to3` in setup.py; Closes: #997631
-- Sandro Tosi <morph@debian.org> Sat, 11 Jun 2022 21:17:35 -0400
pycallgraph (1.1.3-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Fix the build with Python 3.8. (Closes: #954628)
-- Adrian Bunk <bunk@debian.org> Mon, 13 Apr 2020 22:59:48 +0300
pycallgraph (1.1.3-1.1) unstable; urgency=medium
* Non-maintainer upload.
* source only upload to enable migration (Closes: #953701)
-- Paul Gevers <elbrus@debian.org> Thu, 12 Mar 2020 12:18:59 +0100
pycallgraph (1.1.3-1) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URL (https)
* d/control: Set Vcs-* to salsa.debian.org
* d/changelog: Remove trailing whitespaces
* d/rules: Remove trailing whitespaces
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
[ Sandro Tosi ]
* New upstream release; Closes: #772690
* Track https://github.com/daneads/pycallgraph2/, active fork
* Drop python2 support and build a py3k package; Closes: #937399, #782927
* debian/control
- add Conflicts+Replaces python-pycallgraph, as the share the same script
- bump Standards-Version to 4.4.0 (no changes needed)
* debian/rules
- install examples
- install README.md
* debian/NEWS
- removed, outdated
* debian/python-pycallgraph.manpages
- removed, upstream no longer ships a manpage
* debian/copyright
- add Dan Eads
-- Sandro Tosi <morph@debian.org> Sun, 22 Sep 2019 14:55:23 -0400
pycallgraph (1.0.1-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Carl Chenet ]
* New upstream release
* Removed debian/pyversions file
* Removed debian/examples file
* Removed debian/pycompat file
* Create debian/python-pycallgraph.manpages
* Create debian/install file
* debian/source/format
- Bump to 3.0 (quilt)
* debian/control
- Bump Standards-Version
* debian/rules
- Move to new debian/rules style
* debian/compat
- Bump to 9
-- Carl Chenet <chaica@debian.org> Mon, 13 Jan 2014 00:32:12 +0100
pycallgraph (0.5.1-3) unstable; urgency=low
[ Carl Chenet ]
* debian/pyversions
- modify restriction from 2.4-2.5 to 2.4- to allow 2.6;
Closes: #532314
- Standards-Version to 3.8.2.0
-- Carl Chenet <chaica@ohmytux.com> Mon, 29 Jun 2009 20:50:58 +0200
pycallgraph (0.5.1-2) unstable; urgency=low
[ Carl Chenet ]
* New maintainer. Closes: #524937
* debian/control
- updated Maintainer field
- updated Standards-Version to 3.8.1.0
* debian/copyright
- replaced (C) by ©
- replaced /GPL by /GPL-2
[ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
-- Carl Chenet <chaica@ohmytux.com> Sun, 24 May 2009 15:41:20 +0200
pycallgraph (0.5.1-1) unstable; urgency=medium
[ Sandro Tosi ]
* New upstream release
* debian/rules
- changed manpage location
- dropped simple-patchsys.mk inclusion since there is no patch to apply
* debian/copyright
- changed upstream author email address
* debian/patches/10_fix_manpage.patch
- dropped since merged upstream
* debian/NEWS
- updated to upstream executable name change
-- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Tue, 08 Jul 2008 19:10:37 +0200
pycallgraph (0.5.0-1) unstable; urgency=medium
[ Jan Michael Alonzo ]
* debian/control: updated package dep versions
* debian/pyversions: added with versions 2.4-2.5
* debian/patches: updated hashbang patch to remove
- trailing return. Closes: #453943
[ Sandro Tosi ]
* New upstream release
- pycg can now be called on itself; thanks to Stephen Gran for the report;
Closes: #478581
* debian/control
- uniforming Vcs-Browser field
- bump Standards-Version to 3.8.0 (no changes needed)
* debian/copyright
- updated upstream author email address
- added location of GPLv2 full text on a Debian machine
- renamed previous section Copyright in License
- indented upstream author, license and copyright sections with 4 spaces
* debian/patches/add_hashbang_to_script.patch
- removed since upstream added shebang to the new script
* debian/patches/10_fix_manpage.patch
- added to fix manpage, hyphen used as minus (lintian warning)
* debian/rules
- updated manpage location (it's now shipped by upstream)
- removed script rename, since now the extension is no more in the
filename
* debian/pycallgraph-dot.1
- removed, since merged upstream
* debian/NEWS
- added to notify users of executable rename
-- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Tue, 08 Jul 2008 00:17:58 +0200
pycallgraph (0.4.0-1) unstable; urgency=low
* New upstream release
* Change permission to 644 of examples/*.py on install
* Rename scripts/pycallgraph-dot.py to pycallgraph-dot on install
* Vcs-Svn, Vcs-Browser, Homepage fields added (Piotr Ożarowski <piotr@debian.org>)
* Manual page added; added install directive in rules
* Updated patch to add hashbang into scripts/pycallgraph-dot.py
-- Jan Alonzo <jmalonzo@unpluggable.com> Sat, 6 Oct 2007 01:00:00 +1000
pycallgraph (0.3.0.dfsg-1) unstable; urgency=low
* Initial Release. Closes: #426985
-- Jan Alonzo <jmalonzo@unpluggable.com> Fri, 7 Jun 2007 16:40:53 +1000
|