[pkg-java] r4033 - trunk/aspectj/debian
tgg at alioth.debian.org
tgg at alioth.debian.org
Sun Aug 19 16:35:00 UTC 2007
Author: tgg
Date: 2007-08-19 16:35:00 +0000 (Sun, 19 Aug 2007)
New Revision: 4033
Removed:
trunk/aspectj/debian/dirs
Modified:
trunk/aspectj/debian/control
trunk/aspectj/debian/rules
Log:
convert changes.html to plain text with lynx when package is built
Modified: trunk/aspectj/debian/control
===================================================================
--- trunk/aspectj/debian/control 2007-08-19 16:07:31 UTC (rev 4032)
+++ trunk/aspectj/debian/control 2007-08-19 16:35:00 UTC (rev 4033)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Thomas Girard <thomas.g.girard at free.fr>
-Build-Depends: debhelper (>> 5), gcj, java-gcj-compat-dev (>= 1.0.65-6), ant (>= 1.6.3), ant-optional (>= 1.6.3), libxalan2-java, cdbs, libcommons-logging-java, junit (>= 3.8.1), libregexp-java, docbook-xml, docbook-xsl, xsltproc, docbook-to-man
+Build-Depends: debhelper (>> 5), gcj, java-gcj-compat-dev (>= 1.0.65-6), ant (>= 1.6.3), ant-optional (>= 1.6.3), libxalan2-java, cdbs, libcommons-logging-java, junit (>= 3.8.1), libregexp-java, docbook-xml, docbook-xsl, xsltproc, docbook-to-man, lynx
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/aspectj
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/aspectj
Deleted: trunk/aspectj/debian/dirs
===================================================================
--- trunk/aspectj/debian/dirs 2007-08-19 16:07:31 UTC (rev 4032)
+++ trunk/aspectj/debian/dirs 2007-08-19 16:35:00 UTC (rev 4033)
@@ -1,3 +0,0 @@
-usr/bin
-usr/share/java
-
Modified: trunk/aspectj/debian/rules
===================================================================
--- trunk/aspectj/debian/rules 2007-08-19 16:07:31 UTC (rev 4032)
+++ trunk/aspectj/debian/rules 2007-08-19 16:35:00 UTC (rev 4033)
@@ -86,6 +86,9 @@
install/aspectj:: $(AJ_MANPAGES)
$(INSTALL) -t debian/aspectj/usr/bin $(AJ_SCRIPTS)
+install/aspectj-doc::
+ lynx -dump -nolist $(MODULES)/docs/dist/doc/changes.html | gzip -9 -c - > changelog.gz
+
clean::
rm -Rf $(AJ_ANT_HOME)
rm -Rf $(AJ_JUNIT_HOME)
@@ -111,6 +114,8 @@
rm -Rf $(MODULES)/aj-build
+ rm -f changelog.gz
+
$(MAKE) -f debian/rules clean-bootstrap
.PHONY: get-orig-source
More information about the pkg-java-commits
mailing list