Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tools-logging-clojure
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Clojure Maintainers
tools-logging-clojure
Commits
60a48707
Commit
60a48707
authored
10 years ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
Build depend on clojure1.6
parent
c83f6cb9
Branches
Branches containing commit
Tags
debian/0.2.3-4
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+3
-2
3 additions, 2 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
5 additions
and
4 deletions
debian/changelog
+
3
−
2
View file @
60a48707
libtools-logging-clojure (0.2.3-4)
UNRELEASED
; urgency=medium
libtools-logging-clojure (0.2.3-4)
unstable
; urgency=medium
* Team upload.
* Build depend on clojure1.6
* Standards-Version updated to 3.9.5 (no changes)
* Switch to debhelper level 9
-- Emmanuel Bourg <ebourg@apache.org> Fri, 12 Sep 2014 19:3
7:34
+0200
-- Emmanuel Bourg <ebourg@apache.org> Fri, 12 Sep 2014 19:3
9:07
+0200
libtools-logging-clojure (0.2.3-3) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
60a48707
...
...
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Daigo Moriwaki <daigo@debian.org>
Build-Depends: debhelper (>= 9), javahelper (>= 0.32), maven-repo-helper (>= 1.5~), clojure1.
4
, default-jdk, libtext-markdown-perl
Build-Depends: debhelper (>= 9), javahelper (>= 0.32), maven-repo-helper (>= 1.5~), clojure1.
6
, default-jdk, libtext-markdown-perl
Standards-Version: 3.9.5
Homepage: https://github.com/clojure/tools.logging
Vcs-Git: git://git.debian.org/pkg-java/libtools-logging-clojure.git
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
60a48707
...
...
@@ -7,7 +7,7 @@ DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
MDWN_DOCS = $(patsubst %.md,%.html,$(wildcard $(CURDIR)/*.md))
export CLASSPATH=/usr/share/java/clojure-1.
4
.jar
export CLASSPATH=/usr/share/java/clojure-1.
6
.jar
PRODUCED_JAR=tools.logging.jar
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment