blob: 67a03e53821b9b4316b96549e38340bd24a18873 (
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
|
qtscript-opensource-src (5.2.0+dfsg-1) UNRELEASED; urgency=low
[ Lisandro Damián Nicanor Pérez Meyer ]
* New upstream release.
* Bump build dependencies.
* Refresh s390x_jscore.diff.
* Adjust install files.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Fri, 13 Dec 2013 13:54:36 -0300
qtscript-opensource-src (5.1.1+dfsg-2) unstable; urgency=low
* Switch symbols substitutions failing in s390 from ssize_t to intptr_t
(which is the correct type). Tested on a porterbox.
* Confirm symbols files for all other archs.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 03 Oct 2013 22:28:19 -0300
qtscript-opensource-src (5.1.1+dfsg-1) unstable; urgency=low
* New upstream release.
* Be verbose on the files we remove to make the source tarball DFSG
compliant.
* Tighten Qt 5 build dependencies.
* Refresh s390x_jscore.diff.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 30 Aug 2013 22:11:00 -0300
qtscript-opensource-src (5.1.0+dfsg-3) unstable; urgency=low
* Require pkg-kde-tools with version at least 0.15.8 to fix a symbol
substitution on s390.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 25 Aug 2013 20:50:33 -0300
qtscript-opensource-src (5.1.0+dfsg-2) unstable; urgency=low
* Upload to unstable.
* Update symbols files.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 11 Aug 2013 12:54:48 -0300
qtscript-opensource-src (5.1.0+dfsg-1) experimental; urgency=low
* New upstream release.
* Fix watch file.
* Bump Qt dependencies to 5.1.0~.
* Make libqt5script5 provide qtscript-api-5-1-0.
In this way we can know if external packages are using private headers.
- Add the necessary options in the symbols file.
- Add mark_private_symbols.sh.
- Mark private symbols.
- Add lintian overrides for dependency on other lib.
* Update install files.
* Update symbols files.
* Add third party copyright stuff for ce-compat.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Sun, 14 Jul 2013 16:25:38 -0300
qtscript-opensource-src (5.0.2+dfsg-3) experimental; urgency=low
[ Pino Toscano ]
* debian/control: remove extra ${misc:Pre-Depends} from qtscript5-examples.
* Copy patch s390x_jscore.diff from qt4-x11 (which is a backport of an
upstream commit) to support s390/s390x.
[ Lisandro Damián Nicanor Pérez Meyer ]
* Build the documentation shipped with this submodule as a build-indep task:
- Add the necessary indep build dependencies:
* qttools5-dev-tools to use qhelpgenerator.
* libqt5sql5-sqlite to generate qch doc.
- Build and create packages for qch and HTML doc formats.
* Update symbols file.
* Make qtscript5-dbg M-A same to allow debugging symbols coinstalability.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Thu, 20 Jun 2013 19:45:49 -0300
qtscript-opensource-src (5.0.2+dfsg-2) experimental; urgency=low
[ Pino Toscano ]
* Update symbols file.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Wed, 05 Jun 2013 15:06:13 -0300
qtscript-opensource-src (5.0.2+dfsg-1) experimental; urgency=low
* Initial release. (Closes: #697509)
-- Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org> Fri, 17 May 2013 16:35:39 -0300
|