[pkg-java] r15270 - in trunk: . clooj clooj/debian clooj/debian/source

Mathieu Malaterre malat-guest at alioth.debian.org
Thu Oct 27 12:43:27 UTC 2011


Author: malat-guest
Date: 2011-10-27 12:43:26 +0000 (Thu, 27 Oct 2011)
New Revision: 15270

Added:
   trunk/clooj/
   trunk/clooj/debian/
   trunk/clooj/debian/changelog
   trunk/clooj/debian/clooj.jlibs
   trunk/clooj/debian/compat
   trunk/clooj/debian/control
   trunk/clooj/debian/copyright
   trunk/clooj/debian/get-orig-source
   trunk/clooj/debian/rules
   trunk/clooj/debian/source/
   trunk/clooj/debian/source/format
   trunk/clooj/debian/watch
Log:
first pass at clooj

Added: trunk/clooj/debian/changelog
===================================================================
--- trunk/clooj/debian/changelog	                        (rev 0)
+++ trunk/clooj/debian/changelog	2011-10-27 12:43:26 UTC (rev 15270)
@@ -0,0 +1,5 @@
+clooj (0.2.4~git4dfb603527-1) unstable; urgency=low
+
+  * Initial Debian Upload (Closes: #)
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Wed, 07 Sep 2011 18:48:30 +0200

Added: trunk/clooj/debian/clooj.jlibs
===================================================================
--- trunk/clooj/debian/clooj.jlibs	                        (rev 0)
+++ trunk/clooj/debian/clooj.jlibs	2011-10-27 12:43:26 UTC (rev 15270)
@@ -0,0 +1 @@
+clooj-0.2.4.jar

Added: trunk/clooj/debian/compat
===================================================================
--- trunk/clooj/debian/compat	                        (rev 0)
+++ trunk/clooj/debian/compat	2011-10-27 12:43:26 UTC (rev 15270)
@@ -0,0 +1 @@
+8

Added: trunk/clooj/debian/control
===================================================================
--- trunk/clooj/debian/control	                        (rev 0)
+++ trunk/clooj/debian/control	2011-10-27 12:43:26 UTC (rev 15270)
@@ -0,0 +1,23 @@
+Source: clooj
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
+Build-Depends: debhelper (>= 8), javahelper (>= 0.25)
+Build-Depends-Indep: default-jdk, leiningen
+Standards-Version: 3.9.2
+Homepage: https://github.com/arthuredelstein/clooj/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/clooj
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/clooj/
+
+Package: clooj
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Recommends: ${java:Recommends}
+Description: clooj, a lightweight IDE for clojure
+ clooj is a small, simple IDE (integrated development environment) for the
+ clojure programming language, available for free download. clooj is written
+ entirely in clojure and uses a swing-based GUI. It is cross-platform, and runs
+ as a standalone application or as a clojure editor embedded in another java or
+ clojure application.

Added: trunk/clooj/debian/copyright
===================================================================
--- trunk/clooj/debian/copyright	                        (rev 0)
+++ trunk/clooj/debian/copyright	2011-10-27 12:43:26 UTC (rev 15270)
@@ -0,0 +1,62 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: OPeNDAP
+Upstream-Contact: James Gallagher <jgallagher at opendap.org>
+Source: http://opendap.org/
+
+Files: *
+Copyright: © 2002,2003 OPeNDAP, Inc. ,
+ © 20010 OPeNDAP, Inc.
+Licence: BSD
+ Redistribution and use in source and binary forms,
+ with or without modification, are permitted provided
+ that the following conditions are met:
+ 
+ - Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ 
+ - 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.
+ 
+ - Neither the name of the OPeNDAP nor the names of its contributors may
+   be used to endorse or promote products derived from this software
+   without specific prior written permission.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ IS" AND ANY EXPRESS 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 COPYRIGHT
+ HOLDER OR 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.
+
+Files: src/opendap/servlet/AsciiWriter.java
+Copyright: © 1997-2006 Unidata Program Center/University Corporation for
+ Atmospheric Research, P.O. Box 3000, Boulder, CO 80307,
+ support at unidata.ucar.edu.
+Licence: LGPL v2.1
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
+
+ This library is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
+ General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this library; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+Comment:
+ On Debian systems, you can read the full text of the GNU Lesser General Public
+ License in ‘/usr/share/common-licenses/LGPL-2.1’.
+
+
+Files: debian/*
+Copyright: © 2011 Mathieu Malaterre <mathieu.malaterre at gmail.com>
+License: BSD

Added: trunk/clooj/debian/get-orig-source
===================================================================
--- trunk/clooj/debian/get-orig-source	                        (rev 0)
+++ trunk/clooj/debian/get-orig-source	2011-10-27 12:43:26 UTC (rev 15270)
@@ -0,0 +1,29 @@
+#!/bin/sh
+set -ex
+
+PACKAGE=clooj
+
+
+VERSION=${VERSION:-$2}
+TARFILE=${TARFILE:-$3}
+
+if [ -z ${VERSION}]; then
+VERSION=`dpkg-parsechangelog | sed -n -e 's/^Version: \(.*\)-[^-]*$/\1/p'`
+fi
+
+REVISION=`echo $VERSION | sed -e 's/^.*git//g'`
+
+if [ -z ${TARFILE}]; then
+TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz
+fi
+
+FOLDER=${PACKAGE}-${VERSION}
+
+git clone git://github.com/arthuredelstein/clooj.git ${FOLDER}
+cd ${FOLDER}
+git checkout ${REVISION}
+rm -rf .git
+cd ..
+
+GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER}
+rm -rf ${FOLDER}


Property changes on: trunk/clooj/debian/get-orig-source
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/clooj/debian/rules
===================================================================
--- trunk/clooj/debian/rules	                        (rev 0)
+++ trunk/clooj/debian/rules	2011-10-27 12:43:26 UTC (rev 15270)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+
+JAVA_HOME=/usr/lib/jvm/default-java
+#export CLASSPATH=/usr/share/java/commons-httpclient.jar:/usr/share/java/jdom1.jar:/usr/share/java/servlet-api.jar
+#DEB_ANT_BUILD_TARGET := distribution
+
+%:
+	dh $@ --with javahelper
+
+override_dh_auto_build:
+	lein jar
+
+get-orig-source:
+	./debian/get-orig-source


Property changes on: trunk/clooj/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/clooj/debian/source/format
===================================================================
--- trunk/clooj/debian/source/format	                        (rev 0)
+++ trunk/clooj/debian/source/format	2011-10-27 12:43:26 UTC (rev 15270)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/clooj/debian/watch
===================================================================
--- trunk/clooj/debian/watch	                        (rev 0)
+++ trunk/clooj/debian/watch	2011-10-27 12:43:26 UTC (rev 15270)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/arthuredelstein/clooj/ v(.*).tar.gz




More information about the pkg-java-commits mailing list