summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control5
-rw-r--r--make-sgpkg.py4
2 files changed, 4 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 1944f6b..417e83f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,10 +12,7 @@ Package: sapgui-package
Architecture: all
Depends: cdbs, fakeroot, dpkg-dev,
openjdk-6-jre | java5-runtime, python,
- ${misc:Depends}, ${python:Depends},
- libxext6, libxpm4, libxt6, libxp6,
- libgnomevfs2-0 [i386], libbonobo2-0 [i386], kdelibs4c2a [i386],
- ia32-libs [amd64]
+ ${misc:Depends}, ${python:Depends}
Description: utility to build SAP GUI 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
diff --git a/make-sgpkg.py b/make-sgpkg.py
index 15ec65c..7b3ad20 100644
--- a/make-sgpkg.py
+++ b/make-sgpkg.py
@@ -84,7 +84,9 @@ def gen_control(debiandir, version, name, email):
Section: non-free/devel
Priority: optional
Maintainer: %(name)s <%(email)s>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0),
+ libxext6, libxpm4, libxt6, libxp6, libgnomevfs2-0 [i386],
+ libbonobo2-0 [i386], kdelibs4c2a [i386], ia32-libs [amd64]
Standards-Version: 3.8.0
Package: sapgui