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 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228
|
fountain-mode (3.7.1-3) unstable; urgency=medium
* Team upload.
* Rebuild against dh-elpa 2.1.7.
Upload pushed to dgit-repos but not salsa.
See <https://lists.debian.org/debian-emacsen/2025/02/msg00192.html>.
-- Sean Whitton <spwhitton@spwhitton.name> Sun, 02 Mar 2025 15:18:00 +0800
fountain-mode (3.7.1-2) unstable; urgency=medium
* Team upload.
* Rebuild against dh-elpa 2.1.5.
Upload pushed to dgit-repos but not salsa.
See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.
-- Sean Whitton <spwhitton@spwhitton.name> Thu, 25 Jul 2024 20:37:18 +0900
fountain-mode (3.7.1-1) unstable; urgency=medium
* New upstream release.
* Rebase quilt series onto this release.
* Update Upstream-Contact.
* Import upstream copyright range, and also update my copyright years.
* Install new EPUB manual.
* Write NEWS entry that notes that fountain-mode once again includes
built-in PDF export functionality, and note where to learn how to use it.
* Build documentation using upstream's Makefile target.
* Add 0008-fix-broken-wildcard-usage-in-Makefile.patch
-- Nicholas D Steeves <sten@debian.org> Thu, 11 Jan 2024 13:25:13 -0500
fountain-mode (3.6.3-1) unstable; urgency=medium
* New upstream release.
- Upstream no longer provides a NEWS file.
* Rebase patch queue onto this release:
- Drop 0004-Grammar-and-typo-fixes.patch (merged upstream).
+ Correct URL for link to screenshot gallery (it's an external site, not
on-disk).
+ Annotate all links to external sites in
0003-note-that-gallery-link-is-non-local.patch.
* Declare compliance with Standards-Version: 4.6.2 (no changes required).
-- Nicholas D Steeves <sten@debian.org> Wed, 27 Sep 2023 20:46:04 -0400
fountain-mode (3.6.0-1) unstable; urgency=medium
* New upstream release.
* Rebase patch queue.
* Update description (should have been updated in the last release),
drop obsolete information, and edit for flow and clarity.
* Install new Emacs theme named "fountain".
* Add texinfo to Build-Depends.
* Override dh_elpa to generate docs at the correct stage of the build.
* Install new Texinfo manual.
* Install new html docs for writers who are more comfortable with this
format of documentation.
* Additionally provide a PDF for printable hard-copy reference.
* Add texlive to Build-Depends, because texinfo's texi2pdf is nonfunctional
without it.
* Add 0002-Drop-info-that-is-out-of-scope-for-the-Debian-packag.patch; this
solves the following two issues: 1. A user installs the deb, reads the docs,
and wonders why further steps are required for installation; 2. A user
installs both Debian and MELPA packages producing an undefined and
unsupported state.
* Add 0003-note-that-gallery-link-is-non-local.patch, because Debian users
are accustomed to self-contained local documentation. Unless otherwise
noted, one is supposed to be able to safely assume that a link target is
on-disk.
* Override dh_compress to not compress PDFs.
* Install upstream NEWS file.
* Add 0004-Grammar-and-typo-fixes.patch.
* Add 0005-Document-how-to-report-bugs-in-the-Debian-pkg.patch.
* Load-theme cannot find fountain-theme.el, so register it with
custom-theme-load-path with the following patch:
0006-gen-autoloads-update-custom-theme-load-path.patch.
* Add 0007-Fix-slanted-and-inconsistently-sized-fonts.patch.
- Unfortunately, Courier Prime for Debian's default face renders as
"slant: italic" with both Emacs 27.x and an up-to-date upstream
snapshot of Emacs 28 (for both the Lucid and GTK variants), so
fountain-theme.el has been modified to use Bitstream Courier 10. Font
size has been tuned to provide a max line length of 62 characters for
dialogue, and 74 when olivetti-body-width has been set to 80. Set to
84 for 66 characters per line of dialogue.
* Add xfonts-scalable to Recommends, because fountain-theme.el has been
modified to use it. While Bitstream's Courier 10 font is almost
certainly installed on almost all systems that have Xorg, this might not
be the case on future Wayland-only systems.
* Add upstream/metadata, and include donation link here.
* Create debian/README, and install it to the package's documentation
directory.
* Note the new theme in the long description.
-- Nicholas D Steeves <sten@debian.org> Tue, 08 Feb 2022 14:11:24 -0500
fountain-mode (3.5.1-1) unstable; urgency=medium
* New upstream release. (Closes: #960268)
* Update my email address.
* Migrate to debhelper-compat 13.
* Declare compliance with Standards-Version: 4.6.0 (no changes required).
* Harmonise copyright file with upstream changes.
* Update Upstream-Contact.
* Drop TeX Live deps from Recommends (functionality removed upstream).
* Add NEWS file to provide users with guidance for restoring lost export to
PDF functionality (until such a time as a solution is provided in the
Debian archive).
* Drop README.Debian--whose instructions are no longer applicable.
* Resurrect 0001-Add-Debian-Ubuntu-derivatives-installation-instructi.patch
* Assert Rules-Requires-Root: no.
-- Nicholas D Steeves <sten@debian.org> Sat, 16 Oct 2021 17:54:11 -0400
fountain-mode (2.8.5-1) unstable; urgency=medium
* New upstream release.
* Harmonise copyright file with upstream updates.
* Update my copyright years.
* Add README.Debian with PDF export HOWTO. Upstream is deprecating this
functionality in the next release, but if 2.8.5 ends up in the next
Ubuntu LTS release then users of all the derivatives should be
provided with documentation. When upstream cuts out the code for this
functionality we will need to use something like Oliver Taylor's
Textplay Ruby script. At the moment Textplay is missing support for
title pages, scene numbers, and empty lines in dialogue blocks, so if
anyone reading this also enjoys working in Ruby, please take a look at
that project and lend a helping hand.
-- Nicholas D Steeves <nsteeves@gmail.com> Sun, 19 Jan 2020 18:44:35 -0500
fountain-mode (2.8.1-1) unstable; urgency=medium
* New upstream release.
-- Nicholas D Steeves <nsteeves@gmail.com> Tue, 12 Nov 2019 18:48:34 -0500
fountain-mode (2.8.0-1) unstable; urgency=medium
* New upstream release.
* Drop texlive-generic-recommended as an alternative Recommends for
texlive-plain-generic; it's going away for bullseye. (Closes: #940899)
* Update homepage. This new one is really nice, by the way.
-- Nicholas D Steeves <nsteeves@gmail.com> Sat, 12 Oct 2019 17:45:23 -0400
fountain-mode (2.7.3-1) unstable; urgency=medium
* New upstream release.
-- Nicholas D Steeves <nsteeves@gmail.com> Sun, 11 Aug 2019 20:55:37 -0400
fountain-mode (2.7.2-1) unstable; urgency=medium
* New upstream release.
* Switch to debhelper-compat 12.
* Fix typo in this changelog.
* Drop emacs25 from Enhances.
* Reflect upstream copyright change to FSF and updated date range.
* Add upstream contact to copyright file.
* Update my copyright date range.
* Declare Standards-Version: 4.4.0. (No changes required)
-- Nicholas D Steeves <nsteeves@gmail.com> Fri, 02 Aug 2019 17:44:06 -0400
fountain-mode (2.6.1-1) unstable; urgency=medium
* New upstream release.
* Add lintian override for wrong-section-according-to-package-name,
because "text" is the most appropriate section for screenplay
writing software.
* Declare Standards-Version: 4.2.1. (No additional changes needed)
-- Nicholas D Steeves <nsteeves@gmail.com> Sun, 21 Oct 2018 15:29:43 -0400
fountain-mode (2.6.0-1) unstable; urgency=medium
* New upstream release.
* Restructure the long description and unify style for clarity.
* Update copyright years.
* Declare Standards-Version: 4.2.0. (No additional changes needed)
-- Nicholas D Steeves <nsteeves@gmail.com> Wed, 08 Aug 2018 22:15:56 -0400
fountain-mode (2.5.3-2) unstable; urgency=medium
* Change section to text, which is more accurate and discoverable.
* Declare Standards-Version: 4.1.4. (No additional changes needed)
* Update Maintainer team name and email address.
* Add elpa-olivetti and elpa-imenu-list to Recommends. (Closes: #880623)
-- Nicholas D Steeves <nsteeves@gmail.com> Tue, 08 May 2018 14:12:33 -0400
fountain-mode (2.5.3-1) unstable; urgency=medium
* New upstream release.
-- Nicholas D Steeves <nsteeves@gmail.com> Wed, 21 Mar 2018 13:06:52 -0400
fountain-mode (2.5.0-1) unstable; urgency=medium
* New upstream release.
* Switch Vcs from alioth to salsa.
* Relax debhelper dependency to 11~ to allow backporting.
-- Nicholas D Steeves <nsteeves@gmail.com> Mon, 26 Feb 2018 17:07:39 -0500
fountain-mode (2.4.1-1) unstable; urgency=medium
* New upstream release.
* Declare compat level 11.
* Switch to debhelper 11.
* Merge upstream changes to long description.
* Declare Standards-Version: 4.1.3. (No additional changes needed)
-- Nicholas D Steeves <nsteeves@gmail.com> Sun, 07 Jan 2018 23:29:00 -0500
fountain-mode (2.3.1-1) unstable; urgency=medium
* New upstream release.
-- Nicholas D Steeves <nsteeves@gmail.com> Mon, 27 Nov 2017 11:16:09 -0500
fountain-mode (2.3.0-1) unstable; urgency=medium
* Initial release. (Closes: #850337)
-- Nicholas D Steeves <nsteeves@gmail.com> Thu, 05 Oct 2017 19:28:02 -0400
|