[java-policy] 21/198: Made it possible to compile it.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Sep 23 07:49:25 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 196406f5864796382aaec1b375744b0574f0fa2c
Author: Ola Nordmann <olapc at yahoo.no>
Date:   Wed Nov 14 08:07:11 2001 +0000

    Made it possible to compile it.
---
 Makefile         | 10 +++++-----
 debian/changelog |  3 +--
 debian/control   | 17 -----------------
 publish.sh       |  2 +-
 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 at master.debian.org:public_html/java
+scp $FILES opal at people.debian.org:public_html/java

-- 
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