Commit Graph

96 Commits

Author SHA1 Message Date
Yaroslav Halchenko 840ddf1735 debian/patches - changeset_0eea2a48fe2dca7bbb3681fcd5b511579cad6347.diff and up_correct_version removed (upstreamed) 2013-11-22 15:40:21 -05:00
Yaroslav Halchenko 9e1e3dbe94 debian/changelog: adjusting version for 0.9.3 2013-11-22 15:38:22 -05:00
Yaroslav Halchenko 589681e023 Adding a copyright/license info for skimage/_shared/six.py 2013-11-22 15:16:14 -05:00
Yaroslav Halchenko 6c9cfc53da Merge commit '8a06a2277366d01c5e7e25d3ded0f04ba9aa0b85' into debian
* commit '8a06a2277366d01c5e7e25d3ded0f04ba9aa0b85': (1124 commits)
  Development guidelines moved.
  Replace mentions of old package name.
  New upstream release.
  DOC: fix indent
  PEP8
  PEP8: fix indentation
  DOC: add missing import
  DOC: no import numpy in doc
  MAINT: matplotlib is in requierements.txt
  MAINT: unused import
  PEP8: comparison
  Fix deprecated function name in example
  Improve example of warp function to show all available options
  Add support for matrix as inverse_map
  Add note about internal usage of transformation matrix
  Only clip for ndimage.map_coordinates case
  Misc doc string fixes
  Remove call to deprecated is_gray function
  Fix dtype bug in perimeter
  Raise error for non 2-D images
  ...

Conflicts:
	debian/changelog
	debian/control
2013-11-22 15:14:34 -05:00
Yaroslav Halchenko 7ddcbfe984 we never released -2 2013-11-14 09:36:10 -05:00
Stefan van der Walt 8a06a22773 Development guidelines moved. 2013-10-05 14:02:24 +02:00
Stefan van der Walt 0cc89c97a0 Replace mentions of old package name. 2013-10-05 13:34:39 +02:00
Stefan van der Walt 592525ab9d New upstream release. 2013-10-05 13:34:37 +02:00
Yaroslav Halchenko 68f66c12bd adjusted changelog + releasing into unstable 2013-06-10 17:00:04 -04:00
Julian Taylor cbc5feccf8 add python3 packages 2013-06-10 22:57:10 +02:00
Julian Taylor 2633e25763 wrap-and-sort debian/ 2013-06-10 21:21:55 +02:00
Julian Taylor 8b4dd451e1 fix navbar links in documentation 2013-06-10 21:21:46 +02:00
Julian Taylor 7e13028ca0 update packaging to use dh_sphinxdoc and dh_python2
requires search-html.patch to fix file so dh_sphinxdoc recognises it
2013-06-10 21:21:21 +02:00
Julian Taylor ce3a583313 add autopkgtests 2013-06-10 21:15:47 +02:00
Yaroslav Halchenko b6c15cb5b0 README became .md from .rst 2013-06-03 12:56:32 -04:00
Yaroslav Halchenko 0d3550f170 up_correct_version -- fix upstream version to be 0.8.2 (thanks Julian again) 2013-06-03 12:55:34 -04:00
Yaroslav Halchenko ebb78755b3 added patch changeset_0eea2a48fe2dca7bbb3681fcd5b511579cad6347.diff to "cherry-pick" 0eea2a48fe (Fix Cython 0.19 build error due to global wraparound=False) 2013-06-03 12:48:22 -04:00
Yaroslav Halchenko 2eec6c3d94 minor: boosted copyright year for upstream to this year 2013-06-03 10:40:28 -04:00
Yaroslav Halchenko 6ecc287be3 debian/control - boosted required cython version to 0.15, policy to 3.9.4 2013-06-03 10:38:50 -04:00
Yaroslav Halchenko 808788be7f Updated changelog entry for 0.8.2-1 2013-06-03 10:29:10 -04:00
Yaroslav Halchenko 587c6dcef8 Merge commit 'debian/0.6.1-1-1-gf768570' into debian
* commit 'debian/0.6.1-1-1-gf768570':
  PKG: Add python-qt4 as a recommended dependency.

Conflicts:
	debian/changelog -- moved that entry up -- will serve a starting point for the 0.8.x changelog
2013-06-03 10:23:44 -04:00
Yaroslav Halchenko 6eed771d15 Merge tag 'debian/0.6.1-1' into debian (reintroducing dropped by me debian release)
Tagging what upstream released as Debian package 0.6.1-1

