[pkg-java] r15341 - trunk/lein-clojars/debian/patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Fri Nov 4 17:28:20 UTC 2011
Author: malat-guest
Date: 2011-11-04 17:28:19 +0000 (Fri, 04 Nov 2011)
New Revision: 15341
Modified:
trunk/lein-clojars/debian/patches/nonetwork.patch
Log:
need to close parenthesis
Modified: trunk/lein-clojars/debian/patches/nonetwork.patch
===================================================================
--- trunk/lein-clojars/debian/patches/nonetwork.patch 2011-11-04 17:18:04 UTC (rev 15340)
+++ trunk/lein-clojars/debian/patches/nonetwork.patch 2011-11-04 17:28:19 UTC (rev 15341)
@@ -1,8 +1,9 @@
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
+--- lein-clojars-0.7.0.orig/project.clj 2011-11-04 17:17:30.000000000 +0000
++++ lein-clojars-0.7.0/project.clj 2011-11-04 17:26:56.000000000 +0000
@@ -1,3 +1,2 @@
(defproject lein-clojars "0.7.0"
- :description "Leiningen plugin for interacting with Clojars.org."
+- :description "Leiningen plugin for interacting with Clojars.org."
- :dependencies [[com.jcraft/jsch "0.1.42"]])
++ :description "Leiningen plugin for interacting with Clojars.org.")
More information about the pkg-java-commits
mailing list