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
|
rows (0.3.1-3) unstable; urgency=medium
* debian/control:
- Bumped Standards-Version to 4.1.4.
- Bumped debhelper compatibility to 11.
* debian/copyright
- Updated upstream and packaging years.
* debian/rules:
- Changed PYBUILD variables to solve FTBFS error on new version
of dh-python. (Closes:#896740).
* debian/python-rows.examples:
- Changed to include examples files.
* debian/rows.examples:
- Changed to include examples files.
-- Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com> Thu, 03 May 2018 19:33:00 -0300
rows (0.3.1-2) unstable; urgency=medium
* Upload to unstable.
* debian/control:
- Bumped Standards-Version to 4.0.0.
- Added Testsuite field.
-- Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com> Sun, 18 Jun 2017 13:21:00 -0300
rows (0.3.1-1) experimental; urgency=medium
* New upstream release
* debian/copyright
- Updated upstream and packaging years.
* debian/rules
- Included parameter to ignore file that make deterministic test.
-- Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com> Mon, 22 May 2017 21:13:00 -0300
rows (0.2.1-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Added python-magic in Recommends field.
-- Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com> Wed, 10 Aug 2016 16:36:00 -0300
rows (0.2.0-3) unstable; urgency=medium
* debian/rules:
- Removed option --with-coverage that create .coverage file.
- Removed now unnecessary override_dh_install.
-- Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com> Tue, 26 Jul 2016 15:10:00 -0300
rows (0.2.0-2) unstable; urgency=medium
* debian/rules:
- Added override_dh_install to remove unnecessary file:
.coverage (Closes: #831867).
-- Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com> Mon, 25 Jul 2016 16:54:00 -0300
rows (0.2.0-1) unstable; urgency=medium
* New upstream release.
* debian/control
- Bumped Standards-Version to 3.9.8.
- Added python-openpyxl and python-mock in Build-Depends field.
* debian/python-rows.doc
- Updated to provide README.md instead of README.markdown
and AUTHORS.md instead AUTHORS.
* debian/rows.doc
- Updated to provide README.md instead of README.markdown
and AUTHORS.md instead AUTHORS.
* debian/rules
- Included PYBUILD_TEST_ARGS_python2 variable to ignore parquet test.
* debian/watch
- Updated to version 4 no changes needed.
-- Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com> Sun, 17 Jul 2016 23:47:00 -0300
rows (0.1.1-3) unstable; urgency=medium
* debian/control:
- Bumped Standards-Version to 3.9.7.
* debian/manpage/genallman.sh:
- Fixed manpage generation script to be build reproducible, thanks to
Reiner Herrmann <reiner@reiner-h.de> (Closes: #816230).
-- Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com> Tue, 15 Mar 2016 22:57:00 -0300
rows (0.1.1-2) unstable; urgency=medium
* debian/clean:
Included to clean some files created during build time.
* debian/control:
Included python-setuptools in Build-Depends field (Closes: #813984).
-- Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com> Mon, 15 Feb 2016 13:30:00 -0200
rows (0.1.1-1) unstable; urgency=medium
* Initial release (Closes: #797704).
-- Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com> Sat, 19 Sep 2015 03:13:00 -0300
|