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
|
staticsite (2.5-1) unstable; urgency=medium
* New upstream version (see NEWS.md for changes). Closes: #1078321
-- Enrico Zini <enrico@debian.org> Sun, 18 Aug 2024 18:00:31 +0200
staticsite (2.4-1) unstable; urgency=medium
* New upstream version (see NEWS.md for changes)
* Disabled manpage generation in debian/rules, as the manpage is shipped
upstream
-- Enrico Zini <enrico@debian.org> Mon, 04 Sep 2023 17:22:24 +0530
staticsite (2.3-1) unstable; urgency=medium
* New upstream version (see NEWS.md for changes)
-- Enrico Zini <enrico@debian.org> Wed, 04 Jan 2023 14:33:26 +0100
staticsite (2.2-1) unstable; urgency=medium
* New upstream version (see NEWS.md for changes)
-- Enrico Zini <enrico@debian.org> Wed, 04 Jan 2023 01:33:02 +0100
staticsite (2.1-1) unstable; urgency=medium
* New upstream version (see NEWS.md for changes)
* Point Vcs-* to Salsa
-- Enrico Zini <enrico@debian.org> Wed, 04 Jan 2023 00:43:54 +0100
staticsite (2.0-1) unstable; urgency=medium
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation lines.
* Bump debhelper from old 12 to 13.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
[ Enrico Zini ]
* New upstream version
-- Enrico Zini <enrico@debian.org> Wed, 04 Jan 2023 00:17:27 +0100
staticsite (1.6-2) unstable; urgency=medium
* Source-only build for transition into testing
-- Enrico Zini <enrico@debian.org> Sat, 22 Oct 2022 15:46:23 +0200
staticsite (1.6-1) unstable; urgency=medium
* New upstream version
- Deal gracefully with broken symlinks (#55)
- Open links from link collections in new tabs
- Use topological sorting from python's stdlib if available (#56)
- Fixed `title` and `parent` metadata of dir pages to match
[documentation](doc/reference/dir.md) (#56)
- Fixed missing `page.meta.site_name` when evaluating `template_title` and
`template_description` (#51)
- Fixed broken `page.name` references in example site (#50)
- Added a title to archive pages in the default theme (#50)
- Documented that taxonomy archive pages are created using the syndication feature (#50)
- Forward port to Jinja3. Thanks Tobias Gruetzmacher
- Work with newer python3-markdown, Thanks @donkult (#58)
- Fixed filesystem-dependent test failure (#54)
* Updated Standards-Version, no changes required
-- Enrico Zini <enrico@debian.org> Sat, 22 Oct 2022 12:13:14 +0200
staticsite (1.5-1) unstable; urgency=medium
* New upstream version
- Polished code repository use case. See NEWS.md for details.
- Forward ported to Jinja3
* Fixed versioned dependency on debhelper
-- Enrico Zini <enrico@debian.org> Sat, 16 Apr 2022 14:41:25 +0200
staticsite (1.4.1-1) unstable; urgency=medium
* New upstream version
- Fixes after some use. See NEWS.md for details.
-- Enrico Zini <enrico@debian.org> Tue, 07 Jan 2020 15:29:10 +0100
staticsite (1.4-1) unstable; urgency=medium
* New upstream version
- Polished blogging use case. See NEWS.md for details.
-- Enrico Zini <enrico@debian.org> Tue, 07 Jan 2020 14:06:43 +0100
staticsite (1.3-1) unstable; urgency=medium
* New upstream version
- Consolidated existing features, see NEWS.md
- Themes can now extend existing themes
- Standard themes are now distributed in /usr/share/staticsite/themes,
and it's possible to add/package new ones
-- Enrico Zini <enrico@debian.org> Sat, 28 Dec 2019 22:35:19 +0100
staticsite (1.2-1) unstable; urgency=medium
* New upstream version
- Significant code and feature cleanup
- Requires some porting on existing sites. See upgrade notes in NEWS.md
-- Enrico Zini <enrico@debian.org> Thu, 19 Dec 2019 18:45:37 +0100
staticsite (1.1-1) unstable; urgency=medium
* New upstream version
- More 'Feature' features and documentation
- Reuse unchanged contents in build directory to speed up build
-- Enrico Zini <enrico@debian.org> Thu, 14 Nov 2019 17:43:31 +0100
staticsite (1.0-1) unstable; urgency=medium
* New upstream version
- Big clean up of code structure
- Support for site-specific pluggable features
- Implemented data pages to provide pure datasets as page sources
- Cache rendered Markdown to speed up site rebuilds
-- Enrico Zini <enrico@debian.org> Sun, 03 Nov 2019 21:21:54 +0100
staticsite (0.5-1) unstable; urgency=medium
* New upstream version
* Added copyright of example assets to debian/copyright
* Made livereload an optional dependency
* Depends on python3-tz. Closes: #860305.
-- Enrico Zini <enrico@debian.org> Tue, 24 Jul 2018 10:51:34 +0800
staticsite (0.4-1) unstable; urgency=low
* Initial version. Closes: #830582.
-- Enrico Zini <enrico@debian.org> Sun, 10 Jul 2016 12:22:22 +0200
|