* tag 'debian/0.6.1-1':
  PKG: More detailed changelog.
  Changelog for 0.6.1-1.
  PKG: Release 0.6.1 bugfix.
  Merge pull request #214 from cgohlke/patch-1
  PKG: Add python-support to build dependencies (closes Debian-681896).

Conflicts:
	debian/changelog -- relates to pysupport dependency
	debian/control
	setup.py  -- should be without change
2013-06-03 10:20:13 -04:00
Yaroslav Halchenko 443d0e9bdb absorb NMU patch from #681896
* Non-maintainer upload.
* Rebuild to get rid of python2.6 dependencies (Closes: #707894).
* Build-depend on python-support (Closes: #681896).
2013-05-28 00:34:33 -04:00
Yaroslav Halchenko 2df4a65bca fixed up watch for rename of the project 2012-12-01 22:13:07 -05:00
Yaroslav Halchenko 49e22d2ad1 New changelog + refreshed control (version dependency on scipy + multilined depends) 2012-12-01 22:10:02 -05:00
Stefan van der Walt f768570ca2 PKG: Add python-qt4 as a recommended dependency. 2012-08-13 12:11:13 -07:00
Stefan van der Walt 433e329661 PKG: More detailed changelog. 2012-07-17 17:48:49 -04:00
Stefan van der Walt c82f1ed6b6 Changelog for 0.6.1-1. 2012-07-17 15:04:06 -04:00
Stefan van der Walt e9f111d011 PKG: Add python-support to build dependencies (closes Debian-681896). 2012-07-17 14:47:15 -04:00
Yaroslav Halchenko 403ebe611c changelog entry for 0.6-1 2012-06-27 15:32:39 -04:00
Yaroslav Halchenko 6271947a93 debian/rules: globally export MPLCONFIGDIR and HOME so they would be in effect also for unittests resolving FTBFS on build boxes. 2012-05-21 13:14:28 -04:00
Yaroslav Halchenko ae0e6fd114 adjusting debian/changelog -- preparing for the first ever upload to Debian proper 2012-05-07 22:17:03 -04:00
Yaroslav Halchenko 2216db0d78 PKG: added .doc-base file 2012-05-03 22:09:57 -04:00
Yaroslav Halchenko e9ce5956bb PKG: fixed debian/watch, made it now use githubredir.debian.net 2012-05-03 21:59:13 -04:00
Yaroslav Halchenko becf1b7ac3 PKG: actually we should only care about "requested" not all "supported" python version
otherwise it will try to build for python2.5 on squeeze
2012-05-03 21:44:51 -04:00
Yaroslav Halchenko 3498a2ec32 PKG: simplified and unified debian/copyright to match released 1.0 version of DEP5 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko c101b48c64 PKG: fixed forgotten scikits.statsmodels reference ;-) 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko 278fa00339 PKG: rudimentary gbp.conf to ease building with git-buildpackage 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko 0649956790 PKG: Move any handing of docs under if_nodoc, no need for custom mv if there is .docs 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko 6fb8197868 PKG: Adjusted lintian-overrides for now having no scikits. namespace and no license.txt 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko 5ce98df947 PKG: actually install the pre-crafted manpage 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko 30d8b3b8dc PKG: We should aim for compliance with up-to-date policy 3.9.3 ;-) 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko ec8ff8242d PKG: Adjusted upstream version to match the reality 2012-05-03 21:41:23 -04:00
Stefan van der Walt 836d5a6f72 PKG: Update version. 2012-05-03 17:41:47 -07:00
Stefan van der Walt 4f2f265de6 PKG: Update SciPy and matplotlib dependencies. 2012-05-03 17:38:15 -07:00
Stefan van der Walt f10279591d PKG: Require Python 2.6. 2012-05-03 17:36:37 -07:00
Stefan van der Walt 6391275781 PKG: Update copyright. 2012-05-03 15:08:25 -07:00
Stefan van der Walt 9b632248e3 DOC: Update man page. 2012-05-03 14:09:57 -07:00
Stefan van der Walt 429dedd5c0 Merge branch 'yarik_debian' into debian
Conflicts:
	debian/changelog
	debian/control
	debian/rules
	debian/source/options
2012-05-02 23:23:43 -07:00
Stefan van der Walt 5ffa53b92e PKG: Add template for skivi man page. 2012-05-02 23:16:45 -07:00