summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2011-10-13 10:15:25 (UTC)
committer Michael Krelin <hacker@klever.net>2011-10-13 19:57:45 (UTC)
commit0d4910ba75f2b2034b105a6ed44c88a53e36064c (patch) (unidiff)
treedcfcd3b46fc21089502527cbf35795a7be2dc9e1
parent250d8adf52a71b6a9a7f678d2432cdb64ae5c4c7 (diff)
downloadiii-0d4910ba75f2b2034b105a6ed44c88a53e36064c.zip
iii-0d4910ba75f2b2034b105a6ed44c88a53e36064c.tar.gz
iii-0d4910ba75f2b2034b105a6ed44c88a53e36064c.tar.bz2
redebianization
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--debian/changelog7
-rw-r--r--debian/control5
-rw-r--r--[l---------]debian/copyright20
-rw-r--r--debian/examples1
-rw-r--r--debian/iii.dirs (renamed from debian/dirs)0
-rw-r--r--debian/iii.docs (renamed from debian/docs)0
-rwxr-xr-xdebian/rules14
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,3 +1,10 @@
1iii (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
1iii (0.2) unstable; urgency=low 8iii (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
diff --git a/debian/control b/debian/control
index aaa8c78..a89849f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: iii
2Section: graphics 2Section: graphics
3Priority: optional 3Priority: optional
4Maintainer: Michael Krelin <hacker@klever.net> 4Maintainer: Michael Krelin <hacker@klever.net>
5Build-Depends: debhelper (>=7), gsoap, libssl-dev, libconfuse-dev, libarchive-dev, gettext 5Build-Depends: debhelper, cdbs, gsoap, libssl-dev, libconfuse-dev, libarchive-dev, gettext, xsltproc, pkg-config
6Standards-Version: 3.8.4 6Standards-Version: 3.9.1
7Homepage: http://kin.klever.net/iii
7 8
8Package: iii 9Package: iii
9Architecture: any 10Architecture: any
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 1Copyright (c) 2009-2011 Klever Group (http://www.klever.net/)
2
3Permission is hereby granted, free of charge, to any person obtaining a copy of
4this software and associated documentation files (the "Software"), to deal in
5the Software without restriction, including without limitation the rights to
6use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7of the Software, and to permit persons to whom the Software is furnished to do
8so, subject to the following conditions:
9
10The above copyright notice and this permission notice shall be included in all
11copies or substantial portions of the Software.
12
13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19SOFTWARE.
diff --git a/debian/examples b/debian/examples
deleted file mode 100644
index c1afd06..0000000
--- a/debian/examples
+++ b/dev/null
@@ -1 +0,0 @@
1doc/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
5build: build-stamp 3makebuilddir/iii::
6build-stamp: 4 bash autogen.sh --version
7 sh autogen.sh --version 5
8 dh build --before configure 6include /usr/share/cdbs/1/rules/debhelper.mk
9 dh_auto_configure -- --enable-debug 7include /usr/share/cdbs/1/class/autotools.mk
10 dh build --after configure
11 touch $@