Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 4943724

Browse files
committed
deb changes for 0.9.10
1 parent 6218f13 commit 4943724

File tree

5 files changed

+106
-98
lines changed

5 files changed

+106
-98
lines changed

application/config/default.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ descriptionHelper.properties.skosEditorialNote = "http://www.w3.org/2004/02/skos
9494
; Version info
9595
;;
9696
version.label = "OntoWiki"
97-
version.number = "0.9.9"
98-
version.suffix = "git"
97+
version.number = "0.9.10"
98+
version.suffix = ""
9999

100100
;;
101101
; Help Menu URLs

debian/Makefile/Makefile

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ default:
33

44
prepare:
55
rm -rf ../../build*
6-
rm -rf ../../Makefile
7-
rm -rf ../../web.config
6+
rm -f ../../Makefile
7+
rm -f ../../web.config
88
rm -rf ../../libraries/Erfurt
99
rm -rf ../../libraries/RDFauthor
10-
rm -rf ../../extensions/themes/silverblue/scripts/libraries/jquery.js
11-
rm -rf ../../extensions/exconf/pclzip.lib.php
12-
rm -rf ../../extensions/markdown/parser/markdown.php
10+
rm -f ../../extensions/themes/silverblue/scripts/libraries/jquery.js
11+
rm -f ../../extensions/exconf/pclzip.lib.php
12+
rm -rf ../../extensions/markdown/parser
13+
rm -f ../../extensions/queries/resources/codemirror/LICENSE
1314

