r1711 - trunk/commons-httpclient3/debian
Stephan Michels
tashiro-guest at costa.debian.org
Sun Jan 22 12:11:28 UTC 2006
Author: tashiro-guest
Date: 2006-01-22 12:11:27 +0000 (Sun, 22 Jan 2006)
New Revision: 1711
Removed:
trunk/commons-httpclient3/debian/libcommons-httpclient3-java-doc.postinst.debhelper
trunk/commons-httpclient3/debian/libcommons-httpclient3-java-doc.prerm.debhelper
Modified:
trunk/commons-httpclient3/debian/
trunk/commons-httpclient3/debian/control
Log:
Remove generated files.
Property changes on: trunk/commons-httpclient3/debian
___________________________________________________________________
Name: svn:ignore
+ *.debhelper
Modified: trunk/commons-httpclient3/debian/control
===================================================================
--- trunk/commons-httpclient3/debian/control 2006-01-22 11:53:55 UTC (rev 1710)
+++ trunk/commons-httpclient3/debian/control 2006-01-22 12:11:27 UTC (rev 1711)
@@ -8,6 +8,7 @@
Package: libcommons-httpclient3-java
Architecture: all
+Section: libs
Suggests: libcommons-httpclient3-java-doc
Depends: kaffe (>=2:1.1.5) | java2-runtime, libcommons-logging-java
Description: A Java(TM) library for creating HTTP clients
@@ -17,6 +18,7 @@
Package: libcommons-httpclient3-java-doc
Architecture: all
+Section: doc
Suggests: libcommons-httpclient3-java
Description: Documentation for libcommons-httpclient3-java
The Jakarta Commons HTTPClient library provides an efficient,
Deleted: trunk/commons-httpclient3/debian/libcommons-httpclient3-java-doc.postinst.debhelper
===================================================================
--- trunk/commons-httpclient3/debian/libcommons-httpclient3-java-doc.postinst.debhelper 2006-01-22 11:53:55 UTC (rev 1710)
+++ trunk/commons-httpclient3/debian/libcommons-httpclient3-java-doc.postinst.debhelper 2006-01-22 12:11:27 UTC (rev 1711)
@@ -1,10 +0,0 @@
-# Automatically added by dh_installdocs
-if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
- install-docs -i /usr/share/doc-base/libcommons-httpclient3-java-doc-javadoc
-fi
-# End automatically added section
-# Automatically added by dh_installdocs
-if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
- install-docs -i /usr/share/doc-base/libcommons-httpclient3-java-doc-documentation
-fi
-# End automatically added section
Deleted: trunk/commons-httpclient3/debian/libcommons-httpclient3-java-doc.prerm.debhelper
===================================================================
--- trunk/commons-httpclient3/debian/libcommons-httpclient3-java-doc.prerm.debhelper 2006-01-22 11:53:55 UTC (rev 1710)
+++ trunk/commons-httpclient3/debian/libcommons-httpclient3-java-doc.prerm.debhelper 2006-01-22 12:11:27 UTC (rev 1711)
@@ -1,12 +0,0 @@
-# Automatically added by dh_installdocs
-if [ "$1" = remove ] || [ "$1" = upgrade ] && \
- which install-docs >/dev/null 2>&1; then
- install-docs -r libcommons-httpclient3-java-doc-javadoc
-fi
-# End automatically added section
-# Automatically added by dh_installdocs
-if [ "$1" = remove ] || [ "$1" = upgrade ] && \
- which install-docs >/dev/null 2>&1; then
- install-docs -r libcommons-httpclient3-java-doc-documentation
-fi
-# End automatically added section
More information about the pkg-java-commits
mailing list