CVS jcifs/debian
Wolfgang B??r
wbaer-guest at haydn.debian.org
Wed Sep 21 18:13:04 UTC 2005
Update of /cvsroot/pkg-java/jcifs/debian
In directory haydn:/tmp/cvs-serv15649/debian
Modified Files:
changelog control copyright rules
Added Files:
README.Debian-source libjcifs-java-doc.doc-base
Log Message:
jcifs (1.2.3-1) unstable; urgency=low
* New upstream release
* Upload to unstable
* Registered documentation with doc-base
* libant1.6-java to ant transition
* Updated FSF address
* Fixed double spaces in description to fix linda warning
* Standards-Version 3.6.2 (no changes)
--- /cvsroot/pkg-java/jcifs/debian/changelog 2005/05/06 11:16:18 1.1.1.1
+++ /cvsroot/pkg-java/jcifs/debian/changelog 2005/09/21 18:13:04 1.2
@@ -1,3 +1,17 @@
+jcifs (1.2.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Upload to unstable
+ * Registered documentation with doc-base
+ * libant1.6-java to ant transition
+ * Updated FSF address
+ * Fixed double spaces in description to fix linda warning
+ * Standards-Version 3.6.2 (no changes)
+
+ * Upload sponsored by Arnaud Vandyck
+
+ -- Wolfgang Baer <WBaer at gmx.de> Sun, 11 Sep 2005 16:48:45 +0200
+
jcifs (1.1.8-1) experimental; urgency=low
* Initial Release (closes: #294759)
--- /cvsroot/pkg-java/jcifs/debian/control 2005/05/06 11:16:18 1.1.1.1
+++ /cvsroot/pkg-java/jcifs/debian/control 2005/09/21 18:13:04 1.2
@@ -2,20 +2,18 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, libservlet2.3-java, libant1.6-java, kaffe
-Standards-Version: 3.6.1
+Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, libservlet2.3-java, ant, kaffe
+Standards-Version: 3.6.2
Package: libjcifs-java
Section: libs
Architecture: all
Depends: kaffe | java1-runtime | java2-runtime
Suggests: java-virtual-machine, libjcifs-java-doc
-Description: java library for the CIFS/SMB networking protocol
- JCIFS is an Open Source client library that implements
- the CIFS/SMB networking protocol in 100% Java. CIFS is
- the standard file sharing protocol on the Microsoft Windows
- platform (e.g. Map Network Drive ...). This client is used
- extensively in production on large Intranets.
+Description: java library for the CIFS/SMB networking protocol
+ JCIFS is an Open Source client library that implements the CIFS/SMB
+ networking protocol in 100% Java. CIFS is the standard file sharing
+ protocol on the Microsoft Windows platform (e.g. Map Network Drive ...).
Package: libjcifs-java-doc
Section: doc
@@ -24,4 +22,3 @@
Description: Documentation for libjcifs-java (CIFS/SMB library for java)
The documentation includes the javadoc API as well as
the html manual and several examples.
-
--- /cvsroot/pkg-java/jcifs/debian/copyright 2005/05/06 11:16:18 1.1.1.1
+++ /cvsroot/pkg-java/jcifs/debian/copyright 2005/09/21 18:13:04 1.2
@@ -19,8 +19,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this package; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL'.
--- /cvsroot/pkg-java/jcifs/debian/rules 2005/05/06 11:16:18 1.1.1.1
+++ /cvsroot/pkg-java/jcifs/debian/rules 2005/09/21 18:13:04 1.2
@@ -8,12 +8,19 @@
export UPSTREAM_VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
JAVA_HOME := /usr/lib/kaffe
-ANT_HOME := /usr/share/ant1.6
+ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar servlet-2.3.jar
DEB_ANT_COMPILER := jikes
-DEB_ANT_BUILD_TARGET := all
+DEB_ANT_BUILD_TARGET := jar javadoc
+DEB_ANT_CLEAN_TARGET := clean
+
+clean::
+ -rm -Rf docs/api
+ -rm *.jar
install/libjcifs-java::
+ # remove empty generated package-lists
+ -rm -f docs/api/package-list
install -m 644 jcifs-$(UPSTREAM_VERSION).jar debian/libjcifs-java/usr/share/java/jcifs-$(UPSTREAM_VERSION).jar
ln -s jcifs-$(UPSTREAM_VERSION).jar debian/libjcifs-java/usr/share/java/jcifs.jar
More information about the pkg-java-commits
mailing list