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
|
pystache (0.5.4-6.1) unstable; urgency=medium
* Non-maintainer upload.
* Drop python2 support; Closes: #937548
-- Sandro Tosi <morph@debian.org> Fri, 20 Dec 2019 18:01:35 -0500
pystache (0.5.4-6) unstable; urgency=medium
* debian/control
- Standards-Version: Bumps version to 3.9.8.
-- Kouhei Maeda <mkouhei@palmtb.net> Tue, 11 Oct 2016 16:19:50 +0900
pystache (0.5.4-5) unstable; urgency=medium
* Uploading to unstable.
* Fixed duplicate-changelog-files.
-- Kouhei Maeda <mkouhei@palmtb.net> Wed, 01 Jul 2015 12:45:47 +0900
pystache (0.5.4-4) experimental; urgency=medium
* debian/watch
- Updated new url.
-- Kouhei Maeda <mkouhei@palmtb.net> Sun, 19 Apr 2015 07:17:30 +0900
pystache (0.5.4-3) unstable; urgency=medium
* debian/control
- Standards-Version: Bump version to 3.9.6.
- Build-Depends: Removed quilt.
* debian/copyright
- Fixed space-in-std-shortname-in-dep5-copyright.
* Changed shartname The MIT License to Expat.
* Applied pybuild.
- debian/control
* Build-Depends: Appended dh-python
- debian/rules
* Appended "--buildsystem=pybuild" option to dh command.
* Removed override_dh_auto_install, override_dh_auto_clean,
override_dh_auto_build
* Changed override_dh_auto_test.
- debian/patches
* Removed update_egg-info.
-- Kouhei Maeda <mkouhei@palmtb.net> Sun, 02 Nov 2014 20:28:51 +0900
pystache (0.5.4-2) unstable; urgency=medium
* Rebuild to drop python3.3 dependencies (Closes: #751644)
- Set shebang for dh_python3 to /usr/bin/python3 to avoid python3.x
version specific depend.
- Thanks Scott Kitterman <scott@kitterman.com> for NMU.
I had missed his NMU 0.5.3-4.1, I have applied the same fix again.
-- Kouhei Maeda <mkouhei@palmtb.net> Sun, 20 Jul 2014 00:46:22 +0900
pystache (0.5.4-1) unstable; urgency=medium
* New upstream release
-- Kouhei Maeda <mkouhei@palmtb.net> Sat, 19 Jul 2014 14:43:04 +0900
pystache (0.5.3-4) unstable; urgency=medium
* debian/rules:
- Append "set -e" on loop statement.
-- Kouhei Maeda <mkouhei@palmtb.net> Fri, 11 Apr 2014 01:03:59 +0900
pystache (0.5.3-3) unstable; urgency=medium
* Fixed FTBFS Tests failed (#735833, #739598)
- Thanks to David Suárez <david.sephirot@gmail.com> for reporting,
Thomas Goirand <zigo@debian.org> for advising,
Matthias Klose <doko@ubuntu.com> for reporting and providing patch.
- debian/rules:
* Removed calling 2to3.
* Removed "&& \" on each lines.
- debian/control:
* X-Python-Version: Removed ">= 3.3"
* Build-Depends: Removed python-nose and python3-nose and append quilt.
* Starndards-Version: Bump version.
-- Kouhei Maeda <mkouhei@palmtb.net> Wed, 09 Apr 2014 21:17:54 +0900
pystache (0.5.3-2) unstable; urgency=low
* Fixes depends on python3.2 which is going away (Closes: #722151)
- debian/control: Change >= 3.2 to >= 3.3 of X-Python-Version.
- debian/rules: Modified to python2.7, python3.2 to the valiable.
-- Kouhei Maeda <mkouhei@palmtb.net> Tue, 10 Sep 2013 11:52:51 +0900
pystache (0.5.3-1) unstable; urgency=low
* Initial release (Closes: #653862)
* debian/patches:
- exception_arguments: Append try/except to main()
- update_egg-info: Append setup.cfg to SOURCES.txt
-- Kouhei Maeda <mkouhei@palmtb.net> Thu, 01 Aug 2013 10:05:53 +0900
|