From 1260b4d0cd00f8c8b390e2f6f5b8f10463d685ae Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 12 Apr 2012 00:43:02 +0200 Subject: adding packaging --- debian/README | 6 ++++++ debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 15 +++++++++++++++ debian/copyright | 38 ++++++++++++++++++++++++++++++++++++++ debian/docs | 0 debian/rules | 13 +++++++++++++ debian/source/format | 1 + 8 files changed, 79 insertions(+) create mode 100644 debian/README create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format 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 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 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 +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 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 + +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 + +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 + +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 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) -- cgit v1.2.3