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
|
lfm (3.1-2) unstable; urgency=medium
* Install docs files in correct path. (Closes: #913681)
* debian/control
+ Change my email address.
+ Change debhelper to 11 in B-D.
+ Bump standard versions 4.2.1 (no changes)
+ Remove ancient X-Python3-Version field.
* debian/patches
+ Rename ignore_COPYING.patch to Install_doc_files_correct_path.diff
+ Add fix_hotkey_for_help_menu.diff
* debian/compat
+ Switch compat level 10 to 11.
* debian/copyright
+ Extend Debian copyright holder years.
+ Use HTTPS URIs.
* debian/changelog
+ Remove some trailing whitespaces.
-- Daniel Echeverry <epsilon@debian.org> Tue, 13 Nov 2018 22:07:34 -0500
lfm (3.1-1) unstable; urgency=medium
* New upstream release.
* All patches are refreshed.
* debian/control
+ Bump standard versions 4.0.0 (no changes)
+ Change debhelper to 10 in B-D.
* debian/copyright
+ Extend copyright holder years.
* debian/compat
+ Switch compat level 9 to 10.
-- Daniel Echeverry <epsilon77@gmail.com> Tue, 04 Jul 2017 21:40:49 -0500
lfm (3.0-1) unstable; urgency=medium
* New upstream release. (Closes: #727260, #742757, #667527,
#694922, #700274, #588023)
* debian/control
+ Change Homepage field
+ Remove python (>= 2.6.6-3~) in B-D-I field
+ Add python3-all in B-D-I field
+ Change X-Python-Version to X-Python3-Version
now the code works with python3
+ Change ${python:Depends} to ${python3:Depends} in Depends
* debian/copyright
+ Update source field
+ Extend copyright holder years
* Remove lfm.docs file
* Remove lfm.links file
* debian/patches
+ Update ignore_COPYING.patch patch
+ Remove remove_install_changelog.patch patch
+ Add fix_interpreter.diff patch
+ Fix shebang
* debian/rules
+ unexport LANG variables to prevent encoding error
+ Use dh-python helper and pybuild as buildsystem
+ export PYBUILDNAME variable
+ Remove override_dh_compress
+ Remove override_dh_auto_install
+ Add override_dh_installchangelogs to install upstream changelog
* Update debian/watch file
-- Daniel Echeverry <epsilon77@gmail.com> Mon, 21 Dec 2015 15:28:44 -0500
lfm (2.3-2) unstable; urgency=low
* Convert to dh_python2. Closes: #730249 #786170
* debian/control
+ Change debhelper to 9 in B-D
+ Update homepage field
+ Remove python-support in B-D
+ Add dh-python and python in B-D-I
+ Bump standard versions 3.9.6
+ Update to DEP5 copyright format 1.0
+ Extend copyright holder years
* debian/rules
+ Add dh-python support
* debian/watch
+ Update watch file
* Switch compat level 7 to 9
-- Daniel Echeverry <epsilon77@gmail.com> Sat, 23 May 2015 18:02:19 -0500
lfm (2.3-1) unstable; urgency=low
* New Upstream release.
* debian/control
+ Bumped standard versions 3.9.2 (no changes)
+ Now require python 2.5
-- Daniel Echeverry <epsilon77@gmail.com> Sat, 21 May 2011 12:03:10 -0500
lfm (2.2-2) unstable; urgency=low
* New maintainer. Closes: #608315
* debian/control
+ Bumped standard versions 3.9.1 (no changes)
* Removed sys file that isn't in the upstream tarball
* debian/patches
+ Added remove_install_changelog.patch
-- Daniel Echeverry <epsilon77@gmail.com> Mon, 24 Jan 2011 15:35:02 -0500
lfm (2.2-1) unstable; urgency=low
* New Upstream release.
-- Chris Silva <racerx@makeworld.com> Mon, 24 May 2010 16:55:24 -0500
lfm (2.1-3) unstable; urgency=low
* New maintainer (Closes: #582707).
* Bump Standards-Version to 3.8.4
-- Chris Silva <racerx@makeworld.com> Sat, 22 May 2010 17:25:11 -0500
lfm (2.1-2) unstable; urgency=low
* Update my e-mail address.
* Switch to debhelper 7 and quilt.
* Remove ${shlibs:Depends} from Depends.
* Bump Standards-Version to 3.8.3, no changes required.
-- Luca Falavigna <dktrkranz@debian.org> Wed, 02 Sep 2009 00:24:57 +0200
lfm (2.1-1) unstable; urgency=low
* New upstream release.
- Fixed exception with curse cursor attributes, not handled
correctly by some terminals such as kterm (Closes: #388150).
* Set myself as new Maintainer, thanks Sebastien for your work!
* Acknowledge NMU, thanks Ana!
* Add Python Applications Packaging Team to Uploaders.
* Add Vcs-* fields in source stanza.
* Refresh copyright informations:
- License is now GPLv3.
- Adjust upstream developer e-mail address and copyright years.
- Adjust copyright of Debian packaging.
* Adjust build-dependencies:
- Build-depend on debhelper (>= 7.0.2).
- Remove python-dev, move python-support to Build-Depends-Indep.
- Bump cdbs minimum requirement to 0.4.49 for distutils support.
* Reorganize debian/rules:
- Do not call chmod, useless right now (Closes: #516273).
- Do not manually install and compress ChangeLog file, debhelper's
dh_installchangelog (from debhelper >= 7.0.2) will do that.
- Do not manually remove COPYING, this will be managed by mangling
setup.py file instead.
* debian/patches/01_ignore_COPYING.patch:
- Do not install COPYING file and remove its references from lfm.
* debian/patches/02_curs_set.patch:
- Catch exceptions if curs_set attribute is not available.
* Provide debian/pyversions file.
* Bump Standards-Version to 3.8.1:
- Use Homepage field and adjust it to new location.
- Encode debian/copyright in UTF-8.
- Provide debian/README.source to document simple-patchsys usage.
* Provide a watch file.
-- Luca Falavigna <dktrkranz@ubuntu.com> Wed, 08 Apr 2009 00:04:52 +0200
lfm (0.91.2-1.1) unstable; urgency=low
* Non-maintainer upload. Work partially based on patch from
Kevin Coyner <kevin@rustybear.com>.
* Update package to the last python policy (Closes: #380852).
* Bumped compat to 5.
* Bumped Standards-Version to 3.7.2, no changes required.
* Updated FSF address in copyright file.
-- Ana Beatriz Guerrero Lopez <ana@ekaia.org> Sat, 21 Oct 2006 01:24:26 +0200
lfm (0.91.2-1) unstable; urgency=low
* New upstream release
- fix crash with some non-ascii chars (Closes: #260401).
- manpages are include upstream now.
* debian/lfm.1, debian/pyview.1, debian/lfm.manpages:
- removed the manpages, they are include upstream.
-- Sebastien Bacher <seb128@debian.org> Mon, 26 Jul 2004 18:08:07 +0200
lfm (0.91-2) unstable; urgency=low
* debian/rules:
- doc files should not be be gziped since lfm use them.
-- Sebastien Bacher <seb128@debian.org> Mon, 19 Jul 2004 21:39:17 +0200
lfm (0.91-1) unstable; urgency=low
* Initial Release (Closes: #226705).
-- Sebastien Bacher <seb128@debian.org> Fri, 2 Jul 2004 00:22:28 +0200
|