diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 7 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 2 insertions, 10 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 07af622..c0bd03f 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -6,10 +6,3 @@ They can be found at /usr/share/doc/java-common/debian-java-faq/index.html and /usr/share/doc/java-common/debian-java-policy/index.html - -Previously it existed a bunch of *-dummy packages. They have now been -removed from the archive. If you need to fulfill the dependencies you have -to make your own dummy package. The equivs package might help you with -this. - - Ola Lundqvist <opal@debian.org> diff --git a/debian/changelog b/debian/changelog index b8adc82..4ae30d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ java-common (0.54) UNRELEASED; urgency=medium * Team upload. * Use OpenJDK 8 on mips, mipsel and mips64el. * Removed the unused classpath-from-jars-1 example + * Removed the old dummy control files -- Emmanuel Bourg <ebourg@apache.org> Tue, 22 Sep 2015 09:23:34 +0200 diff --git a/debian/control b/debian/control index 36e0bab..fba3611 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Package: java-common Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} -Suggests: default-jre, equivs +Suggests: default-jre Description: Base of all Java packages This package must be installed in the system if a Java environment is desired. It covers useful information for Java users in @@ -24,8 +24,6 @@ Description: Base of all Java packages * The Debian-Java-FAQ which provides information on the status of Java support in Debian, available compilers, virtual machines, Java programs and libraries as well as on legal issues. - * Information on how to create dummy packages to fulfill java2 - requirements. Package: default-jre Architecture: any |