Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

Commit 75cb4e4

Browse files
committed
updated deb files for new version
1 parent 3d6d70f commit 75cb4e4

File tree

14 files changed

+48
-41
lines changed

14 files changed

+48
-41
lines changed

deb-package/debian/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ The Debian Package geoknow-generator-ui
33

44
Comments regarding the Package
55

6-
-- Vadim Zaslawski <vadim.zaslawski@ontos.com> Wed, 21 Aug 2013 15:01:15 +0200
6+
-- Alejandra Garcia-Rojas M <alejandra.garciarojas@ontos.com> Mon, 05 Jan 2015 22:50:23 +0100

deb-package/debian/README.Debian

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
geoknow-generator-ui for Debian
22
-------------------------------
33

4-
-- Vadim Zaslawski <[email protected]> Wed, 21 Aug 2013 15:01:15 +0200
4+
<possible notes regarding this package - if none, delete this file>
5+
6+
-- Alejandra Garcia-Rojas M <[email protected]> Mon, 05 Jan 2015 22:50:23 +0100

deb-package/debian/README.source

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ manual section 4.14. You WILL either need to modify or delete this file>
66

77

88

9+
-- Alejandra Garcia-Rojas M <[email protected]> Mon, 05 Jan 2015 22:50:23 +0100
910

deb-package/debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ geoknow-generator-ui (1.1.0) ldstack-nightly; urgency=low
55
* Implements graph level access control
66
* Requires spring batch admin generator for running batch processes
77

8-
-- Alejandra Garcia Rojas M <[email protected]> Tue, 25 Nov 2014 17:11:12 +0200
8+
-- Alejandra Garcia-Rojas M <[email protected]> Mon, 05 Jan 2015 22:50:23 +0100

deb-package/debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8
1+
9

deb-package/debian/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Source: geoknow-generator-ui
22
Section: web
33
Priority: extra
4-
Maintainer: Alejandra Garcia Rojas M <[email protected]>
4+
Maintainer: Alejandra Garcia-Rojas M <[email protected]>
55
Build-Depends: debhelper (>= 8.0.0)
66
Standards-Version: 3.9.4
7-
Homepage: http://stack.linkeddata.org/
7+
Homepage: http://stack.linkeddata.org/documentation/users-guide/geoknow-generator/
88
#Vcs-Git: git://git.debian.org/collab-maint/geoknow-generator-ui.git
99
#Vcs-Browser: http://git.debian.org/?p=collab-maint/geoknow-generator-ui.git;a=summary
1010

1111
Package: geoknow-generator-ui
1212
Architecture: all
13-
Depends: tomcat7, ${misc:Depends}
13+
Depends: tomcat7, spring-batch-admin-geoknow, ${misc:Depends}
1414
Description: Workbench to integrate tools of project GeoKnow.
1515
The GeoKnow Generator provides workbench that integrates of tools
1616
developed within [GeoKnow project](http://geoknow.eu/),

deb-package/debian/copyright

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: geoknow-generator-ui
3-
Source: http://github.com/GeoKnow/GeoKnowGeneratorUI/
3+
Source: <url://example.com>
44

55
Files: *
6-
Copyright: 2013 Alejandra Garcia Rojas Martinez <[email protected]>
7-
2013 Jon Jay Le Grange <[email protected]>
8-
2013 Vadim Zaslawski <[email protected]>
6+
Copyright: <years> <put author's name and email here>
7+
<years> <likewise for another author>
98
License: Apache-2.0
109

1110
Files: debian/*
12-
Copyright: 2013 Vadim Zaslawski <vadim.zaslawski@ontos.com>
11+
Copyright: 2015 Alejandra Garcia-Rojas M <alejandra.garciarojas@ontos.com>
1312
License: Apache-2.0
1413

1514
License: Apache-2.0
@@ -27,3 +26,8 @@ License: Apache-2.0
2726
.
2827
On Debian systems, the complete text of the Apache version 2.0 license
2928
can be found in "/usr/share/common-licenses/Apache-2.0".
29+
30+
# Please also look if there are files or directories which have a
31+
# different copyright/license attached and list them here.
32+
# Please avoid to pick license terms that are more restrictive than the
33+
# packaged work, as it may make Debian's contributions unacceptable upstream.

deb-package/debian/dirs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/etc/generator
2+
/etc/generator/batch-jobs

deb-package/debian/init.d.ex

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22
### BEGIN INIT INFO
33
# Provides: geoknow-generator-ui
4-
# Required-Start: $network $local_fs
5-
# Required-Stop:
4+
# Required-Start: $local_fs $network $remote_fs $syslog
5+
# Required-Stop: $local_fs $network $remote_fs $syslog
66
# Default-Start: 2 3 4 5
77
# Default-Stop: 0 1 6
88
# Short-Description: <Enter a short description of the software>
@@ -11,19 +11,21 @@
1111
# <...>
1212
### END INIT INFO
1313

14-
# Author: Vadim Zaslawski <[email protected]>
14+
# Author: Alejandra Garcia-Rojas M <[email protected]>
15+
16+
# Do NOT "set -e"
1517

1618
# PATH should only include /usr/* if it runs after the mountnfs.sh script
1719
PATH=/sbin:/usr/sbin:/bin:/usr/bin
18-
DESC=geoknow-generator-ui # Introduce a short description here
19-
NAME=geoknow-generator-ui # Introduce the short server's name here
20-
DAEMON=/usr/sbin/geoknow-generator-ui # Introduce the server's location here
21-
DAEMON_ARGS="" # Arguments to run the daemon with
20+
DESC="geoknow-generator-ui"
21+
NAME=geoknow-generator-ui
22+
DAEMON=/usr/sbin/geoknow-generator-ui
23+
DAEMON_ARGS=""
2224
PIDFILE=/var/run/$NAME.pid
2325
SCRIPTNAME=/etc/init.d/$NAME
2426

2527
# Exit if the package is not installed
26-
[ -x $DAEMON ] || exit 0
28+
[ -x "$DAEMON" ] || exit 0
2729

2830
# Read configuration variable file if it is present
2931
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
@@ -32,7 +34,8 @@ SCRIPTNAME=/etc/init.d/$NAME
3234
. /lib/init/vars.sh
3335

3436
# Define LSB log_* functions.
35-
# Depend on lsb-base (>= 3.0-6) to ensure that this file is present.
37+
# Depend on lsb-base (>= 3.2-14) to ensure that this file is present
38+
# and status_of_proc is working.
3639
. /lib/lsb/init-functions
3740

3841
#
@@ -104,13 +107,13 @@ do_reload() {
104107

105108
case "$1" in
106109
start)
107-
[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC " "$NAME"
108-
do_start
109-
case "$?" in
110+
[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
111+
do_start
112+
case "$?" in
110113
0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
111114
2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
112115
esac
113-
;;
116+
;;
114117
stop)
115118
[ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
116119
do_stop
@@ -120,8 +123,8 @@ case "$1" in
120123
esac
121124
;;
122125
status)
123-
status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
124-
;;
126+
status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
127+
;;
125128
#reload|force-reload)
126129
#
127130
# If do_reload() is not implemented then leave this commented out
@@ -148,7 +151,7 @@ case "$1" in
148151
esac
149152
;;
150153
*)
151-
# Failed to stop
154+
# Failed to stop
152155
log_end_msg 1
153156
;;
154157
esac

deb-package/debian/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
generator.war var/lib/tomcat7/webapps
1+
generator.war var/lib/tomcat7/webapps

0 commit comments

Comments
 (0)