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 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333
|
python-visual (1:5.12-1.6) unstable; urgency=low
* Non-maintainer upload.
* Convert to dh_python2 (Closes: #617043).
-- Luca Falavigna <dktrkranz@debian.org> Tue, 09 Jul 2013 22:20:27 +0200
python-visual (1:5.12-1.5) unstable; urgency=low
* Non-maintainer upload.
[ Sébastien Villemot ]
* Rebuild against python-numpy >= 1:1.6.1 because of ABI change (see
#685812), and add Depends on python-numpy (>= 1:1.6.1) and
python-numpy-abi9 in order to support partial upgrades.
(Closes: #698042)
[ Paul Tagliamonte ]
* debian/control: fix invalid Vcs-Git tag. (Closes: #681701)
-- Sébastien Villemot <sebastien@debian.org> Thu, 24 Jan 2013 08:12:55 +0100
python-visual (1:5.12-1.4) unstable; urgency=low
* Non-maintainer upload.
* patches/1004_boost148_ftbfs.patch: New. Update random_device.cpp to
work with Boost 1.48. Closes: #652798.
-- Steve M. Robbins <smr@debian.org> Tue, 31 Jan 2012 23:40:50 -0600
python-visual (1:5.12-1.3) unstable; urgency=low
* Non-maintainer upload.
* Cleanup .la files before dh_pycentral runs; don't use non-existant
post-install/% hook target; Closes: #633273
* Do not delete .so or .glade files
* Drop libxcb-render-util0-dev from b-d; not used directly by
python-visual, and dropping it no longer causes FTBFS
-- Evan Broder <evan@ebroder.net> Tue, 29 Nov 2011 18:10:52 -0800
python-visual (1:5.12-1.2) unstable; urgency=low
* Non-maintainer upload.
- with the rebuild, it links to the correct libboost; Closes: #626918
* debian/control
- added 'libxcb-render-util0-dev' to b-d, fix a FTBFS; Closes: #618055
-- Sandro Tosi <morph@debian.org> Wed, 01 Jun 2011 16:27:53 +0200
python-visual (1:5.12-1.1) unstable; urgency=low
* Non-maintainer upload.
* control: Change boost build dependencies to unversioned packages.
Closes: #559791.
-- Steve M. Robbins <smr@debian.org> Sun, 06 Dec 2009 22:25:28 -0600
python-visual (1:5.12-1) unstable; urgency=low
* New upstream release.
* Acknowledge NMU. Thanks, Luca!
* Update package-relations.mk: Cleanup unversioned+versioned
dependency mix. Improve whitespace cleanup. Rewrite and silence
applying dependencies.
* Drop Torsten Werner as uploader per request. Thanks for previous
contributions. Closes: bug#545722.
* Bump Policy compliance to standards-version 3.8.3.
* Adjust rules and watch files to include trailing _release in
upstream tarballs.
* Drop Sourceforge as alternate upstream source in watch file.
* Resolve all dependencies (not only build-dependencies) in
debian/rules.
* Use (and build-depend on) Boost 1.39 libraries (new default 1.40
fails in translate_exception.hpp line 34).
-- Jonas Smedegaard <dr@jones.dk> Wed, 23 Sep 2009 12:04:12 +0200
python-visual (1:5.11-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/patches/2001_use_multithreaded_boost.patch:
- Recent version of boost1.39 removed the redundant "-mt" decorations
from its libraries, it is no longer needed to link against the
mangled ones, thus removing the related patch (Closes: #545607).
-- Luca Falavigna <dktrkranz@debian.org> Sat, 19 Sep 2009 15:21:39 +0200
python-visual (1:5.11-1) unstable; urgency=low
* New upstream release.
* Add note on DEB_MAINTAINER_MODE to README.source.
* Fix typo in README.source: new new.
* Update local CDBS snippets:
+ Enhance package-relations.mk to support all binary package
relations (except -indep ones)
+ Extend package-relation cleanup to include debhelper 6 and 7.0.1
+ Implement fail-source-not-repackaged rule in upstream-tarball.mk
+ Update URL to draft DEP5 format in copyright-check.mk output
* Rewrite copyright to use DEP5 r54 proposed machine-readable format.
-- Jonas Smedegaard <dr@jones.dk> Sat, 20 Jun 2009 17:58:14 +0200
python-visual (1:5.1-1) unstable; urgency=low
* New upstream release.
* Reformat debian/copyright to conform to proposal DEP5 rev. 48.
* Simplify watch file slightly.
* Add patch 2001 to fix FTBFS: Append -mt to all boost linkage to
unconditionally use multithreaded libs (needed since boost 1.37.0).
* Add epoch to upstream version (apparently double-digits have higher
rank than single-digit).
* Prepend git:// to Vcs-Git stanza in control, thanks to lintian.
-- Jonas Smedegaard <dr@jones.dk> Tue, 26 May 2009 11:08:52 +0200
python-visual (5.03~rc-2) unstable; urgency=low
* Avoid installing development files (was done in 5.03~rc-1 but forgot
to mention in changelog - and was done too late leading to broken
pycentral routine).
-- Jonas Smedegaard <dr@jones.dk> Sat, 14 Mar 2009 03:46:50 +0100
python-visual (5.03~rc-1) unstable; urgency=low
[ Jonas Smedegaard ]
* New upstream release.
* Update local cdbs snippets:
+ Drop buildcore.mk override, and instead add DEB_MAINTAINER_MODE in
debian/rules (thanks to Romain Beauxis).
+ Fix applying buildinfo only once.
+ Major improvements to copyright-check, including new versioned
build-dependency on devscripts. Update debian/copyright_hints.
+ Switch from simple-patchsys.mk to patchsys-quilt.mk. Renumber and
unfuzz patches, and document new scheme in debian/patches/README.
+ Add new snippet update-tarball, implementing get-orig-source and
more.
+ Switch from autotools.mk to new local snippet python-autotools.mk.
+ Change python hints in debian/control to build for all Python
versions (instead of only currently default one).
+ Add new snippet package-relations.mk to cleanup dependency
duplicates and -1 versions. Define all build-dependencies in
debian/rules to get them included in the cleanup routine and to
make it possible to add comments to each dependency.
+ Relax python-central and python-support build-dependencies in
python-autotools.mk.
+ Add debian/README.cdbs-tweaks documenting local tweaks.
+ run dh_py* scripts before dh_installinit (see bug#494288).
+ Avoid dashes (use underscore instead) in internal variable names.
* Bump debhelper compatibility level to 6 (was 5).
* Rewrite debian-copyright to use new proposed format.
* Extend watch file to support beta and release candidates.
* Use new source URL (and keep old one too) in watch file and
debian/copyright.
* Build-depend (and depend) on python-numpy (not python-numeric or
python-numarray). Closes: bug#478461, thanks to Matthias Klose.
* Build-depend on libgtkglextmm-x11-1.2-dev (and not on gtkglarea-dev
or libgtk1.2-dev), libglibmm-2.4-dev, libpangomm-1.4-dev,
libglademm-2.4-dev, libpango1.0-dev and libfreetype6-dev.
* Build-depend on libboost-python1.35-dev, libboost-signals1.35-dev
and libboost1.35-thread-dev (and not libboost-python-dev).
* Drop patch 1004 (gcc 4.3 fix) no longer needed.
* Drop patch 1001 (html docs path adjustment), and instead just avoid
(now no-op) outer index page.
* Build-depend on libglu1-mesa-dev (and not old transitional libglu1-
xorg-dev), thanks to lintian.
* Use doc-base section Programming/Python (not Apps/Programming),
thanks to lintian.
* Install authors.txt as documentation, and avoid user-irrelevant
README.
* Bump standards-version to 3.8.1.
* Semi-auto-update debian/control to apply changes contained in above:
DEB_MAINTAINER_MODE=1 fakeroot debian/rules clean
-- Jonas Smedegaard <dr@jones.dk> Sat, 14 Mar 2009 03:12:32 +0100
python-visual (3.2.9-4.1) unstable; urgency=low
* Non-maintainer upload.
* debian/patches/04_gcc43_fix.patch:
+ Explicitly define visual::lock<mutex> to prevent
FTBFS with g++ 4.3. (Closes: #455680)
-- Kumar Appaiah <akumar@ee.iitm.ac.in> Sun, 23 Mar 2008 15:27:46 +0530
python-visual (3.2.9-4) unstable; urgency=low
* Simplify the copyright check as suggested by Kurt Roeckx.
(Closes: #456350)
* Fix debian/watch.
-- Torsten Werner <twerner@debian.org> Fri, 28 Dec 2007 14:50:24 +0100
python-visual (3.2.9-3) unstable; urgency=low
* Switch to pycentral. (Closes: #373365)
* Update Vcs and Homepage headers in debian/control.
* Switch to debhelper 5.
-- Torsten Werner <twerner@debian.org> Sun, 09 Dec 2007 21:44:25 +0100
python-visual (3.2.9-2) unstable; urgency=low
* Add XS-VCS-* header.
* Fix the last upload, it was broken.
-- Torsten Werner <twerner@debian.org> Fri, 05 Oct 2007 22:15:55 +0200
python-visual (3.2.9-1) unstable; urgency=low
* New upstream version. (Closes: #352193)
* Add myself to Uploaders.
* Apply Ubuntu patch:
- Rebuild with boost 1.34.1 (Closes: #425922)
- Remove extra , from Build-Depends.
* Fix long description thanks to Jonas Smedegaard. (Closes: #352191)
* Update debian/copyright_hints.
-- Torsten Werner <twerner@debian.org> Fri, 05 Oct 2007 21:08:54 +0200
python-visual (3.2.1-4) unstable; urgency=low
* Apply patch to include Python.h. Fixes: bug#342212 (thanks to
Bastian Kleineidam <calvin@users.sourceforge.net>).
* Use qa.debian.org SF redirector in watch file.
* Improve local cdbs snippets:
+ Fix wrong namespace in buildinfo.mk.
+ Add new snippet: copyright-check.mk.
+ Add new snippet auto-update.mk (replacing stuff in debian/rules).
* Auto-update debian/control.
* Tighten paths within all patches to apply slightly faster.
-- Jonas Smedegaard <dr@jones.dk> Sat, 14 Jan 2006 16:50:48 +0100
python-visual (3.2.1-3) unstable; urgency=low
* Recompile against newer libboost-python. Closes: bug#331627 (thanks
to Laurent Bonnaud <bonnaud@lis.inpg.fr>).
-- Jonas Smedegaard <dr@jones.dk> Mon, 17 Oct 2005 12:18:30 +0200
python-visual (3.2.1-2) unstable; urgency=low
* Raise to standards version 3.6.2 (no changes needed).
* Only use cdbs debian/control auto-build when environment includes
DEB_BUILD_OPTIONS=update.
* Auto-update build-dependencies (and manually strip build-essential).
* Fix watch file by simplifying it (seems uscan wrongly parses it as a
newer version format).
* Build-depend on libglu1-xorg-dev (preferred over alternative names).
* Build-depend on virtual gtkglarea-dev (instead of gtkglarea5-dev
providing it).
-- Jonas Smedegaard <dr@jones.dk> Sat, 16 Jul 2005 08:01:13 +0200
python-visual (3.2.1-1) unstable; urgency=low
* New upstream release.
-- Jonas Smedegaard <dr@jones.dk> Mon, 13 Jun 2005 16:35:27 +0200
python-visual (3.1.1-4) unstable; urgency=low
* Second attempt at adopting - now with source force-included.
* Still closes: bug#112118.
* Update debian/copyright:
* Rewrite debian/copyright:
+ Include upstream package name in first line introduction.
+ Drop Debian-related info also in debian/changelog.
+ Update location of upstream source.
+ Replace general copyright and license info (mix of LGPL and GPL,
not GPL only).
* Rewrite debian/rules to use cdbs.
* Use cdbs debian/control auto-update.
* Use dh-buildinfo (with local cdbs snippet).
* Include vpython script as example:
+ Install examples using upstream routines (not manually).
+ Suggest idle.
+ Update README.Debian.
* Make build non-quiet (as mandated by Debian Policy).
* Correct typo in long description.
-- Jonas Smedegaard <dr@jones.dk> Sun, 3 Apr 2005 17:00:04 +0200
python-visual (3.1.1-3) unstable; urgency=low
* Adopt package. Closes: bug#112118 (thanks to Matthew Danish
<mdanish@andrew.cmu.edu> for initially reporting, and to Floris
Bruynooghe <fb102@soton.ac.uk> for tight and clean packaging).
* Add watch file.
-- Jonas Smedegaard <dr@jones.dk> Sun, 3 Apr 2005 11:13:38 +0200
python-visual (3.1.1-2) unstable; urgency=low
* New version for libboost-python 1.32.0 which is in sarge now.
* debian/rules: hack to remove .pyc and .pyo files with the clean rule.
-- Floris Bruynooghe <fb102@soton.ac.uk> Sat, 26 Mar 2005 14:51:22 +0000
python-visual (3.1.1-1) unstable; urgency=low
* New upstream release
-- Floris Bruynooghe <fb102@soton.ac.uk> Sat, 26 Feb 2005 17:48:42 +0000
python-visual (3.1.0-1) unstable; urgency=low
* New upstream release
-- Floris Bruynooghe <fb102@soton.ac.uk> Thu, 23 Dec 2004 14:40:09 +0000
python-visual (3.0.3-2) unstable; urgency=low
* Tidied up build process
* Added the homepage to debian/control
-- Floris Bruynooghe <fb102@soton.ac.uk> Sun, 12 Dec 2004 13:21:44 +0000
python-visual (3.0.3-1) unstable; urgency=low
* New upstream release
-- Floris Bruynooghe <fb102@soton.ac.uk> Mon, 6 Dec 2004 21:06:04 +0000
python-visual (3.0.2-1) unstable; urgency=low
* Initial Release
-- Floris Bruynooghe <fb102@soton.ac.uk> Thu, 2 Dec 2004 00:42:10 +0000
|