summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNiels Thykier <nthykier@debian.org>2010-04-05 10:45:14 +0000
committerNiels Thykier <nthykier@debian.org>2010-04-05 10:45:14 +0000
commit2c800a178cf1bd5b8ae3c7e5777d97f080b81d22 (patch)
treeed3f0cd8352fe7f4def97e8bf19ed4022cfbc2b4 /debian
parent5e7a7ab8a2d4028b643ca1d720b533b586627530 (diff)
downloadjava-common-2c800a178cf1bd5b8ae3c7e5777d97f080b81d22.tar.gz
Added ${misc:Depends} and bumped S-V.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control15
2 files changed, 11 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index db6fb82..227aa12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,12 +8,14 @@ java-common (0.35) UNRELEASED; urgency=low
(Closes: #227587)
* Updated to java-faq to match the online version.
* Bumped debhelper compat to 7.
+ - Added missing ${misc:Depends}
* Use the version from the changelog rather than the dir to determine
the debian "revision" of the default-* packages. It is more robust.
* Removed old publish rule - the policy is updated automatically after
upload now.
* Updated the rules to update the java faq.
* Converted source to 3.0 (native).
+ * Bumped Standards-Version to 3.8.4 - no changes required.
-- Niels Thykier <niels@thykier.net> Fri, 26 Mar 2010 21:44:45 +0100
diff --git a/debian/control b/debian/control
index 08f9787..800ec81 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,13 @@ Uploaders: Stefan Gybas <sgybas@debian.org>, Arnaud Vandyck <avdyk@debian.org>,
Niels Thykier <niels@thykier.net>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, dpsyco-devel, lynx
-Standards-Version: 3.8.2
+Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-common
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/java-common/
Package: java-common
Architecture: all
+Depends: ${misc:Depends}
Suggests: default-jre, equivs
Description: Base of all Java packages
This package must be installed in the system if a Java environment
@@ -27,7 +28,8 @@ Description: Base of all Java packages
Package: default-jre
Architecture: any
-Depends: default-jre-headless (= ${binary:Version}), ${jre}${jre:version}
+Depends: default-jre-headless (= ${binary:Version}), ${jre}${jre:version},
+ ${misc:Depends}
Suggests: default-jre
Provides: ${jre:provides}
Description: Standard Java or Java compatible Runtime
@@ -37,7 +39,7 @@ Description: Standard Java or Java compatible Runtime
Package: default-jre-headless
Architecture: any
-Depends: ${jhl}${jre:version}, java-common
+Depends: ${jhl}${jre:version}, java-common, ${misc:Depends}
Suggests: default-jre
Provides: ${jhl:provides}
Description: Standard Java or Java compatible Runtime (headless)
@@ -50,7 +52,8 @@ Description: Standard Java or Java compatible Runtime (headless)
Package: default-jdk
Architecture: any
-Depends: default-jre (= ${binary:Version}), ${jdk}${jdk:version}
+Depends: default-jre (= ${binary:Version}), ${jdk}${jdk:version},
+ ${misc:Depends}
Provides: ${jdk:provides}
Description: Standard Java or Java compatible Development Kit
This package points to the Java runtime, or Java compatible
@@ -60,7 +63,7 @@ Description: Standard Java or Java compatible Development Kit
Package: default-jdk-doc
Architecture: all
Section: doc
-Depends: ${doc}
+Depends: ${doc}, ${misc:Depends}
Suggests: default-jdk
Description: Standard Java or Java compatible Development Kit (documentation)
This package points to the documentation for the Java development kit,
@@ -69,7 +72,7 @@ Description: Standard Java or Java compatible Development Kit (documentation)
Package: default-jdk-builddep
Architecture: any
-Depends: default-jdk (= ${binary:Version}), ${jdk:builddep}
+Depends: default-jdk (= ${binary:Version}), ${jdk:builddep}, ${misc:Depends}
Description: Standard Java or Java compatible build dependencies
This package points to the build dependencies used to build
packages requiring a Java or Java compatible Development Kit.