[commons-httpclient] 01/66: Initial revision

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jul 4 08:04:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository commons-httpclient.

commit bf836622a7a47d272ab1a27a724a45096e604d6f
Author: Barry Hawkins <barry.hawkins at gmail.com>
Date:   Fri Sep 2 00:29:48 2005 +0000

    Initial revision
---
 debian/README.Debian                       |  6 +++
 debian/changelog                           | 18 +++++++
 debian/compat                              |  1 +
 debian/control                             | 25 ++++++++++
 debian/copyright                           | 75 ++++++++++++++++++++++++++++++
 debian/dirs                                |  1 +
 debian/docs                                |  1 +
 debian/libcommons-httpclient-java-doc.docs |  2 +
 debian/rules                               | 38 +++++++++++++++
 9 files changed, 167 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..1f93ebd
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,6 @@
+In order to use the SSL-based HTTPS protocol with it, you will need to
+download and install an implementation of the JSSE
+(http://java.sun.com/products/jsee).  Installing the JSSE is not
+required in order to use the standard unencrypted HTTP protocol, however.
+
+ -- Stephen Peters <portnoy at debian.org>
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a850d88
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,18 @@
+commons-httpclient (2.0.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Stephen Peters <portnoy at portnoy.org>  Thu,  7 Apr 2005 12:58:40 -0400
+
+commons-httpclient (2.0a1+20020904-1) unstable; urgency=low
+
+  * New upstream release, with actual source (closes: #160262)
+
+ -- Stephen Peters <portnoy at portnoy.org>  Wed,  4 Sep 2002 22:18:18 -0400
+
+commons-httpclient (2.0a1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Stephen Peters <portnoy at portnoy.org>  Wed,  1 May 2002 13:31:44 -0400
+  
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d7a7e23
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: commons-httpclient
+Section: libs
+Priority: optional
+Maintainer: Stephen Peters <portnoy at portnoy.org>
+Build-Depends-Indep: debhelper (>> 3.0.0), cdbs, libcommons-logging-java, libant1.6-java, jikes (>= 1.15), kaffe (>= 1.0.6)
+Standards-Version: 3.6.1
+
+Package: libcommons-httpclient-java
+Architecture: all
+Depends: kaffe (>=1:1.1.3) | java2-runtime, libcommons-logging-java
+Description: A Java package for creating HTTP clients
+ The Java Commons HTTP Client component provides an efficient,
+ up-to-date, and feature-rich package implementing the client side of
+ the most recent HTTP standards and recommendations.
+
+Package: libcommons-httpclient-java-doc
+Architecture: all
+Suggests: libcommons-httpclient-java
+Description: Documentation for libcommons-httpclient-java
+ The Java Commons HTTP Client component provides an efficient,
+ up-to-date, and feature-rich package implementing the client side of
+ the most recent HTTP standards and recommendations.
+ .  
+ This package contains the documentation for the Java Commons HTTP
+ Client component.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c0498fc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,75 @@
+This package was debianized by Stephen Peters <portnoy at portnoy.org> on
+Wed,  1 May 2002 13:34:02 +0500.
+
+It was downloaded from http://jakarta.apache.org/commons/
+
+Upstream Authors: 
+    Michael Becke
+    Jeff Dever
+    Dion Gillard
+    Ortwin Glueck
+    Oleg Kalnichevski
+    Sung-Gu Park
+    Sean C. Sullivan
+    Adrian Sutton
+    Rodney Waldhoff
+
+
+Copyright:
+/*
+ * ====================================================================
+ * 
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
+ * reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer. 
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. The end-user documentation included with the redistribution, if
+ *    any, must include the following acknowlegement:  
+ *       "This product includes software developed by the 
+ *        Apache Software Foundation (http://www.apache.org/)."
+ *    Alternately, this acknowlegement may appear in the software itself,
+ *    if and wherever such third-party acknowlegements normally appear.
+ *
+ * 4. The names "The Jakarta Project", "Velocity", and "Apache Software
+ *    Foundation" must not be used to endorse or promote products derived
+ *    from this software without prior written permission. For written 
+ *    permission, please contact apache at apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache",
+ *    "Velocity" nor may "Apache" appear in their names without prior 
+ *    written permission of the Apache Group.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ *
+ */
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..13c9f03
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/share/java
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/libcommons-httpclient-java-doc.docs b/debian/libcommons-httpclient-java-doc.docs
new file mode 100644
index 0000000..657b577
--- /dev/null
+++ b/debian/libcommons-httpclient-java-doc.docs
@@ -0,0 +1,2 @@
+docs
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1b5b746
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,38 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=3
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+PNAME=commons-httpclient
+VERSION=2.0.2
+JARFILE=$(PNAME)-$(VERSION).jar
+BUILDFILE=build.xml
+
+# Must specify these
+JAVA_HOME := /usr/lib/kaffe
+ANT_HOME := /usr/share/ant1.6
+
+# Additional JARs
+DEB_JARS := /usr/share/ant1.6/lib/ant-launcher.jar commons-logging junit
+
+# Build compiler
+DEB_ANT_COMPILER := jikes
+
+DEB_ANT_BUILD_TARGET := compile
+
+# Testing on Kaffe seems to hang...
+#DEB_ANT_CHECK_TARGET := test
+
+DEB_ANT_INSTALL_TARGET := dist
+
+install/lib$(PNAME)-java::
+	install -m 644 dist/$(PNAME).jar debian/$(cdbs_curpkg)/usr/share/java/$(JARFILE)
+	ln -s $(JARFILE) debian/$(cdbs_curpkg)/usr/share/java/$(PNAME).jar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-httpclient.git



More information about the pkg-java-commits mailing list