aboutsummaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: 7a029c62a7cd895b3ef1697315ac83b48da07bcb (plain) (blame)
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
nikola (7.6.0-1) unstable; urgency=medium

  * Add missing patch (Closes: #790710)
  * Imported Upstream version 7.6.0 (Closes: #789072, #790906)
  * Replace strict dependency on dateutil for the current one in debian
    archive (Closes:  #767536)
  * Fix manpage path

 -- Agustin Henze <tin@debian.org>  Wed, 08 Jul 2015 09:20:02 -0300

nikola (7.1.0-2) unstable; urgency=medium

  * Add suggestion on python-pygal for easy Charts.

 -- Ulises Vitulli <dererk@debian.org>  Fri, 20 Feb 2015 06:37:25 -0300

nikola (7.1.0-1) unstable; urgency=medium

  * Imported Upstream version 7.1.0
  * Remove patches for bootstrap3
  * Add dependency on libjs-bootstrap
  * Add symlinks to bootstrap3 debian package
  * Fix get-orig-source to import bootstrap3 theme
  * Fix quoting when generate zsh completion (Closes: #762241)
  * Bumped Standard-Version to 3.9.6 (no changes required)

 -- Agustin Henze <tin@debian.org>  Tue, 21 Oct 2014 10:47:58 -0300

nikola (7.0.1-4) unstable; urgency=medium

  * Add missing build dependency on python-dateutil

 -- Agustin Henze <tin@debian.org>  Fri, 08 Aug 2014 08:06:18 -0300

nikola (7.0.1-3) unstable; urgency=medium

  * Remove depends on obsolete python-support
  * Remove echo sentence from nikola.sh (Closes: #757352)

 -- Agustin Henze <tin@debian.org>  Thu, 07 Aug 2014 10:47:12 -0300

nikola (7.0.1-2) unstable; urgency=medium

  * Add nikola.sh (nikola runner to create sh_completion files) (Closes:
    #752954)

 -- Agustin Henze <tin@debian.org>  Wed, 06 Aug 2014 19:10:19 -0300

nikola (7.0.1-1) unstable; urgency=medium

  * Imported Upstream version 7.0.1
  * Update patch to add install_bs3 command
  * Add patch to replace natsort python module by naturalsort
  * Add html5shiv.js to debian/missing-sources
  * Update debian/copyright file
  * Remove depends on python-tz and add depends on python-naturalsort
  * Update debian/rules

 -- Agustin Henze <tin@debian.org>  Mon, 16 Jun 2014 15:28:28 -0300

nikola (6.4.0-1) unstable; urgency=medium

  * New upstream release version 6.4.0
  * Update patch of the custom debian install_bs3 command

 -- Agustin Henze <tin@debian.org>  Sun, 09 Mar 2014 03:22:30 +0100

nikola (6.3.0-1) unstable; urgency=medium

  * New upstream release version 6.3.0
  * Add the awesome patch by Chris "kwpolska" Warrick (add install_bs3
    command) (Closes: #734613)
  * Add bash and zsh completion
  * Use pybuild as buildsystem

 -- Agustin Henze <tin@debian.org>  Fri, 28 Feb 2014 11:33:42 -0300

nikola (6.2.1-1) unstable; urgency=low

  * Imported Upstream version 6.2.1 (Closes: #722177)
  * Updating debian/watch file to the new url of the project
  * Add get-orig-source target
  * Change the default theme bootstrap3 by bootstrap
  * Update dependencies, recommendations and suggestions

 -- Agustin Henze <tin@debian.org>  Mon, 18 Nov 2013 19:26:32 -0300

nikola (5.4.4-1) unstable; urgency=low

  [ Agustin Henze ]
  * Imported Upstream version 5.4.4
  * debian/copyright:
    - Converted to machine readable.
    - Update copyrights.
  * debian/rules:
    - Fix wrong permission files
    - Remove a copy of MIT License
    - Remove the command that deletes a file that is no longer part of the
      project.
  * Update debian/README.source file with the new file differences.

  [ Dererk ]
  * Recommend py-requests for install_theme feature (Closes: #706658).

 -- Agustin Henze <tin@sluc.org.ar>  Fri, 31 May 2013 20:50:03 -0300

nikola (5.4.2-1) unstable; urgency=low

  * Imported Upstream version 5.4.2
  * Removed unused manuals under debian folder
  * Updated README.source file with details about the files deleted for make
    the package dfsg compliant
  * Fixed lintian warning about non-canonical vcs field

 -- Agustin Henze <tin@sluc.org.ar>  Wed, 13 Mar 2013 21:31:44 -0300

nikola (5.3-1) unstable; urgency=low

  * Imported Upstream version 5.3
  * Updated debian/rules:
    - Removed the copy of the custom.css file, fixed in upstream.

 -- Agustin Henze <tin@sluc.org.ar>  Wed, 27 Feb 2013 17:11:04 -0300

nikola (5.2-1) unstable; urgency=low

  * Imported Upstream version 5.2 (Closes: #696358, #699910).
  * Bump Standards-Version to 3.9.4 (no changes required).
  * Added libjs-jquery-slides dependency.
    - Removed slides.jquery.js file of the upstream installation.
  * Updated copyright file: 
    - The license of nikola has changed from GPL-3 to MIT.
    - Added license of slides.jquery.js file.
  * Fixed assets symlinks on debian/nikola.links.
  * Updated debian/rules:
    - Deleted the remove sentence of PyRSS2Gen, fixed in upstream.
    - Copy custom.css into the right place, it'll be reported to upstream.
    - Added conversion from rst to html of the docs/creating-a-theme.txt file.
  * Created debian/pydist-overrides: pillow overridden by python-imaging.
  * Added Vcs-git and Vcs-browser to debian/control file.

 -- Agustin Henze <tin@sluc.org.ar>  Wed, 13 Feb 2013 18:42:55 -0300

nikola (5-1) unstable; urgency=low

  * New upstream release, adds new features and fixes several bugs:
    Features:
     - Templates now know their name from template_name in their context.
     - Made most of Nikola into Yapsy plugins.
     - Recurse galleries/ and render each folder as a gallery.
     - Breadcrumbs and folder links in image galleries.
    Bugfixes:
     - Fixed doc installation
     - Put webassets cache in cache/webassets
     - Don't crash on incomplete translations
     - Fixed Issue 160: render_tags didn't call scan_posts()
     - Fixed Issue 161: webassets setting USE_BUNDLES was ignored
     - Fixed Issue 153: index.txt was being ignored in galleries.

 -- Agustin Henze <tin@sluc.org.ar>  Wed, 12 Dec 2012 20:33:41 -0300

nikola (4.0.3-2) unstable; urgency=low

  * Fix broken symlinks not being included on the repkg source.

 -- Agustin Henze <tin@sluc.org.ar>  Mon, 19 Nov 2012 20:34:44 -0300

nikola (4.0.3-1) unstable; urgency=low

  * Initial release (Closes: #690159).

 -- Agustin Henze <tin@sluc.org.ar>  Wed, 09 Oct 2012 18:10:41 -0300