summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-01-09 14:29:51 +0100
committerGuido <agx@sigxcpu.org>2009-01-09 14:43:41 +0100
commit326660ff61e2558f2d1ee7544cc6139816f1b6b7 (patch)
tree2db6a4b1c5ccfbf87ee51a256d4bcc87108d440c /debian/control
initial versiondebian/0.0.1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b4ef40e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: sapgui-package
+Section: contrib/misc
+Priority: extra
+Maintainer: Guido Günther <agx@sigxcpu.org>
+Build-Depends: cdbs, debhelper (>= 7), python, python-support
+Standards-Version: 3.8.0
+VCS-Git: http://honk.sigxcpu.org/git/sapgui-package.git
+
+Package: sapgui-package
+Architecture: all
+Depends: cdbs, fakeroot, java5-runtime, ${python:Depends}
+Description: utility to build SAPGui related Debian packages
+ This package provides the capability to create a Debian package for the
+ Platinum Java SAP GUI from the provided JAR by just running
+ 'make-sgpkg <filename>'.