-rw-r--r-- | debian/changelog | 31 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 14 | ||||
-rw-r--r-- | debian/copyright | 19 | ||||
-rw-r--r-- | debian/iii.dirs | 3 | ||||
-rw-r--r-- | debian/iii.docs | 2 | ||||
-rwxr-xr-x | debian/iii.init | 57 | ||||
-rwxr-xr-x | debian/iii.postinst | 18 | ||||
-rwxr-xr-x | debian/iii.postrm | 4 | ||||
-rwxr-xr-x | debian/iii.prerm | 4 | ||||
-rwxr-xr-x | debian/rules | 7 | ||||
-rw-r--r-- | debian/source/format | 1 |
12 files changed, 0 insertions, 161 deletions
diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 20c0ae6..0000000 --- a/debian/changelog +++ b/dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | iii (0.2.1) natty; urgency=low | ||
2 | |||
3 | * the thing handles more file types now | ||
4 | * memory consumption when calculating digest is reduced | ||
5 | |||
6 | -- Michael Krelin <hacker@klever.net> Thu, 13 Oct 2011 12:07:22 +0200 | ||
7 | |||
8 | iii (0.2) unstable; urgency=low | ||
9 | |||
10 | * extract and store .log files supplied for geotagging purpose | ||
11 | * added a sample script for geotagging photos based on the log file | ||
12 | * improved compatibility with Geo X2 card | ||
13 | * added a sample script for sorting uploaded photos based on exif timestamp | ||
14 | * added utility to extract chunks from RIFF files | ||
15 | |||
16 | -- Michael Krelin <hacker@klever.net> Sat, 19 Mar 2011 17:52:46 +0100 | ||
17 | |||
18 | iii (0.1) unstable; urgency=low | ||
19 | |||
20 | * 0.1 release | ||
21 | * check uploaded file integrity | ||
22 | * integrity digest calculation | ||
23 | * make upload directory if it doesn't exist | ||
24 | |||
25 | -- Michael Krelin <hacker@klever.net> Sun, 05 Apr 2009 15:55:48 +0200 | ||
26 | |||
27 | iii (0.0) unstable; urgency=low | ||
28 | |||
29 | * Initial release | ||
30 | |||
31 | -- Michael Krelin <hacker@klever.net> Sun, 08 Mar 2009 19:39:38 +0100 | ||
diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/debian/compat +++ b/dev/null | |||
@@ -1 +0,0 @@ | |||
1 | 5 | ||
diff --git a/debian/control b/debian/control deleted file mode 100644 index a89849f..0000000 --- a/debian/control +++ b/dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | Source: iii | ||
2 | Section: graphics | ||
3 | Priority: optional | ||
4 | Maintainer: Michael Krelin <hacker@klever.net> | ||
5 | Build-Depends: debhelper, cdbs, gsoap, libssl-dev, libconfuse-dev, libarchive-dev, gettext, xsltproc, pkg-config | ||
6 | Standards-Version: 3.9.1 | ||
7 | Homepage: http://kin.klever.net/iii | ||
8 | |||
9 | Package: iii | ||
10 | Architecture: any | ||
11 | Depends: adduser, ${shlibs:Depends}, ${misc:Depends} | ||
12 | Description: Eye-Fi Manager implementation | ||
13 | Implementation of Eye-Fi manager service for Linux | ||
14 | |||
diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 9579d6d..0000000 --- a/debian/copyright +++ b/dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | Copyright (c) 2009-2011 Klever Group (http://www.klever.net/) | ||
2 | |||
3 | Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
4 | this software and associated documentation files (the "Software"), to deal in | ||
5 | the Software without restriction, including without limitation the rights to | ||
6 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | ||
7 | of the Software, and to permit persons to whom the Software is furnished to do | ||
8 | so, subject to the following conditions: | ||
9 | |||
10 | The above copyright notice and this permission notice shall be included in all | ||
11 | copies or substantial portions of the Software. | ||
12 | |||
13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
19 | SOFTWARE. | ||
diff --git a/debian/iii.dirs b/debian/iii.dirs deleted file mode 100644 index 04efab3..0000000 --- a/debian/iii.dirs +++ b/dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | /etc/iii | ||
2 | /usr/sbin | ||
3 | /usr/share/doc/iii | ||
diff --git a/debian/iii.docs b/debian/iii.docs deleted file mode 100644 index 3cc350b..0000000 --- a/debian/iii.docs +++ b/dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | AUTHORS | ||
2 | NEWS | ||
diff --git a/debian/iii.init b/debian/iii.init deleted file mode 100755 index c60c25e..0000000 --- a/debian/iii.init +++ b/dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | ### BEGIN INIT INFO | ||
3 | # Provides: iii | ||
4 | # Required-Start: $remote_fs $network | ||
5 | # Required-Stop: $remote_fs $network | ||
6 | # Default-Start: 2 3 4 5 | ||
7 | # Default-Stop: 0 1 6 | ||
8 | # Short-Description: Start iii eye-fi card manager daemon. | ||
9 | ### END INIT INFO | ||
10 | |||
11 | set -e | ||
12 | |||
13 | PATH=/sbin:/bin:/usr/sbin:/usr/bin | ||
14 | NAME=iii | ||
15 | DAEMON=/usr/sbin/${NAME}d | ||
16 | DESC="Eye-Fi card manager daemon" | ||
17 | PIDFILE=/var/run/${NAME}d.pid | ||
18 | SCRIPTNAME=/etc/init.d/$NAME | ||
19 | USER=eyefi | ||
20 | SSD="/sbin/start-stop-daemon" | ||
21 | |||
22 | test -x $DAEMON || exit 0 | ||
23 | |||
24 | if [ -f /etc/default/$NAME ] ; then | ||
25 | . /etc/default/$NAME | ||
26 | fi | ||
27 | |||
28 | test -z "$NO_IIID" || exit 0 | ||
29 | |||
30 | . /lib/lsb/init-functions | ||
31 | |||
32 | case "$1" in | ||
33 | start) | ||
34 | log_daemon_msg "Starting $DESC" $NAME | ||
35 | $SSD --start --pidfile $PIDFILE --chuid $USER --background --make-pidfile --exec $DAEMON -- $DAEMON_OPTS | ||
36 | log_end_msg $? | ||
37 | ;; | ||
38 | stop) | ||
39 | log_daemon_msg "Stopping $DESC" $NAME | ||
40 | if $SSD --stop --oknodo --retry 30 --pidfile $PIDFILE --exec $DAEMON ; then | ||
41 | rm -f $PIDFILE | ||
42 | log_end_msg 0 | ||
43 | else | ||
44 | log_end_msg 1 | ||
45 | fi | ||
46 | ;; | ||
47 | restart|force-reload) | ||
48 | $SCRIPTNAME stop | ||
49 | $SCRIPTNAME start | ||
50 | ;; | ||
51 | *) | ||
52 | echo "Usage: $SCRIPTNAME {start|stop}" >&2 | ||
53 | exit 1 | ||
54 | ;; | ||
55 | esac | ||
56 | |||
57 | exit 0 | ||
diff --git a/debian/iii.postinst b/debian/iii.postinst deleted file mode 100755 index f52bf84..0000000 --- a/debian/iii.postinst +++ b/dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | set -e | ||
3 | UG=eyefi | ||
4 | P=iii | ||
5 | H=/var/lib/$P | ||
6 | |||
7 | if [ "$1" = configure ] ; then | ||
8 | getent group $UG >/dev/null 2>&1 || addgroup --system $UG | ||
9 | getent passwd $UG >/dev/null 2>&1 || adduser --system --home $H \ | ||
10 | --no-create-home --disabled-password --ingroup $UG $UG | ||
11 | if ! test -d $H ; then | ||
12 | mkdir -p $H | ||
13 | chown $UG:$UG $H | ||
14 | chmod 2770 $H | ||
15 | fi | ||
16 | fi | ||
17 | |||
18 | #DEBHELPER# | ||
diff --git a/debian/iii.postrm b/debian/iii.postrm deleted file mode 100755 index 6060c4f..0000000 --- a/debian/iii.postrm +++ b/dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | set -e | ||
3 | |||
4 | #DEBHELPER# | ||
diff --git a/debian/iii.prerm b/debian/iii.prerm deleted file mode 100755 index 6060c4f..0000000 --- a/debian/iii.prerm +++ b/dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | set -e | ||
3 | |||
4 | #DEBHELPER# | ||
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index daed1b6..0000000 --- a/debian/rules +++ b/dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #!/usr/bin/make -f | ||
2 | |||
3 | makebuilddir/iii:: | ||
4 | bash autogen.sh --version | ||
5 | |||
6 | include /usr/share/cdbs/1/rules/debhelper.mk | ||
7 | include /usr/share/cdbs/1/class/autotools.mk | ||
diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ b/dev/null | |||
@@ -1 +0,0 @@ | |||
1 | 3.0 (native) | ||