[pkg-java] r15336 - in trunk: . lein-clojars/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Fri Nov 4 16:57:05 UTC 2011
Author: malat-guest
Date: 2011-11-04 16:57:05 +0000 (Fri, 04 Nov 2011)
New Revision: 15336
Added:
trunk/lein-clojars/
trunk/lein-clojars/debian/lein-clojars.jlibs
Removed:
trunk/lein-clojars/debian/local-file.jlibs
Modified:
trunk/lein-clojars/debian/changelog
trunk/lein-clojars/debian/control
trunk/lein-clojars/debian/get-orig-source
trunk/lein-clojars/debian/rules
trunk/lein-clojars/debian/watch
Log:
start working on lain-clojars
Modified: trunk/lein-clojars/debian/changelog
===================================================================
--- trunk/local-file/debian/changelog 2011-11-04 14:59:39 UTC (rev 15335)
+++ trunk/lein-clojars/debian/changelog 2011-11-04 16:57:05 UTC (rev 15336)
@@ -1,4 +1,4 @@
-local-file (0.1.0-1) unstable; urgency=low
+lein-clojars (0.7.0-1) unstable; urgency=low
* Initial Debian Upload (Closes: #)
Modified: trunk/lein-clojars/debian/control
===================================================================
--- trunk/local-file/debian/control 2011-11-04 14:59:39 UTC (rev 15335)
+++ trunk/lein-clojars/debian/control 2011-11-04 16:57:05 UTC (rev 15336)
@@ -1,4 +1,4 @@
-Source: local-file
+Source: lein-clojars
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
@@ -7,22 +7,14 @@
Build-Depends: debhelper (>= 8), javahelper (>= 0.25)
Build-Depends-Indep: default-jdk
Standards-Version: 3.9.2
-Homepage: https://github.com/arthuredelstein/local-file/
+Homepage: https://github.com/ato/lein-clojars/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/local-file
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/local-file/
-Package: local-file
+Package: lein-clojars
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
-Description: small clojure library
- To use this very small clojure library, add [local-file "0.1.0"] to the
- dependencies list in your project.clj file. Then call (use 'local-file) or
- "use" local-file in your (ns...) macro call in a clojure source file.
- .
- To get the current clojure project's directory (the parent dir of the source
- dir) call project-dir with no arguments. The file* function takes a relative
- path and returns an absolute path relative to the project directory.
- .
- To read and write files in a clojure project's directory, use spit* and slurp*
- with the same signatures as the standard spit and slurp calls.
+Description: Leiningen Plugin
+ This is a simple plugn for interacting with Clojars.org directly from
+ Leiningen.
Modified: trunk/lein-clojars/debian/get-orig-source
===================================================================
--- trunk/local-file/debian/get-orig-source 2011-11-04 14:59:39 UTC (rev 15335)
+++ trunk/lein-clojars/debian/get-orig-source 2011-11-04 16:57:05 UTC (rev 15336)
@@ -1,7 +1,7 @@
#!/bin/sh
set -ex
-PACKAGE=local-file
+PACKAGE=lein-clojars
VERSION=${VERSION:-$2}
@@ -12,7 +12,7 @@
fi
REVISION=`echo $VERSION | sed -e 's/^.*git//g'`
-REVISION=add95e7658
+REVISION=f875950534
if [ -z ${TARFILE}]; then
TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz
@@ -20,7 +20,7 @@
FOLDER=${PACKAGE}-${VERSION}
-git clone git://github.com/arthuredelstein/local-file.git ${FOLDER}
+git clone git://github.com/ato/lein-clojars.git ${FOLDER}
cd ${FOLDER}
git checkout ${REVISION}
rm -rf .git
Copied: trunk/lein-clojars/debian/lein-clojars.jlibs (from rev 15335, trunk/local-file/debian/local-file.jlibs)
===================================================================
--- trunk/lein-clojars/debian/lein-clojars.jlibs (rev 0)
+++ trunk/lein-clojars/debian/lein-clojars.jlibs 2011-11-04 16:57:05 UTC (rev 15336)
@@ -0,0 +1 @@
+clooj-0.2.4.jar
Deleted: trunk/lein-clojars/debian/local-file.jlibs
===================================================================
--- trunk/local-file/debian/local-file.jlibs 2011-11-04 14:59:39 UTC (rev 15335)
+++ trunk/lein-clojars/debian/local-file.jlibs 2011-11-04 16:57:05 UTC (rev 15336)
@@ -1 +0,0 @@
-clooj-0.2.4.jar
Modified: trunk/lein-clojars/debian/rules
===================================================================
--- trunk/local-file/debian/rules 2011-11-04 14:59:39 UTC (rev 15335)
+++ trunk/lein-clojars/debian/rules 2011-11-04 16:57:05 UTC (rev 15336)
@@ -2,13 +2,13 @@
#export DH_VERBOSE=1
export JAVA_HOME=/usr/lib/jvm/default-java
-#export CLASSPATH=/usr/share/java/clojure-1.3.0.jar
+export CLASSPATH=/usr/share/java/clojure-1.3.0.jar
%:
dh $@ --with javahelper
-#override_dh_auto_build:
-# lein jar
+override_dh_auto_build:
+ lein jar
get-orig-source:
./debian/get-orig-source
Modified: trunk/lein-clojars/debian/watch
===================================================================
--- trunk/local-file/debian/watch 2011-11-04 14:59:39 UTC (rev 15335)
+++ trunk/lein-clojars/debian/watch 2011-11-04 16:57:05 UTC (rev 15336)
@@ -1,2 +1,2 @@
version=3
-http://githubredir.debian.net/github/arthuredelstein/local-file/ v(.*).tar.gz
+http://githubredir.debian.net/github/ato/lein-clojars/ v(.*).tar.gz
More information about the pkg-java-commits
mailing list