summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-08-19 09:08:33 +0200
committerGuido Günther <agx@sigxcpu.org>2010-08-19 09:08:33 +0200
commitd081e33b4e910052d55914db87888d2331ae36da (patch)
treee2cd57da970fb7e80d73a68b1934ff7e357ef1a0
parent0755ff4eb37eeff6e7842ff89f8e1036e2861202 (diff)
Move the build-deps to the generated package
Move the packages needed to build the sapgui package as build-deps to the generated sapgui source package instead of depending on it directly. This way sapgui-package sapgui-package can be arch all.
-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