aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <guido.guenther@diplo.de>2010-02-03 19:37:30 +0200
committerGuido Günther <agx@sigxcpu.org>2008-10-14 22:45:00 +0200
commit4ff8febdf088df50f13b5224d895a4df8ef20282 (patch)
treed8760863daf7cc689d55c16afc6dd0932ef4846c
parentb5afee88034691f4d360e25f5533d9fcfeead81d (diff)
Add Debian packaging
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control16
-rw-r--r--debian/copyright37
-rwxr-xr-xdebian/rules3
5 files changed, 63 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..25c09ad
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+odfrecode (0.0.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- Guido Günther <agx@sigxcpu.org> Thu, 15 Jul 2010 14:34:24 +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..c5717d5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: odfrecode
+Section: text
+Priority: extra
+Maintainer: Guido Günther <agx@sigxcpu.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.0
+
+Package: odfrecode
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ python-gtk2, ${python:Depends}
+Description: Convert legacy documents to unicode
+ Migrating from legacy binary document formats to ODF can be a pain if
+ documents use fonts that only support some non unicode encodings e.g. armscii.
+ These tools allow to remap these characters sets to the appriopriate unicode
+ codepoints after they've been converted to ODF.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7f7e653
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+This package was debianized by Guido Günther <agx@sigxcpu.org> on Thu, 15 Jul
+2010 14:34:24 +0200.
+
+It was downloaded from http://honk.sigxcpu.org/git/odfrecode.git
+
+Upstream Authors:
+
+ Guido Günther <agx@sigxcpu.org>
+ Torsten Werner <twerner@debian.org>
+
+Copyright:
+
+ 2007,2008,2009,2010 Guido Günther <agx@sigxcpu.org>
+ 2007,2008 Torsten Werner <twerner@debian.org>
+
+License:
+
+ This program 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 program 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, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+The full text of this license can be found in the file
+/usr/share/common-licenses/GPL-2
+
+The Debian packaging is (C) 2010, Guido Günther <agx@sigxcpu.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cbe925d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+ dh $@