summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-04-12 00:43:02 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-04-12 00:43:02 +0200
commit1260b4d0cd00f8c8b390e2f6f5b8f10463d685ae (patch)
treec77abe7ae27529e27952a64beb88d6f990a0f380
parentbfbf55700091bb6084b3cbe151a762816db0e3f0 (diff)
downloadxmimd-1260b4d0cd00f8c8b390e2f6f5b8f10463d685ae.tar.gz
xmimd-1260b4d0cd00f8c8b390e2f6f5b8f10463d685ae.zip
adding packaging
-rw-r--r--debian/README6
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control15
-rw-r--r--debian/copyright38
-rw-r--r--debian/docs0
-rwxr-xr-xdebian/rules13
-rw-r--r--debian/source/format1
8 files changed, 79 insertions, 0 deletions
diff --git a/debian/README b/debian/README
new file mode 100644
index 0000000..e377a2c
--- /dev/null
+++ b/debian/README
@@ -0,0 +1,6 @@
+The Debian Package xmimd
+----------------------------
+
+Comments regarding the Package
+
+ -- unknown <maemo@javispedro.com> Wed, 11 Apr 2012 23:18:51 +0200
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ccbb47e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+xmimd (1.0) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Javier <maemo@javispedro.com> Wed, 11 Apr 2012 23:29:38 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..de0013e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: xmimd
+Section: x11
+Priority: extra
+Maintainer: Javier S. Pedro <maemo@javispedro.com>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.4
+Homepage: https://gitorious.org/javispedro-n950-misc/xmimd
+
+Package: xmimd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: XIM <-> Meego/Maliit IM bridge
+ Xmimd is a X Input Server server that connects to the Maliit input method
+ framework, providing all XIM-capable X11 applications with access to all
+ the Maliit based input methods.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1cdc23a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+This work was packaged for Debian by:
+
+ Javier S. Pedro <maemo@javispedro.com> on Wed, 11 Apr 2012 23:18:51 +0200
+
+It was downloaded from:
+
+ https://gitorious.org/javispedro-n950-misc/xmimd
+
+Upstream Author(s):
+
+ Javier S. Pedro <maemo@javispedro.com>
+
+License:
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+
+On Debian systems, the complete text of the GNU General
+Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+The Debian packaging is:
+
+ Copyright (C) 2012 Javier S. Pedro <maemo@javispedro.com>
+
+you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/debian/docs
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..917d9bf
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)