summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOla Nordmann <olapc@yahoo.no>2001-11-14 08:07:11 +0000
committerOla Nordmann <olapc@yahoo.no>2001-11-14 08:07:11 +0000
commit196406f5864796382aaec1b375744b0574f0fa2c (patch)
treefc6eba6c8c7aa27d2e75a252ed79f16533280ed0
parent6c56ec1a7673e5e5f51ec91cd12b8bd2b700eaf4 (diff)
downloadjava-common-196406f5864796382aaec1b375744b0574f0fa2c.tar.gz
Made it possible to compile it.
-rw-r--r--Makefile10
-rw-r--r--debian/changelog3
-rw-r--r--debian/control17
-rwxr-xr-xpublish.sh2
4 files changed, 7 insertions, 25 deletions
diff --git a/Makefile b/Makefile
index 058ea2e..5169ecc 100644
--- a/Makefile
+++ b/Makefile
@@ -23,11 +23,11 @@ LANGUAGE = LANG=C LC_CTYPE=C
all: policy debian-java-faq
# Policy part
-OUTPUTS=policy*.html policy.txt policy.ps policy.db
+OUTPUTS=policy*.html policy.txt policy.ps policy.sgml
policy: policy.ps policy.txt policy.html
-policy.tex: policy.db
+policy.tex: policy.sgml
jade -t tex \
-d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl \
/usr/lib/sgml/declaration/xml.decl $<
@@ -39,12 +39,12 @@ policy.dvi: policy.tex
policy.ps: policy.dvi
$(DVIPS) -f $< > $@
-policy.html: policy.db html.dsl
+policy.html: policy.sgml html.dsl
jade -t sgml \
-d html.dsl \
/usr/lib/sgml/declaration/xml.decl $<
-policy.txt: policy.db
+policy.txt: policy.sgml
jade -t sgml -V nochunks \
-d /usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh/html/docbook.dsl \
/usr/lib/sgml/declaration/xml.decl $< > dump.html
@@ -52,7 +52,7 @@ policy.txt: policy.db
-rm -f dump.html
validate:
- nsgmls -s -wxml /usr/lib/sgml/declaration/xml.decl policy.db
+ nsgmls -s -wxml /usr/lib/sgml/declaration/xml.decl policy.sgml
nsgmls -s debian-java-faq.sgml
install:: $(OUTPUTS)
diff --git a/debian/changelog b/debian/changelog
index 6aee35b..877e7d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,7 @@ java-common (0.8) unstable; urgency=low
* Moved java-compiler-dummy to java-common.
* Moved java-virtual-machine-dummy to java-common.
- * Created java1-runtime-dummy, java2-runtime-dummy and
- java2-compiler-dummy.
+ * Created java1-runtime-dummy.
* Moved dummy config files, closes: #55527, #55747.
* Fixed manpage, closes: #55525.
* Fixed the copyright file, closes: #55524.
diff --git a/debian/control b/debian/control
index cdf095d..6a66de5 100644
--- a/debian/control
+++ b/debian/control
@@ -28,14 +28,6 @@ Description: Dummy Java compiler
This package is only to respect the dependencies rules.
Install it only if you have a real Java compiler.
-Package: java2-compiler-dummy
-Architecture: all
-Depends: java-common
-Provides: java2-compiler
-Description: Dummy Java compiler
- This package is only to respect the dependencies.
- Install it only if you have a real Java version 2 compiler.
-
Package: java1-runtime-dummy
Architecture: all
Depends: java-virtual-machine
@@ -44,12 +36,3 @@ Description: Dummy java 1 runtime environment.
This package is only to respect the dependenies.
Install it only if you have a real Java version 1
compliant environment.
-
-Package: java2-runtime-dummy
-Architecture: all
-Depends: java-virtual-machine
-Provides: java2-runtime
-Description: Dummy java 2 runtime environment.
- This package is only to respect the dependenies.
- Install it only if you have a real Java version 2
- compliant environment.
diff --git a/publish.sh b/publish.sh
index ee95139..48089c9 100755
--- a/publish.sh
+++ b/publish.sh
@@ -2,4 +2,4 @@
make policy.html
FILES="$(find . -maxdepth 1 -type f -name '*.html' -printf '%f ')"
-scp $FILES opal@master.debian.org:public_html/java
+scp $FILES opal@people.debian.org:public_html/java