[java-policy] 98/198: Added ${misc:Depends} and bumped S-V.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 23 07:49:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository java-policy.

commit 2c800a178cf1bd5b8ae3c7e5777d97f080b81d22
Author: Niels Thykier <nthykier at debian.org>
Date:   Mon Apr 5 10:45:14 2010 +0000

    Added ${misc:Depends} and bumped S-V.
---
 debian/changelog |  2 ++
 debian/control   | 15 +++++++++------
 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 at 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 at debian.org>, Arnaud Vandyck <avdyk at debian.org>,
  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 @@ 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git



More information about the pkg-java-commits mailing list