-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 5 | ||||
-rw-r--r--[l---------] | debian/copyright | 20 | ||||
-rw-r--r-- | debian/examples | 1 | ||||
-rw-r--r-- | debian/iii.dirs (renamed from debian/dirs) | 0 | ||||
-rw-r--r-- | debian/iii.docs (renamed from debian/docs) | 0 | ||||
-rwxr-xr-x | debian/rules | 14 |
7 files changed, 34 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog index 2c8ae3b..20c0ae6 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,24 +1,31 @@ | |||
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 | |||
1 | iii (0.2) unstable; urgency=low | 8 | iii (0.2) unstable; urgency=low |
2 | 9 | ||
3 | * extract and store .log files supplied for geotagging purpose | 10 | * extract and store .log files supplied for geotagging purpose |
4 | * added a sample script for geotagging photos based on the log file | 11 | * added a sample script for geotagging photos based on the log file |
5 | * improved compatibility with Geo X2 card | 12 | * improved compatibility with Geo X2 card |
6 | * added a sample script for sorting uploaded photos based on exif timestamp | 13 | * added a sample script for sorting uploaded photos based on exif timestamp |
7 | * added utility to extract chunks from RIFF files | 14 | * added utility to extract chunks from RIFF files |
8 | 15 | ||
9 | -- Michael Krelin <hacker@klever.net> Sat, 19 Mar 2011 17:52:46 +0100 | 16 | -- Michael Krelin <hacker@klever.net> Sat, 19 Mar 2011 17:52:46 +0100 |
10 | 17 | ||
11 | iii (0.1) unstable; urgency=low | 18 | iii (0.1) unstable; urgency=low |
12 | 19 | ||
13 | * 0.1 release | 20 | * 0.1 release |
14 | * check uploaded file integrity | 21 | * check uploaded file integrity |
15 | * integrity digest calculation | 22 | * integrity digest calculation |
16 | * make upload directory if it doesn't exist | 23 | * make upload directory if it doesn't exist |
17 | 24 | ||
18 | -- Michael Krelin <hacker@klever.net> Sun, 05 Apr 2009 15:55:48 +0200 | 25 | -- Michael Krelin <hacker@klever.net> Sun, 05 Apr 2009 15:55:48 +0200 |
19 | 26 | ||
20 | iii (0.0) unstable; urgency=low | 27 | iii (0.0) unstable; urgency=low |
21 | 28 | ||
22 | * Initial release | 29 | * Initial release |
23 | 30 | ||
24 | -- Michael Krelin <hacker@klever.net> Sun, 08 Mar 2009 19:39:38 +0100 | 31 | -- Michael Krelin <hacker@klever.net> Sun, 08 Mar 2009 19:39:38 +0100 |
diff --git a/debian/control b/debian/control index aaa8c78..a89849f 100644 --- a/debian/control +++ b/debian/control | |||
@@ -1,13 +1,14 @@ | |||
1 | Source: iii | 1 | Source: iii |
2 | Section: graphics | 2 | Section: graphics |
3 | Priority: optional | 3 | Priority: optional |
4 | Maintainer: Michael Krelin <hacker@klever.net> | 4 | Maintainer: Michael Krelin <hacker@klever.net> |
5 | Build-Depends: debhelper (>=7), gsoap, libssl-dev, libconfuse-dev, libarchive-dev, gettext | 5 | Build-Depends: debhelper, cdbs, gsoap, libssl-dev, libconfuse-dev, libarchive-dev, gettext, xsltproc, pkg-config |
6 | Standards-Version: 3.8.4 | 6 | Standards-Version: 3.9.1 |
7 | Homepage: http://kin.klever.net/iii | ||
7 | 8 | ||
8 | Package: iii | 9 | Package: iii |
9 | Architecture: any | 10 | Architecture: any |
10 | Depends: adduser, ${shlibs:Depends}, ${misc:Depends} | 11 | Depends: adduser, ${shlibs:Depends}, ${misc:Depends} |
11 | Description: Eye-Fi Manager implementation | 12 | Description: Eye-Fi Manager implementation |
12 | Implementation of Eye-Fi manager service for Linux | 13 | Implementation of Eye-Fi manager service for Linux |
13 | 14 | ||
diff --git a/debian/copyright b/debian/copyright index 012065c..9579d6d 120000..100644 --- a/debian/copyright +++ b/debian/copyright | |||
@@ -1 +1,19 @@ | |||
1 | ../COPYING \ No newline at end of file | 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/examples b/debian/examples deleted file mode 100644 index c1afd06..0000000 --- a/debian/examples +++ b/dev/null | |||
@@ -1 +0,0 @@ | |||
1 | doc/000000000000.conf | ||
diff --git a/debian/dirs b/debian/iii.dirs index 04efab3..04efab3 100644 --- a/debian/dirs +++ b/debian/iii.dirs | |||
diff --git a/debian/docs b/debian/iii.docs index 3cc350b..3cc350b 100644 --- a/debian/docs +++ b/debian/iii.docs | |||
diff --git a/debian/rules b/debian/rules index 86549d3..daed1b6 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -1,11 +1,7 @@ | |||
1 | #!/usr/bin/make -f | 1 | #!/usr/bin/make -f |
2 | %: | ||
3 | dh $@ | ||
4 | 2 | ||
5 | build: build-stamp | 3 | makebuilddir/iii:: |
6 | build-stamp: | 4 | bash autogen.sh --version |
7 | sh autogen.sh --version | 5 | |
8 | dh build --before configure | 6 | include /usr/share/cdbs/1/rules/debhelper.mk |
9 | dh_auto_configure -- --enable-debug | 7 | include /usr/share/cdbs/1/class/autotools.mk |
10 | dh build --after configure | ||
11 | touch $@ | ||