blob: c665103d8ce2035c6487fe1b7e8c955bf0708161 (
plain)
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
|
universal-indent-gui-tqt (1.2.0-2) unstable; urgency=medium
* Port to TQt3 and package renaming
* Initial release for TQt3
-- Michele Calgaro <michele.calgaro@yahoo.it> Mon, 16 Jul 2022 16:06:00 +0900
universalindentgui (1.2.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Update for new qscintilla2 library names (Closes: #885647)
-- Scott Kitterman <scott@kitterman.com> Thu, 04 Jan 2018 07:06:09 -0500
universalindentgui (1.2.0-1) unstable; urgency=low
* New upstream release.
* Drop 02_fix_gcc_4.5_build.patch - merged upstream.
* Update debian/contol:
- bump debhelper to 9.
- bump Standards-Version to 3.9.3 (no changes needed).
-- Fathi Boudra <fabo@debian.org> Tue, 22 May 2012 08:49:27 +0300
universalindentgui (1.1.0-2) unstable; urgency=low
* Add 02_fix_gcc_4.5_build.patch (Closes: #565043)
-- Fathi Boudra <fabo@debian.org> Mon, 21 Feb 2011 12:21:21 +0200
universalindentgui (1.1.0-1) unstable; urgency=low
* New upstream release.
* Update debian/control:
- Bump quilt and debhelper build-dependency versions.
- Bump Standards-Version to 3.8.3 (no changes needed).
* Convert debian/rules to dh usage.
* Rename debian/universalindentgui.lintian to
debian/universalindentgui.lintian-overrides for dh_lintian usage.
* Add debian/README.source file.
-- Fathi Boudra <fabo@debian.org> Thu, 20 Aug 2009 13:41:45 +0200
universalindentgui (1.0.2-1) unstable; urgency=low
* New upstream release:
- The default editor font type is now Monospace instead of Courier.
(Closes: #483873)
* Add 01_disable_check_for_update.diff patch:
Automatic check for update is disabled by default. (Closes: #514999)
* Bump debian/compat to 7.
* Update debian/control:
- Set Thomas Schweitzer as maintainer and myself as uploader.
(Closes: #483068)
- Bump debhelper build-dependency to 7.
- Bump Standards-Version to 3.8.1. No changes needed.
- Update recommended beautifier list.
- Update description to list all supported beautifiers.
* Update debian/copyright:
- Add PerlTidy.pm and JsDecoder.js missing copyrights.
* Cleanup debian/rules.
-- Fathi Boudra <fabo@debian.org> Wed, 29 Apr 2009 10:50:58 +0200
universalindentgui (0.8.1-1.2) unstable; urgency=low
* Non-maintainer upload.
* Avoid symlink attacks by using mkdtemp (Closes: 504726)
-- Eddy Petrișor <eddy.petrisor@gmail.com> Wed, 12 Nov 2008 01:34:23 +0200
universalindentgui (0.8.1-1.1) unstable; urgency=high
* Non-maintainer upload.
* urgency high since universalindentgui is actually useless by default
(can be hacked to work by setting TMPDIR='/tmp/a')
* fixed temporary path asamblation so indents can work
(Closes: 486577)
-- Eddy Petrișor <eddy.petrisor@gmail.com> Wed, 05 Nov 2008 03:51:48 +0200
universalindentgui (0.8.1-1) unstable; urgency=low
* New upstream release
* debian/rules: Do not delete perltidy as it's no longer shipped
* debian/rules: Cleanup extended
-- Sebastian Pipping <webmaster@hartwork.org> Wed, 02 April 2008 04:45:00 +0100
universalindentgui (0.8.0-1) unstable; urgency=low
* Initial release (Closes: #459671)
* Add man page missing in release archive (svn revision 603 plus fixes)
-- Sebastian Pipping <webmaster@hartwork.org> Tue, 08 Jan 2008 15:13:53 +0100
|