File: changelog

package info (click to toggle)
gbirthday 0.6.10-0.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 520 kB
  • ctags: 147
  • sloc: python: 1,628; makefile: 58; sh: 13
file content (130 lines) | stat: -rw-r--r-- 4,739 bytes parent folder | download
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
gbirthday (0.6.10-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Upload to unstable.
  * New upstream release (Closes: #812638)
  * Bump Standards-Version to 3.9.7: no changes needed.
  * Drop patch remove-too-early-import: upstream

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 02 Mar 2016 15:09:20 +0100

gbirthday (0.6.9-0.1) experimental; urgency=medium

  * Non-maintainer upload.
  * Imported Upstream version 0.6.9.
  * debian/control: stop recommending evolution-data-server, it's not supported
    anymore upstream.
  * debian/patches:
    + load-from-private-dir.patch: drop as applied upstream.
    + remove-too-early-import: add to remove a duplicate import, done outside a
      try/except block, so the program can follow the except stanza properly.

 -- Mattia Rizzolo <mattia@debian.org>  Tue, 29 Dec 2015 08:54:24 +0000

gbirthday (0.6.7-1.1) experimental; urgency=medium

  * Non-maintainer upload.
  * Bump Standards-Version to 3.9.6: no changes needed.
  * Run wrap-and-sort.
  * Canonicalize Vcs-* fields.
  * Bump debhelper compat level to 9.
  * Stop recommending python-evolution.  Closes: #707843
  * Add a patch to allow gbirthday load from /usr/share/gbirthday if needed.
  * Build using dh-python instead of python-support.  Closes: #786165.
    Also, move all the files to the private location /usr/share/gbirthday, since
    this is an application.
  * Rewrite debian/watch to use github as source.

 -- Mattia Rizzolo <mattia@debian.org>  Wed, 16 Dec 2015 00:13:45 +0000

gbirthday (0.6.7-1) unstable; urgency=low

  * new upstream release 0.6.7
    - all events have unique UID. Closes: #747369
  * update my packaging copyright claim to 2014
  * control: bump to Debian standards 3.9.5. No further changes.

 -- Rolf Leggewie <foss@rolf.leggewie.biz>  Tue, 17 Jun 2014 06:53:28 +0800

gbirthday (0.6.6-3) unstable; urgency=low

  * control:
    - bump build dependency for debhelper to allow dh overrides
    - drop obsolete DMUA field
    - update and drop as necessary the X?-Python-Version fields
    - bump policy to version 3.9.4. No further changes.
  * rules: always install to /usr/share/pyshared. Closes: #646806
    Many thanks to Colin Watson.
  * copyright: update my claim to 2013

 -- Rolf Leggewie <foss@rolf.leggewie.biz>  Sat, 11 May 2013 12:41:29 +0800

gbirthday (0.6.6-2) unstable; urgency=low

  * Imported new upstream release version 0.6.6
    - drop evolution-data-server from depends to recommends for run-time
    - rebase nosetest patch to latest upstream code
  * debian/dirs: drop empty directory usr/share/gbirthday from the list
  * debian/copyright: update my copyright claim
  * debian/control: bump to 3.9.3 standard

 -- Rolf Leggewie <foss@rolf.leggewie.biz>  Thu, 28 Jun 2012 15:49:44 +0800

gbirthday (0.6.5-1) unstable; urgency=low

  * new upstream release 0.6.5
  * debian/control:
    - update to Standard version 3.9.2. No further changes.
    - s/mysql/MySQL/
  * temporarily deactivate nosetests. (Closes: #642811)
  * debian/copyright: update my copyright
  * debian/dirs: drop some unused directories

 -- Rolf Leggewie <foss@rolf.leggewie.biz>  Tue, 27 Sep 2011 12:12:43 +0800

gbirthday (0.6.4-4) unstable; urgency=low

  * debian/control: add python-support to build dependencies. Closes: #633900
    Many Thanks to Jakub Wilk.

 -- Rolf Leggewie <foss@rolf.leggewie.biz>  Sat, 16 Jul 2011 00:38:12 +0900

gbirthday (0.6.4-3) unstable; urgency=low

  [Jakub Wilk]
  * debian/control: set XS-Python-Version to a minimum of 2.6. Closes:#617835

  [Rolf Leggewie]
  * debian/control: update long description

 -- Rolf Leggewie <foss@rolf.leggewie.biz>  Sat, 12 Mar 2011 21:14:26 +0800

gbirthday (0.6.4-2) unstable; urgency=low

  * debian/control: add python-evolution to run-time dependencies.

 -- Rolf Leggewie <foss@rolf.leggewie.biz>  Sun, 20 Feb 2011 16:29:36 +0800

gbirthday (0.6.4-1) experimental; urgency=low

  * release upstream version 0.6.4 to experimental. Closes: #564456
  * debian/control:
    - allow uploads by Debian Maintainers
    - add a couple of build-time dependencies the new upstream requires
    - update to standard 3.9.1
    - add Vcs-* fields
    - add Homepage entry
  * debian/watch: add watch file
  * debian/copyright: update upstream and my copyright information
  * radically simplify debian/rules with dh7's rules.tiny
  * switch to DebSrc3.0 format. Closes: #600608
  * add simple manpage provided by Braulio Valdivielso Martínez
    Closes: #605979

 -- Rolf Leggewie <foss@rolf.leggewie.biz>  Mon, 06 Dec 2010 15:17:38 +0800

gbirthday (0.4.1-2) unstable; urgency=low

  * Initial release. (Closes: #511640)

 -- Rolf Leggewie <foss@rolf.leggewie.biz>  Tue, 13 Jan 2009 00:39:47 +0100