-gsimplecal (0.9-2) unstable; urgency=low
+gsimplecal (1.0-1) unstable; urgency=low
+ * New upstream release:
+ + Fix bug with external viewer when mark_today is false
+ + Add ability to show week numbers — show_week_numbers option
+ * Remove patch merged upstream
* Fix typo in debian/config.sample (thanks to Dmitry Medvinsky
<dmedvinsky@gmail.com> for spotting this)
+ * Add new show_week_number option to configuration sample
- -- Julien Valroff <julien@debian.org> Sat, 03 Sep 2011 18:57:44 +0200
+ -- Julien Valroff <julien@ares.kirya.net> Mon, 05 Sep 2011 15:45:36 +0200
gsimplecal (0.9-1) unstable; urgency=low
show_calendar = 1
show_timezones = 1
mark_today = 1
-external_viewer = iceowl -showdate "%Y-%m-%d"
+show_week_numbers = 0
clock_format = %a %d %b %H:%M
mainwindow_decorated = 0
mainwindow_keep_above = 1
+++ /dev/null
-Description: Fix manpage syntax
-Author: Julien Valroff <julien@debian.org>
-Last-Updated: 2011-09-01
-
---- a/doc/gsimplecal.1
-+++ b/doc/gsimplecal.1
-@@ -40,11 +40,9 @@
- To make it, you should create
- .nh
- \fB$XDG_CONFIG_HOME/gsimplecal/config\fP
--.ny
- file (usually it will be
- .nh
- ~/.config/gsimplecal/config)
--.ny
- with the following contents:
-
- .IP
-@@ -54,7 +52,7 @@
- .br
- mark_today = 1
- .br
--external_viewer = sunbird --cool-arg --date="%Y-%m-%d"
-+external_viewer = sunbird -\-cool-arg -\-date="%Y-%m-%d"
- .br
- clock_format = %a %d %b %H:%M
- .br
-@@ -103,7 +101,6 @@
- Currently the shell is hardcoded to
- .nh
- /bin/sh
--.ny
- though. I hope that will do for all the users, but if you've got a trouble,
- please file a ticket (see \fIREPORTING BUGS\fP).
-
-@@ -187,7 +184,6 @@
- Please, report any issues to the gsimplecal issue tracker, available at:
- .nh
- https://github.com/dmedvinsky/gsimplecal/issues
--.ny
-
-
- .SH AUTHOR