diff options
| author | Stephane Bortzmeyer <bortz@debian.org> | 2000-07-12 14:34:16 +0000 |
|---|---|---|
| committer | Stephane Bortzmeyer <bortz@debian.org> | 2000-07-12 14:34:16 +0000 |
| commit | ef23f4c32899efe5abdb0cb5be5b41942cccdb56 (patch) | |
| tree | 19a56949a2b630249cf156e197ca4682b2af0023 /debian | |
| parent | 48a11ace528fb15a0ea871bae71bae2a05dcfc46 (diff) | |
| download | java-common-ef23f4c32899efe5abdb0cb5be5b41942cccdb56.tar.gz | |
* Adding the Debian-Java FAQ
* A few cleanings
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 3 | ||||
| -rw-r--r-- | debian/copyright | 3 | ||||
| -rw-r--r-- | debian/dirs | 3 | ||||
| -rwxr-xr-x | debian/rules | 4 |
5 files changed, 13 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index fafecd7..ada08c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +java-common (0.3) unstable; urgency=low + + * Added the Debian-Java FAQ (maintained by Fernandez-Sanguino Pen~a + <jfs@computer.org>) to the information provided by the package. + + -- Stephane Bortzmeyer <bortzmeyer@debian.org> Wed, 12 Jul 2000 16:08:32 +0200 + java-common (0.2) unstable; urgency=low * The policy is now included, and in XML form. Closes #42114 diff --git a/debian/control b/debian/control index e246bdc..dc5be46 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: java-common Section: misc Priority: optional Maintainer: Stephane Bortzmeyer <bortzmeyer@debian.org> -Standards-Version: 2.4.0.0 +Standards-Version: 3.0 +Build-Depends: jade, jadetex, tetex-bin, debiandoc-sgml, sp, lynx Package: java-common Architecture: all diff --git a/debian/copyright b/debian/copyright index af3c0e9..a9f27e2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,5 +4,6 @@ Upstream Author(s): Stephane Bortzmeyer <bortzmeyer@debian.org> Copyright: -GPL. See /usr/doc/copyright/GPL. +GPL. See /usr/share/common-licenses/GPL. + diff --git a/debian/dirs b/debian/dirs index 700a193..6de38b5 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,5 +1,2 @@ -usr/bin -usr/sbin usr/share/java usr/share/java/repository -usr/doc/java-common diff --git a/debian/rules b/debian/rules index 6945508..8e4a0b6 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ build: build-stamp build-stamp: dh_testdir - $(MAKE) policy + $(MAKE) touch build-stamp clean: @@ -32,6 +32,7 @@ install-stamp: build-stamp dh_installdirs # Add here commands to install the package into debian/tmp. + dh_installdocs $(MAKE) install DESTDIR=`pwd`/debian/tmp touch install-stamp @@ -44,7 +45,6 @@ binary-arch: build install # dh_testversion dh_testdir dh_testroot - dh_installdocs dh_installexamples dh_installmenu # dh_installemacsen |
