File: changelog

package info (click to toggle)
mate-menus 1.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,600 kB
  • ctags: 763
  • sloc: ansic: 9,671; makefile: 193; sh: 106; python: 59
file content (168 lines) | stat: -rw-r--r-- 5,025 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
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
mate-menus (1.16.0-2) unstable; urgency=medium

  [ Martin Wimpress ]
  * debian/rules: Enable dh_girespository helper.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 24 Jan 2017 20:24:02 +0100

mate-menus (1.16.0-1) unstable; urgency=medium

  [ Martin Wimpress ]
  * New upstream release.

  [ Vangelis Mouhtsis ]
  * debian/changelog:
    + Fix missing changelog items for 1.15.0-0ubuntu1 upload.
  * debian/control:
    + Dependencies updated for MATE 1.16.
  * debian/watch:
    + Update version matching again to _not_ support development releases.

 -- Mike Gabriel <sunweaver@debian.org>  Sun, 02 Oct 2016 22:11:11 +0200

mate-menus (1.15.0-0ubuntu1) yakkety; urgency=medium

  [ Martin Wimpress ]
  * New upstream development release.
  * debian/control:
    + Dependencies updated for MATE 1.15.
  * debian/watch:
    + Update version matching to support development releases.

  [ Vangelis Mouhtsis ]
  * debian/{control,rules}:
    + dbgsym: Don't build dbg:packages anymore.
      See https://wiki.debian.org/AutomaticDebugPackages.

 -- Martin Wimpress <code@flexion.org>  Fri, 09 Sep 2016 13:04:47 +0100

mate-menus (1.14.0-1) unstable; urgency=medium

  [ Vangelis Mouhtsis ]
  * debian/copyright:
    + Fill missing commas.
  * debian/control:
    + Versioned B-D on dpkg-dev (>= 1.16.1.1).
    + Use encrypted URLs for Vcs-*: field.
    + Add myself to Uploaders: field.
  * debian/rules:
    + Enable all hardening flags.

  [ Martin Wimpress ]
  * New upstream release.
  * debian/control:
    + Versioned B-D: mate-common (>= 1.14)
    + Add Breaks: field to bin:package mate-menus. The package breaks
      mate-control-center (<< 1.13.0).
    + Add to D (mate-menus): python-mate-menu. There are no binaries in
      mate-menus package, but there's an example Python script which uses
      bindings from python-mate-menu.
    + Drop D (python-mate-menu): {python:Depends}.

  [ Mike Gabriel ]
  * debian/control:
    + Bump Standards: to 3.9.8. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 24 May 2016 10:58:21 +0200

mate-menus (1.12.0-1) unstable; urgency=medium

  [ Martin Wimpress ]
  * New upstream release.
  * debian/copyright:
    + Update copyright attributions.
  * debian/control:
    + Versioned B-D: mate-common (>= 1.12).

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 31 Dec 2015 14:27:21 +0100

mate-menus (1.10.0-1) unstable; urgency=low

  [ Martin Wimpress ]
  * debian/control: 
    + Update Python to 2.7.
    + Remove superfluous python-gtk2 dependency.
    + Add dh-python dependency.
  * debian/rules:
    + Enable --parallel builds.

  [ Mike Gabriel ]
  * Upload to unstable.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 24 Aug 2015 11:41:02 +0200

mate-menus (1.10.0-1~exp1) experimental; urgency=low

  [ Martin Wimpress ]
  * New upstream release.
  * debian/control:
    + Updated descriptions to be consistent with upstream.
  * debian/patches:
    + Drop 1001_FTBFS-hurd-maxsymlinks.patch. Applied upstream.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 16 Jun 2015 20:20:20 +0200

mate-menus (1.8.0-5) unstable; urgency=medium

  [ Vangelis Mouhtsis ]
  * debian/control:
    + Bump Standards: to 3.9.6. No changes needed.

  [ Mike Gabriel ]
  * debian/gir1.2-mate-menu.install:
    + Install typelib file into the multiarch libdir. (Closes: #763243).
  * debian/copyright:
    + Really mention all upstream files.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 29 Sep 2014 10:05:34 +0200

mate-menus (1.8.0-4) unstable; urgency=low

  * debian/patches:
    + Update 1001_FTBFS-hurd-maxsymlinks.patch. Avoid using
      sysconf(_SC_SYMLOOP_MAX), use a static value of 20 instead. (Closes:
      #750628).

 -- Mike Gabriel <sunweaver@debian.org>  Sat, 07 Jun 2014 14:56:14 +0200

mate-menus (1.8.0-3) unstable; urgency=low

  [ Vangelis Mouhtsis ]
  * debian/rules:
    + Replace on dh_install --list-missing -> --fail-missing.
    + Remove non-packaged *.a *.la files after build.

  [ Mike Gabriel ]
  * debian/patches:
    + Add patch 1001_FTBFS-hurd-maxsymlinks.patch. Fixes FTBFS on Debian/Hurd.
      (Closes: #750497).
  * debian/rules:
    + Enable parallel builds.
    + Turn on compiler commands during package build (configure option:
      --disable-silent-rules).

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 04 Jun 2014 02:29:21 +0200

mate-menus (1.8.0-2) unstable; urgency=low

  * debian/copyright:
    + Point to git.mate-desktop.org in Source: field.
    + Fix typo (opinion -> option).

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 30 Apr 2014 16:58:14 +0200

mate-menus (1.8.0-1) unstable; urgency=low

  * New upstream release.
  * debian/watch:
    + Use tagged CGit tarball snapshots as upstream source.
  * debian/copyright:
    + Update copyright file after new upstream release.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 12 Mar 2014 13:22:39 +0100

mate-menus (1.6.0-1) unstable; urgency=low

  * Initial release. (Closes: #733037).

 -- Mike Gabriel <sunweaver@debian.org>  Sun, 12 Jan 2014 14:46:36 +0100