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
|
python-mode (1:6.2.3-1.1) unstable; urgency=medium
* Non-maintainer upload
* Drop xemacs21 support (Closes: #909383, #680578, #837991)
-- Hilko Bengen <bengen@debian.org> Sat, 09 Feb 2019 16:56:13 +0100
python-mode (1:6.2.3-1) unstable; urgency=medium
* New upstream release.
* d/control:
- Bump Standards-Version to 3.9.8 with no other changes needed.
- Add dh-python to Build-Depends as per lintian warning.
-- Barry Warsaw <barry@debian.org> Tue, 17 Jan 2017 16:33:55 -0500
python-mode (1:6.2.2-1) unstable; urgency=medium
* New upstream release. (Closes: #679967)
* d/control:
- Bump Standards-Version to 3.9.6 with no other changes needed.
- Update Vcs-* headers for conversion to git and push to collab-maint.
- Update Depends as per Debian Emacs Policy.
* d/rules: Add emacsen-common compat file as per Debian Emacs Policy.
(Closes: #775596)
-- Barry Warsaw <barry@debian.org> Thu, 11 Feb 2016 17:19:28 -0500
python-mode (1:6.1.3-2) unstable; urgency=medium
* d/control: Updated Depends to generic 'emacs' to remove dependency on
the soon-to-be removed Emacs 23. (Closes: #754016)
-- Barry Warsaw <barry@debian.org> Thu, 10 Jul 2014 16:09:22 -0400
python-mode (1:6.1.3-1) unstable; urgency=medium
* New upstream release.
* d/control:
+ Update Maintainer field to my debian.org address.
+ Bump Standards-Version to 3.9.5 with no additional changes necessary.
-- Barry Warsaw <barry@debian.org> Mon, 03 Feb 2014 17:52:50 -0500
python-mode (1:6.1.1-1) unstable; urgency=low
* New upstream release. (Closes: #681502)
* debian/patches/no-pymacs.patch: Removed, applied upstream.
-- Barry Warsaw <barry@python.org> Mon, 25 Feb 2013 10:55:58 -0500
python-mode (1:6.0.12-2) unstable; urgency=low
[ Urs Fleisch ]
* debian/emacsen-install, debian/rules: A correct fix for the
installation of pycomplete.el.
[ Barry Warsaw ]
* debian/control: Update Vcs-Browser and Vcs-Bzr urls.
* debian/copyright: Update. (Closes: #689327)
-- Barry Warsaw <barry@python.org> Fri, 05 Oct 2012 17:19:49 -0400
python-mode (1:6.0.12-1) unstable; urgency=low
* New upstream release.
Closes: #679968
* Fix 50python-mode.el's auto-mode-alist to match python-mode.el.
Closes: #670332
* Add python2.7, python3, and python3.2 to interpreter-mode-alist in
50python-mode.el
* debian/rules, debian/patches/no-pymacs.patch: Copy
completion/pycomplete.el and test/doctest-mode.el
to /usr/share/emacs/site-list/python-mode/ to restore their
functionality. The patch is necessary to avoid byte-compilation
errors on package install when pymacs is not available.
Closes: #688037
* debian/emacsen-install: Skip emacs21, which doesn't have flymake as
required by python-mode.el. Closes: #680577
-- Barry Warsaw <barry@python.org> Fri, 28 Sep 2012 14:21:32 -0400
python-mode (1:6.0.10-1.1) unstable; urgency=low
* Non-maintainer upload
* Fixed upgrade failure: Symlinks are sufficient (Closes: #679591)
-- Hilko Bengen <bengen@debian.org> Mon, 16 Jul 2012 20:50:45 +0200
python-mode (1:6.0.10-1) unstable; urgency=low
* New upstream release.
+ Closes: #159628
+ Closes: #160130
+ Closes: #311398
+ Closes: #654398
+ Closes: #670332
+ Closes: #676397
* debian/README.debian: Updated.
* debian/README.source: Added.
* debian/NEWS: Added.
* debian/compat: Update to version 9 compatibility.
* debian/control:
+ Install myself as Maintainer w/previous maintainers approval.
+ Update Standards-Version and Build-Depends.
+ Add X-Python{,3}-Version headers.
+ Update Vcs-* headers.
+ Demote pymacs from a Depends to a Recommends.
+ B-D on debhelper 9.
* debian/copyright: Updated to reflect upstream reality.
* debian/emacsen-install: Symlink to the .el file from the FLAVOR
directory so that python-mode.el is on load-path. (Closes: #311382)
* debian/rules:
+ dh_clean -k -> dh_prep
+ dh_pycentral -> dh_python2
* debian/source/format: 3.0 (quilt)
* debian/watch: Fixed for new tarball releases.
-- Barry Warsaw <barry@python.org> Thu, 28 Jun 2012 10:02:20 -0400
python-mode (1:5.1.0-1) unstable; urgency=low
* New Debian maintainer
* Fresh upstream release of python-mode.el, which also includes
- doctest-mode.el ver. 0.5 alpha
- pycomplete.el as of Oct 21 2004
* Fresh upstream fixes:
- provides alias for read-shell-command to read-string
(closes: #209723)
- no obsolete syntax (closes: #503132)
* Changes/fixes in Debian packaging:
- debian/emacsen-startup -- clean-up, python2.6, untabify,
adopting strategy to check in emacsen-startup from
emacs-goodies (closes: #493919)
- debian/control -- recommends pychecker (closes: #458997), suggests
pylint, provides vcs-, homepage fields, adjusted descriptions, fixed
depends to rely on current version of emacs (22) or any emacsen
(closes: #473232), added needed python's depends (due to pycomplete)
- debian/copyright -- moving to machine-interpretable format
- debian/watch - watches new releases from lp (closes: #450276)
- provided .gbp.conf for easy building using git-buildpackage
* Obsolete bugs (closes: #462281)
-- Yaroslav Halchenko <debian@onerussian.com> Sun, 01 Feb 2009 12:22:10 -0500
python-mode (1:1.0-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Update pymacs path and dependency. Closes: #378699.
-- Matej Vela <vela@debian.org> Wed, 2 Aug 2006 09:55:09 +0200
python-mode (1:1.0-3) unstable; urgency=low
* Autoload py-shell on startup (Lukasz Pankowski). Closes: #378441.
-- Matthias Klose <doko@debian.org> Sun, 16 Jul 2006 18:32:30 +0000
python-mode (1:1.0-2) unstable; urgency=low
* Add versioned python executables to interpreter-mode-alist.
Closes: #356414.
-- Matthias Klose <doko@debian.org> Mon, 19 Mar 2006 01:43:55 +0100
python-mode (1:1.0-1) unstable; urgency=low
* First release (from the python-mode project).
* Install pycomplete.el, depend on pymacs-elisp.
* Add emacs-snapshot as an alternative dependency (closes: #331285, #337859).
* Don't install for emacs20, ansi-color is missing (closes: #296104).
* Use python-mode for 'SConstruct' and 'SConscript' files (closes: #316622).
-- Matthias Klose <doko@debian.org> Sun, 5 Mar 2006 15:23:58 +0100
python-mode (4.70-1) unstable; urgency=low
* New version from CVS.
* Add doctest-mode.
-- Matthias Klose <doko@debian.org> Tue, 1 Feb 2005 12:14:23 +0100
python-mode (4.62-1) unstable; urgency=low
* New version from CVS supporting decorator syntax.
-- Matthias Klose <doko@debian.org> Thu, 23 Sep 2004 21:34:30 +0200
python-mode (4.51-2) unstable; urgency=high
* Provide python-elisp (closes: #237326).
-- Matthias Klose <doko@debian.org> Thu, 11 Mar 2004 22:01:19 +0100
python-mode (4.51-1) unstable; urgency=low
* Fix emacs21 compatibility.
-- Matthias Klose <doko@debian.org> Sat, 6 Mar 2004 08:18:16 +0100
python-mode (4.50-1) unstable; urgency=low
* Initial Release.
* Built from the python-mode project (http://python-mode.sf.net/).
Replaces python-elisp.
* Removed dependency on emacs20 (addresses: #232785).
-- Matthias Klose <doko@debian.org> Sun, 22 Feb 2004 09:17:29 +0100
|