1415
clean:
1516
rm -rf ../*.log

debian/changelog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
ontowiki (0.9.10-1) lod2; urgency=low
2+
3+
* new model creation / add data procedure
4+
* fixes in query editor
5+
* performance issues in title helper
6+
* unify CommentModule and LastcommentsModule, increase limit and set ordering
7+
* +100 other commits
8+
* depends on Erfurt 1.6
9+
* depends on RDFauthor 0.9.6
10+
11+
-- Sebastian Tramp <[email protected]> Wed, 10 Jul 2013 14:22:14 +0200
12+
113
ontowiki (0.9.8-3) lod2; urgency=low
214

315
* fix cors header

debian/control

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/AKSW/OntoWiki
1010

1111
Package: ontowiki-virtuoso
1212
Architecture: all
13-
Depends: ontowiki-common, virtuoso-opensource-6.1 (>= 6.1.4), php5-odbc, ${misc:Depends}
13+
Depends: ontowiki-common (>= 0.9.10), virtuoso-opensource-6.1 (>= 6.1.6), php5-odbc, ${misc:Depends}
1414
Provides: ontowiki
1515
Conflicts: ontowiki, ontowiki-mysql
1616
Replaces: ontowiki (<< 0.9.6-10)
@@ -40,7 +40,7 @@ Description: Semantic Data Wiki enabling the publication of RDF data
4040

4141
Package: ontowiki-mysql
4242
Architecture: all
43-
Depends: ontowiki-common, mysql-server, php5-mysql | php5-mysqli, ${misc:Depends}
43+
Depends: ontowiki-common (>= 0.9.10), mysql-server, php5-mysql | php5-mysqli, ${misc:Depends}
4444
Provides: ontowiki
4545
Conflicts: ontowiki, ontowiki-virtuoso
4646
Replaces: ontowiki (<< 0.9.6-10)
@@ -70,7 +70,7 @@ Description: Semantic Data Wiki enabling the publication of RDF data
7070

7171
Package: ontowiki-common
7272
Architecture: all
73-
Depends: liberfurt-php (>= 1.5), libjs-rdfauthor (>= 0.9.5), php5-curl, libmarkdown-php, libphp-pclzip, libjs-jquery (>= 1.7.1), tinymce, ${misc:Depends}
73+
Depends: liberfurt-php (>= 1.6), libjs-rdfauthor (>= 0.9.6), php5-curl, libmarkdown-php, libphp-pclzip, libjs-jquery (>= 1.7.1), tinymce, ${misc:Depends}
7474
Suggests: owcli
7575
Description: Application sources for all ontowiki packages
7676
OntoWiki is a tool providing support for agile, distributed knowledge

debian/copyright

+83-88
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,86 @@
1-
This work was packaged for Debian by:
2-
3-
Sebastian Tramp <[email protected]> on Tue, 01 Feb 2011 15:37:27 +0100
4-
5-
It was downloaded from:
6-
7-
<http://code.google.com/p/ontowiki/downloads/list>
8-
9-
Upstream Author(s):
10-
11-
Christoph Rieß
12-
Daniel Gerber
13-
Jonas Brekle
14-
Konrad Abicht
15-
Michael Haschke
16-
Michael Martin
17-
Natanael Arndt
18-
Norman Heino
19-
Philipp Frischmuth
20-
Rolland Brunec
21-
Sebastian Tramp
22-
Tim Ermilov
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: Erfurt
3+
Source: https://github.com/AKSW/Erfurt
234

5+
Files: *
246
Copyright:
7+
2013 Christian Würker
8+
2013 Christoph Rieß
9+
2013 Daniel Gerber
10+
2013 Jonas Brekle
11+
2013 Konrad Abicht
12+
2013 Michael Haschke
13+
2013 Michael Martin
14+
2013 Natanael Arndt
15+
2013 Norman Heino
16+
2013 Philipp Frischmuth
17+
2013 Rolland Brunec
18+
2013 Sebastian Tramp
19+
2013 Tim Ermilov
20+
License: GPL-2+
21+
This program is free software; you can redistribute it
22+
and/or modify it under the terms of the GNU General Public
23+
License as published by the Free Software Foundation; either
24+
version 2 of the License, or (at your option) any later
25+
version.
26+
.
27+
This program is distributed in the hope that it will be
28+
useful, but WITHOUT ANY WARRANTY; without even the implied
29+
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
30+
PURPOSE. See the GNU General Public License for more
31+
details.
32+
.
33+
You should have received a copy of the GNU General Public
34+
License along with this package; if not, write to the Free
35+
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
36+
Boston, MA 02110-1301 USA
37+
.
38+
On Debian systems, the full text of the GNU General Public
39+
License version 2 can be found in the file
40+
`/usr/share/common-licenses/GPL-2'.
41+
42+
Files: extensions/queries/resources/codemirror/*
43+
Copyright: 2013 Marijn Haverbeke
44+
License: MIT2
45+
Permission is hereby granted, free of charge, to any person obtaining a copy
46+
of this software and associated documentation files (the "Software"), to deal
47+
in the Software without restriction, including without limitation the rights
48+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
49+
copies of the Software, and to permit persons to whom the Software is
50+
furnished to do so, subject to the following conditions:
51+
.
52+
The above copyright notice and this permission notice shall be included in
53+
all copies or substantial portions of the Software.
54+
.
55+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
60+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
61+
THE SOFTWARE.
62+
63+
Files: debian/*
64+
Copyright: 2013 Sebastian Tramp
65+
License: GPL-2+
66+
This program is free software; you can redistribute it
67+
and/or modify it under the terms of the GNU General Public
68+
License as published by the Free Software Foundation; either
69+
version 2 of the License, or (at your option) any later
70+
version.
71+
.
72+
This program is distributed in the hope that it will be
73+
useful, but WITHOUT ANY WARRANTY; without even the implied
74+
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
75+
PURPOSE. See the GNU General Public License for more
76+
details.
77+
.
78+
You should have received a copy of the GNU General Public
79+
License along with this package; if not, write to the Free
80+
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
81+
Boston, MA 02110-1301 USA
82+
.
83+
On Debian systems, the full text of the GNU General Public
84+
License version 2 can be found in the file
85+
`/usr/share/common-licenses/GPL-2'.
2586

26-
<Copyright (C) 2011 Christoph Rieß>
27-
<Copyright (C) 2011 Daniel Gerber>
28-
<Copyright (C) 2011 Jonas Brekle>
29-
<Copyright (C) 2011 Konrad Abicht>
30-
<Copyright (C) 2011 Michael Haschke>
31-
<Copyright (C) 2011 Michael Martin>
32-
<Copyright (C) 2011 Natanael Arndt>
33-
<Copyright (C) 2011 Norman Heino>
34-
<Copyright (C) 2011 Philipp Frischmuth>
35-
<Copyright (C) 2011 Rolland Brunec>
36-
<Copyright (C) 2011 Sebastian Tramp>
37-
<Copyright (C) 2011 Tim Ermilov>
38-
39-
License:
40-
41-
This package is free software; you can redistribute it and/or modify
42-
it under the terms of the GNU General Public License version 2 as
43-
published by the Free Software Foundation.
44-
45-
This package is distributed in the hope that it will be useful,
46-
but WITHOUT ANY WARRANTY; without even the implied warranty of
47-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48-
GNU General Public License for more details.
49-
50-
You should have received a copy of the GNU General Public License
51-
along with this program. If not, see <http://www.gnu.org/licenses/>
52-
53-
On Debian systems, the complete text of the GNU General
54-
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
55-
56-
57-
Copright and License of the CodeMirror JavaScript Library:
58-
59-
Copyright (c) 2007-2009 Marijn Haverbeke
60-
61-
This software is provided 'as-is', without any express or implied
62-
warranty. In no event will the authors be held liable for any
63-
damages arising from the use of this software.
64-
65-
Permission is granted to anyone to use this software for any
66-
purpose, including commercial applications, and to alter it and
67-
redistribute it freely, subject to the following restrictions:
68-
69-
1. The origin of this software must not be misrepresented; you must
70-
not claim that you wrote the original software. If you use this
71-
software in a product, an acknowledgment in the product
72-
documentation would be appreciated but is not required.
73-
74-
2. Altered source versions must be plainly marked as such, and must
75-
not be misrepresented as being the original software.
76-
77-
3. This notice may not be removed or altered from any source
78-
distribution.
79-
80-
Marijn Haverbeke
81-
marijnh at gmail
82-
83-
84-
The Debian packaging is:
85-
86-
Copyright (C) 2011 Sebastian Tramp <[email protected]>
87-
88-
you can redistribute it and/or modify
89-
it under the terms of the GNU General Public License as published by
90-
the Free Software Foundation; either version 2 of the License, or
91-
(at your option) any later version.

0 commit comments

Comments
 (0)