summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-01-12 17:53:45 +0100
committerGuido Günther <agx@sigxcpu.org>2009-01-12 18:07:10 +0100
commit838d108d1b4669ad1abd66ede5334d7cb05c6e49 (patch)
tree9a12bba7f8ecf76ea0b6950d52a5d6cbffdb6093
parentabfeb3ce18ee3ee274dd860435910d97d43606e0 (diff)
don't depend on a virtual package only
-rwxr-xr-xmake-sgpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-sgpkg.py b/make-sgpkg.py
index db4e50a..386d23a 100755
--- a/make-sgpkg.py
+++ b/make-sgpkg.py
@@ -85,7 +85,7 @@ Standards-Version: 3.8.0
Package: sapgui
Architecture: i386
-Depends: ${shlibs:Depends}, java2-runtime
+Depends: ${shlibs:Depends}, openjdk-6-jre | java2-runtime
Description: SAP GUI for the Java Environment
This package has been automatically created with sapgui-package %(version)s
""" % dict(name=name, email=email, version=version)