[pkg-java] r11992 - trunk/java-common/debian
Niels Thykier
nthykier-guest at alioth.debian.org
Mon Apr 5 10:45:17 UTC 2010
Author: nthykier-guest
Date: 2010-04-05 10:45:14 +0000 (Mon, 05 Apr 2010)
New Revision: 11992
Modified:
trunk/java-common/debian/changelog
trunk/java-common/debian/control
Log:
Added ${misc:Depends} and bumped S-V.
Modified: trunk/java-common/debian/changelog
===================================================================
--- trunk/java-common/debian/changelog 2010-04-05 10:32:20 UTC (rev 11991)
+++ trunk/java-common/debian/changelog 2010-04-05 10:45:14 UTC (rev 11992)
@@ -8,12 +8,14 @@
(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 at thykier.net> Fri, 26 Mar 2010 21:44:45 +0100
Modified: trunk/java-common/debian/control
===================================================================
--- trunk/java-common/debian/control 2010-04-05 10:32:20 UTC (rev 11991)
+++ trunk/java-common/debian/control 2010-04-05 10:45:14 UTC (rev 11992)
@@ -6,12 +6,13 @@
Niels Thykier <niels at 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 @@
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 @@
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 @@
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 @@
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 @@
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.
More information about the pkg-java-commits
mailing list