[pkg-java] r15340 - in trunk/lein-clojars/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Fri Nov 4 17:18:04 UTC 2011
Author: malat-guest
Date: 2011-11-04 17:18:04 +0000 (Fri, 04 Nov 2011)
New Revision: 15340
Added:
trunk/lein-clojars/debian/patches/
trunk/lein-clojars/debian/patches/nonetwork.patch
trunk/lein-clojars/debian/patches/series
Log:
tell lein to behave and do not try to download stuff
Added: trunk/lein-clojars/debian/patches/nonetwork.patch
===================================================================
--- trunk/lein-clojars/debian/patches/nonetwork.patch (rev 0)
+++ trunk/lein-clojars/debian/patches/nonetwork.patch 2011-11-04 17:18:04 UTC (rev 15340)
@@ -0,0 +1,8 @@
+Index: lein-clojars-0.7.0/project.clj
+===================================================================
+--- lein-clojars-0.7.0.orig/project.clj 2011-11-04 18:17:30.000000000 +0100
++++ lein-clojars-0.7.0/project.clj 2011-11-04 18:17:34.000000000 +0100
+@@ -1,3 +1,2 @@
+ (defproject lein-clojars "0.7.0"
+ :description "Leiningen plugin for interacting with Clojars.org."
+- :dependencies [[com.jcraft/jsch "0.1.42"]])
Added: trunk/lein-clojars/debian/patches/series
===================================================================
--- trunk/lein-clojars/debian/patches/series (rev 0)
+++ trunk/lein-clojars/debian/patches/series 2011-11-04 17:18:04 UTC (rev 15340)
@@ -0,0 +1 @@
+nonetwork.patch
More information about the pkg-java-commits
mailing list