aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog522
1 files changed, 522 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 00000000..4accdd3c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,522 @@
1gnunet-gtk (0.14.1-1) unstable; urgency=medium
2 * import into upstream Git repository from salsa.debian.org
3 * updated to latest release
4 * modified upstream to minimize patching, removing patches applied upstream
5
6 -- Christian Grothoff <grothoff@gnu.org> Fri 18 Jun 2021 11:23:15 AM CEST
7
8gnunet-gtk (0.13.1-1) unstable; urgency=medium
9
10 * debian/upstream/signing-key.asc: reexport upstream signing key with
11 minimal options.
12 * Add ng0's and Martin Schanzenbach's gpg keys to
13 debian/upstream/signing-key.asc.
14 * Remove debian/patches/typos.diff, included upstream.
15 * Refresh patches with gbp pq.
16 * debian/copyright:
17 + update years.
18 + distribute debian/* under GPL-3+ instead of GPL-2+.
19 * Remove pre-oldstable dbgsym-migration in debian/rules.
20 * Apply debhelper-compat 13:
21 + declare build-dependency on debhelper-compat (=13).
22 + remove build-dependency on dh-autoreconf.
23 + remove debian/compat.
24 + remove dh_install --fail-missing from debian/rules.
25 + remove --with-autoreconf from debian/rules.
26 * Simplify debian/rules with execute_after_dh_auto_install.
27 * Use wrap-and-sort -as.
28 * debian/control:
29 + remove breaks and replace from pre-oldstable.
30 + use https in Homepage URI.
31 + bump the minimal gnunet version to 0.13.1.
32 * Standards-version: 4.5.0, no changes needed.
33 * Remove debian/man/gnunet-conversation-gtk.1, included upstream.
34
35 -- Bertrand Marc <bmarc@debian.org> Wed, 15 Jul 2020 16:33:01 +0200
36
37gnunet-gtk (0.11.0-1) experimental; urgency=medium
38
39 * New upstream version 0.11.0.
40 * Refresh debian/patches/ac_init_version.diff.
41 * Standards-version: 4.3.0, no changes needed.
42 * debian/upstream/signing-key.asc: reexport upstream signing key with minimal
43 options.
44
45 -- Bertrand Marc <bmarc@debian.org> Sun, 03 Mar 2019 14:53:43 +0100
46
47gnunet-gtk (0.11.0~pre66-1) experimental; urgency=medium
48
49 * Update debian/watch to version 4, add a rule deal with pre and rc versions.
50 * Move the package to salsa and update Vcs-browser and Vcs-git accordingly.
51 * Add Christian Grothoff's new key to debian/upstream/signing-key.asc.
52 * New upstream version 0.11.0~pre66
53 * debian/patches:
54 + Refresh dont_copy_license.diff and typos.diff.
55 + Delete reproducible_build.diff, included upstream.
56 + Fix a typo in dont_copy_license.diff's description.
57 * Update build-dependencies according to README:
58 + gnunet-dev (>= 0.11.0~).
59 + libgtk-3-dev (>=3.22.0).
60 * debian/source/options: remove custom compression options.
61 * debian/copyright: use https in the copyright-format URL.
62 * Standard-version: 4.2.1.
63
64 -- Bertrand Marc <bmarc@debian.org> Sat, 10 Nov 2018 17:28:34 +0100
65
66gnunet-gtk (0.10.1-5) unstable; urgency=medium
67
68 * Move the plugins from gnunet-gtk-dev to gnunet-gtk and add
69 breaks/replaces: gnunet-gtk-dev for gnunet-gtk (Closes: #855706).
70
71 -- Bertrand Marc <bmarc@debian.org> Tue, 28 Feb 2017 20:01:19 +0100
72
73gnunet-gtk (0.10.1-4) unstable; urgency=medium
74
75 * Add a patch written by Chris Lamb to make the build reproducible
76 (Closes: #834111).
77 * debian/copyright: move to format 1.0 and update years and license.
78 * Add missing dependencies for gnunet-gtk-dev.
79 * Use my @debian.org address for the maintainer field.
80 * Migrate from a manual "-dbg" package to an automatic generated debug
81 symbol package:
82 + debian/control: remove gnunet-gtk-dbg.
83 + debian/rules: use --dbgsym-migration in override_dh_strip.
84
85 -- Bertrand Marc <bmarc@debian.org> Sat, 20 Aug 2016 13:04:30 +0200
86
87gnunet-gtk (0.10.1-3) unstable; urgency=medium
88
89 * Switch from gksu to policykit (Closes: #822602):
90 + Remove the dependency on gksu.
91 + Add a dependency on policykit-1.
92 + Rewrite the wrapper around gnunet-setup to use pkexec and rename it
93 gnunet-setup-pkexec.
94 + Create a link to the gnunet-setup manpage for gnunet-setup-pkexec.
95 + Install gnunet-setup in /usr/bin.
96 + Set a policy kit file for gnunet-setup.
97 + Patch gnunet-setup.desktop to launch gnunet-setup-pkexec.
98 * debian/control: use secure URI for the Vcs-* fields.
99 * Standards version: 3.9.8.
100 * Fix another typo in debian/patches/typos.diff.
101 * Switch to debhelper v9:
102 + Bump debian/compat.
103 + Build-depend on debhelper (>= 9).
104 + debian/rules: replace usr/lib/ with usr/lib/$(DEB_HOST_MULTIARCH) and
105 stop using dpkg-buildflags in dh_auto_configure.
106 + debian/*.install: replace usr/lib/ with usr/lib/*/.
107
108 -- Bertrand Marc <beberking@gmail.com> Sun, 08 May 2016 16:10:26 +0200
109
110gnunet-gtk (0.10.1-2) unstable; urgency=medium
111
112 * Put the upstream signing key in debian/upstream/signing-key.asc and
113 remove debian/source/include-binaries.
114 * debian/control: update homepage as www.gnunet.org does not work anymore.
115 * debian/control: update description according to upstream website.
116 * Recommends gnunet instead of suggesting depreciated gnunet-server and
117 fix long description (Closes: #768042).
118 * Remove gnunet-gtk.menu and its icon in debian/pixmaps. Update
119 gnunet-gtk.install accordingly.
120
121 -- Bertrand Marc <beberking@gmail.com> Thu, 22 Oct 2015 19:37:45 +0200
122
123gnunet-gtk (0.10.1-1) unstable; urgency=medium
124
125 * Imported Upstream version 0.10.1
126 * debian/control:
127 + build-depend on gnunet-dev (>= 0.10).
128 + make gnunet-gtk depend on ${shlibs:depends}.
129 * Change the name of the service in the gnunet-setup wrapper.
130 * Refresh patches.
131 * Add the new files to gnunet-gtk*.install.
132 * debian/rules: fix the case of the directory gnunet to remove properly .la
133 files.
134 * Remove peerinfo-gtk, setup and statistics-gtk manpages, they are included
135 and upgraded upstream.
136 * Delete debian/gnunet-gtk.manpages, not necessary.
137 * Add a patch to fix a few typos in gnunet-setup manpage.
138 * Add minimal manpages for gnunet-gtk and gnunet-conversation-gtk.
139 * Standards version 3.9.6: no changes needed.
140
141 -- Bertrand Marc <beberking@gmail.com> Sat, 04 Oct 2014 15:04:48 +0200
142
143gnunet-gtk (0.9.5-1) unstable; urgency=medium
144
145 * Make uscan check the archive signature:
146 + add the upstream key to debian/upstream-signing-key.pgp.
147 + add the binary key to debian/source/include-binaries.
148 + add pgpsigurlmangle to debian/watch.
149 * Imported Upstream version 0.9.5
150 * Move the git repository to collab-maint.
151 * debian/gnunet-gtk.install: remove gnunet-gns-gtk, it is now integrated with
152 gnunet-setup.
153 * Standards version 3.9.5: no changes needed.
154 * Do not install the licence file.
155 * Build-depend on libqrencode.
156 * Do not build-depend on guile-1.8-dev, it is not used in any way.
157 * Build-depend on gnunet-dev (>=0.9.5) as it fails to build with a lower
158 version.
159
160 -- Bertrand Marc <beberking@gmail.com> Tue, 11 Feb 2014 20:35:43 +0100
161
162gnunet-gtk (0.9.3-1) unstable; urgency=low
163
164 * Imported Upstream version 0.9.3
165 * Install gnunet-gns-gtk.
166 * Depends on gnunet (>= 0.9.3) as it will fail to build with any lower
167 version.
168 * Pass hardening build flags to configure.
169 * Add a short manpage for gnunet-gns-gtk.
170
171 -- Bertrand Marc <beberking@gmail.com> Tue, 19 Jun 2012 20:37:30 +0200
172
173gnunet-gtk (0.9.2-2) unstable; urgency=low
174
175 * debian/control: add Vcs-Git and Vcs-browser fields.
176 * Gnunet-gtk breaks/replaces gnunet-tools (<<0.9) as they both provide
177 gnunet-setup (Closes: #673802).
178
179 -- Bertrand Marc <beberking@gmail.com> Wed, 23 May 2012 22:10:21 +0200
180
181gnunet-gtk (0.9.2-1) unstable; urgency=low
182
183 * New maintainer (Closes: #660441).
184 * New upstream release 0.9.2.
185 * Add debian/watch.
186 * Remove the only patch: applied.
187 * Move to autoreconf:
188 + build-depends on autoconf, automake, autopoint, dh-autoreconf.
189 + debian/rules: use dh --with autoreconf.
190 + patch configure.ac to pass GNUnet GTK version to autoreconf.
191 * Standards version 3.9.3: no changes needed.
192 * The main GTK client is now gnunet-fs-gtk:
193 + update gnunet-gtk.manpages
194 + update gnunet-gtk.menu
195 + update icon symlink in gnunet-gtk.links.
196 * debian/copyright: GNUnet is now released under GPL3.
197 * Add minimal man pages.
198 * debian/rules: remove unrecognize options to configure: libgku2 libnotify.
199 * Update build-dependencies:
200 + remove libadns1-dev, libgksu2-dev, libgcrypt11-dev, libgmp3-dev,
201 libnotify-dev, librsvg2-dev, libextractor-dev.
202 + update libgtk to libgtk-3-dev.
203 * Add a wrapper around gnunet-setup and depends on gksu.
204
205 -- Bertrand Marc <beberking@gmail.com> Sat, 21 Apr 2012 12:28:36 +0200
206
207gnunet-gtk (0.8.1a-5) unstable; urgency=low
208
209 * Orphaning package.
210
211 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 19 Feb 2012 08:44:38 +0000
212
213gnunet-gtk (0.8.1a-4) experimental; urgency=low
214
215 * Updating maintainer and uploaders fields.
216 * Removing vcs fields.
217 * Updating to debhelper version 8.
218 * Updating to standards version 3.9.2.
219 * Removing references to my old email address.
220 * Switching to source version 3.0 (quilt).
221 * Simplyfing autotools handling in rules.
222 * Removing leading slash in debhelper install files.
223 * Moving installation of pixmap files from rules to debhelper install
224 file.
225 * Making packaging distribution neutral.
226 * Updating years in copyright file.
227 * Compacting copyright file.
228
229 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 15 Sep 2011 12:43:07 +0200
230
231gnunet-gtk (0.8.1a-3) unstable; urgency=low
232
233 [ Daniel Baumann ]
234 * Updating standards version to 3.9.0.
235
236 [ Jérémy Bobbio ]
237 * Uploaded at Daniel Baumann's request.
238 * Add compatibility with libnotify 0.7 API. (Closes: #630279)
239
240 -- Jérémy Bobbio <lunar@debian.org> Thu, 21 Jul 2011 15:31:15 +0200
241
242gnunet-gtk (0.8.1a-2) unstable; urgency=medium
243
244 * Updating versioned gnunet depends to 0.8.1a.
245 * Rebuilding against libextractor with epoche to ease testing
246 migration.
247
248 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sat, 20 Mar 2010 12:15:51 +0100
249
250gnunet-gtk (0.8.1a-1) unstable; urgency=low
251
252 * Correcting upstream homepage in copyright.
253 * Updating year in copyright file.
254 * Updating to standards 3.8.4.
255 * Merging upstream version 0.8.1a.
256
257 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 15 Feb 2010 13:14:05 +0100
258
259gnunet-gtk (0.8.1-1) unstable; urgency=low
260
261 * Removing icons.patch, not required anymore.
262 * Symlinking icon rather than installing another copy of it.
263 * Adding a patch to correct typo in upstream desktop file, and
264 dropping the local one.
265 * Removing not required sourcedir parameter from dh_install override.
266 * Updating to standards version 3.8.3.
267 * Adding maintainer homepage field to control.
268 * Marking maintainer homepage field to be also included in binary
269 packages and changelog.
270 * Adding README.source.
271 * Simplifying autotools handling in rules.
272 * Moving maintainer homepage field from control to copyright.
273 * Updating REAMDE.source.
274 * Dropping la files.
275 * Bumping versioned build-depends on debhelper.
276 * Bumping versioned build-depends on quilt.
277 * Adding explicit source version 1.0 until switch to 3.0.
278 * Merging upstream version 0.8.1.
279 * Removing desktop.patch, merged upstream.
280 * Updating versioned gnunet depends to 0.8.1.
281
282 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 29 Dec 2009 18:52:46 +0100
283
284gnunet-gtk (0.8.0c-2) unstable; urgency=low
285
286 * Removing unneded versions for build-depends.
287 * Updating maintainer field.
288 * Updating vcs fields.
289 * Wrapping lines in control.
290 * Updating package to standards version 3.8.2.
291 * Simplify gnunet-gtk-dev install file.
292 * Minimizing rules file.
293 * Adding description field in menu file.
294 * Updating old category in desktop file.
295
296 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 10 Aug 2009 23:15:44 +0200
297
298gnunet-gtk (0.8.0c-1) unstable; urgency=low
299
300 * Using correct rfc-2822 date formats in changelog.
301 * Merging upstream version 0.8.0c.
302 * Upgrading package to standards 3.8.1.
303 * Upgrading gnunet depends to 0.8.0c.
304 * Updating section of the debug package.
305 * Updating year in copyright file.
306 * Tidy rules file.
307
308 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 11 May 2009 20:36:49 +0200
309
310gnunet-gtk (0.8.0b-4) unstable; urgency=low
311
312 * Using patch-stamp rather than patch in rules file.
313 * Replacing obsolete dh_clean -k with dh_prep.
314 * Removing Arnaud from uploaders, he is MIA (Closes: #513164).
315 * Updating year in copyright file.
316 * Using quilt rather than dpatch.
317 * Updating rules to current state of the art.
318
319 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 05 Feb 2009 00:36:00 +0100
320
321gnunet-gtk (0.8.0b-3) unstable; urgency=low
322
323 * Adding gnunet-server to suggests (Closes: #499496).
324 * Adding note about requiring gnunet-server in gnunet-gtk package
325 long-description.
326
327 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 19 Sep 2008 10:33:00 +0200
328
329gnunet-gtk (0.8.0b-2) unstable; urgency=low
330
331 * Updating vcs fields in control file.
332 * Building gnunet-gtk on all architectures again, guile-1.8 on ia64 is back.
333
334 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 14 Sep 2008 13:07:00 +0200
335
336gnunet-gtk (0.8.0b-1) unstable; urgency=low
337
338 * Upgrading gnunet depends to 0.8.0b.
339 * Merging upstream version 0.8.0b.
340
341 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 25 Aug 2008 00:42:00 +0200
342
343gnunet-gtk (0.8.0a-1) unstable; urgency=low
344
345 * Upgrading gnunet depends to 0.8.0a.
346 * Merging upstream version 0.8.0a.
347
348 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Sun, 03 Aug 2008 20:59:00 +0200
349
350gnunet-gtk (0.8.0-1) unstable; urgency=low
351
352 * Updating configure call in rules for gnunet 0.8.0.
353 * Adding librsvg depends.
354 * Reordering rules file.
355 * Excluding ia64 manually from architectures.
356 * Removing watch file.
357 * Using lintian debhelper to install lintian overrides.
358 * Rewriting copyright file in machine-interpretable format.
359 * Upgrading package to standards 3.8.0.
360 * Adding vcs fields in control file.
361 * Bumping versioned libextractor depends to 0.5.20.
362 * Bumping versioned gnunet depends to 0.8.0.
363 * Switching maintainer and uploaders fields.
364 * Upgrading package to debhelper 7.
365 * Merging upstream version 0.8.0.
366
367 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 19 Jun 2008 15:43:00 +0200
368
369gnunet-gtk (0.8.0~pre1-1) experimental; urgency=low
370
371 * New upstream release.
372
373 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 17 Jun 2008 12:01:00 +0100
374
375gnunet-gtk (0.8.0~pre0-1) experimental; urgency=low
376
377 * New upstream release.
378
379 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 07 Mar 2008 16:38:00 +0100
380
381gnunet-gtk (0.7.3-1) unstable; urgency=low
382
383 * New upstream release.
384 * Adding suggested improvements from upstream (Closes: #457201):
385 - Adding libgksu2-dev to build-depends.
386 - Building with --enable-libgksu2 --with-libnotify.
387 - Fixing icon install call in rules.
388 - Using versioned build-depends against gnunet-tools.
389 * Adjusting package sections and priorities.
390
391 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Mon, 24 Dec 2007 17:06:00 +0100
392
393gnunet-gtk (0.7.2c-4) unstable; urgency=medium
394
395 * Some formal cleanups:
396 - Updated to new policy.
397 - Using versioned depends for libextractor.
398 - Comented lintian overrides.
399 * Added missing dh_mkshlibs in rules.
400
401 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 06 Dec 2007 23:15:00 +0100
402
403gnunet-gtk (0.7.2c-3) unstable; urgency=low
404
405 * Added depends to gnunet-tools (Closes: #447973).
406
407 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 28 Nov 2007 14:01:00 +0100
408
409gnunet-gtk (0.7.2c-2) unstable; urgency=low
410
411 * Updated menu section (Closes: #444908).
412
413 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Thu, 11 Oct 2007 06:27:00 +0200
414
415gnunet-gtk (0.7.2c-1) unstable; urgency=low
416
417 * New upstream release.
418
419 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 09 Oct 2007 10:44:00 +0200
420
421gnunet-gtk (0.7.2b-3) unstable; urgency=low
422
423 * Adding debug package.
424
425 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Wed, 26 Sep 2007 10:35:00 +0200
426
427gnunet-gtk (0.7.2b-2) unstable; urgency=low
428
429 * Bumping build-dependency on gnunet.
430
431 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Fri, 17 Aug 2007 08:24:00 +0200
432
433gnunet-gtk (0.7.2b-1) unstable; urgency=low
434
435 * New upstream release.
436 * Building against fixed gnunet (Closes: #432483).
437 * Rewritten/edited all packaging files based on current debhelper templates.
438
439 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 14 Aug 2007 15:11:00 +0200
440
441gnunet-gtk (0.7.1c-2) unstable; urgency=low
442
443 * Upload to unstable.
444 * Rebuild against gnunet 0.7.1c-2.
445 * Added build-depends to libnotify-dev.
446
447 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 15 May 2007 10:09:10 +0200
448
449gnunet-gtk (0.7.1c-1) experimental; urgency=low
450
451 * New upstream release (Closes: #420539).
452 * Added french translation (Closes: #371147).
453 * New desktop icon.
454 * Package split into gnunet-gtk and gnunet-gtk-dev.
455
456 -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 29 Apr 2007 11:03:10 +0200
457
458gnunet-gtk (0.7.0e-2) unstable; urgency=low
459
460 * New email address.
461
462 -- Daniel Baumann <daniel.baumann@progress-technologies.net> Tue, 04 Jul 2006 15:49:00 +0200
463
464gnunet-gtk (0.7.0e-1) unstable; urgency=low
465
466 * New upstream release.
467
468 -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 21 May 2006 11:57:54 +0200
469
470gnunet-gtk (0.7.0d-1) unstable; urgency=low
471
472 * New upstream release.
473 * debian/control: Bumped policy version to 3.7.2.
474
475 -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 07 May 2006 16:08:06 +0200
476
477gnunet-gtk (0.7.0c-1) unstable; urgency=low
478
479 * New upstream release.
480 * debian/control: Incorporate changes from NMU. Thanks Matej Vela for the
481 NMU (Closes: #350150).
482
483 -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Tue, 21 Mar 2006 19:41:45 +0100
484
485gnunet-gtk (0.7.0b-1.1) unstable; urgency=high
486
487 * NMU.
488 * Replace hardcoded dependencies with ${shlibs:Depends}.
489 Closes: #350150.
490
491 -- Matej Vela <vela@debian.org> Mon, 20 Feb 2006 09:11:50 +0100
492
493gnunet-gtk (0.7.0b-1) unstable; urgency=low
494
495 * New upstream release.
496
497 -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 25 Dec 2005 00:25:32 +0100
498
499gnunet-gtk (0.7.0a-2) unstable; urgency=low
500
501 * Bumped rev number (wrong file upload). (Closes: #341503)
502
503 -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Thu, 01 Dec 2005 21:56:10 +0100
504
505gnunet-gtk (0.7.0a-1) unstable; urgency=low
506
507 * New Upstream Release.
508 * debian/control: Updated dependencies to follow the libstdc++ allocator change.
509
510 -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 20 Nov 2005 12:49:30 +0100
511
512gnunet-gtk (0.7.0-2) unstable; urgency=low
513
514 * debian/control: Fixed dependencies (Closes: #332328)
515
516 -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Thu, 06 Oct 2005 00:12:23 +0200
517
518gnunet-gtk (0.7.0-1) unstable; urgency=low
519
520 * Initial Release. (Closes: #326604)
521
522 -- Arnaud Kyheng <Arnaud.Kyheng@free.fr> Sun, 04 Sep 2005 18:30:43 +0200