diff options
author | Stefan Gybas <sgybas@debian.org> | 2003-09-08 09:44:49 +0000 |
---|---|---|
committer | Stefan Gybas <sgybas@debian.org> | 2003-09-08 09:44:49 +0000 |
commit | b657fec1fd405a04b4c39450c78ff8995b0197e9 (patch) | |
tree | 58b8ae2677519f5ad717f3139730ea1b9ecfe9d7 | |
parent | fd4f467ee39b6cd8aad3d2fe72eba32dbfbb118c (diff) | |
download | java-common-b657fec1fd405a04b4c39450c78ff8995b0197e9.tar.gz |
Debian release 0.22debian/0.22
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 21 | ||||
-rw-r--r-- | debian/copyright | 3 | ||||
-rw-r--r-- | debian/java-common.README.debian | 21 |
4 files changed, 25 insertions, 32 deletions
diff --git a/debian/changelog b/debian/changelog index 77aa03a..a82c088 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +java-common (0.22) unstable; urgency=low + + * Changed Maintainer: to the Debian Java Mailing List and added myself + to Uploaders: (closes: #201670) + * Changed the long description to use a real item list + * Removed debian/java-common.README.debian since we now have build + dependencies + * Standards-Version: 3.6.1 + + Changed Build-Depends-Indep to Build-Depends + + -- Stefan Gybas <sgybas@debian.org> Mon, 8 Sep 2003 11:18:55 +0200 + java-common (0.21) unstable; urgency=low * Fixed dummy control files, closes: #201495. diff --git a/debian/control b/debian/control index 6405cec..88d4a5c 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: java-common Section: misc Priority: optional -Maintainer: Ola Lundqvist <opal@debian.org> -Build-Depends-Indep: debhelper (>> 3.0.0), debiandoc-sgml, docbook-utils, docbook-xml, dpsyco-devel, lynx -Standards-Version: 3.5.7 +Maintainer: Debian Java Mailing List <debian-java@lists.debian.org> +Uploaders: Ola Lundqvist <opal@debian.org>, Stefan Gybas <sgybas@debian.org> +Build-Depends: debhelper (>> 3.0.0), debiandoc-sgml, docbook-utils, docbook-xml, dpsyco-devel, lynx +Standards-Version: 3.6.1 Package: java-common Architecture: all @@ -12,10 +13,10 @@ 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 Debian GNU/Linux, including: - - The Java policy document which describes the layout of Java support in - Debian and how Java packages should behave. - - 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 fullfill java2 - requirements. + * The Java policy document which describes the layout of Java support in + Debian and how Java packages should behave. + * 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 fullfill java2 + requirements. diff --git a/debian/copyright b/debian/copyright index ab36687..4f92c8e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,7 @@ It is a Debian original work. -Current maintainer: +Current maintainers: + Stefan Gybas <sgybas@debian.org> Ola Lundqvist <opal@debian.org> Previsous maintainers: diff --git a/debian/java-common.README.debian b/debian/java-common.README.debian deleted file mode 100644 index e7538c7..0000000 --- a/debian/java-common.README.debian +++ /dev/null @@ -1,21 +0,0 @@ -java-common for DEBIAN ----------------------- - -To build this package, you will need the DocBook apparatus: - -jade -jadetex -docbook-xml -docbook-stylesheets -sp -lynx - -and the packages they depend on, like tetex-*. - - -Another layout of the Policy is there: - -http://www.debian.org/~bortz/Java/policy.html - - -Stephane Bortzmeyer <bortzmeyer@debian.org>, Wed, 23 Jun 1999 15:03:43 +0200 |