Skip to content
Snippets Groups Projects
Commit 5a33b956 authored by Apollon Oikonomopoulos's avatar Apollon Oikonomopoulos
Browse files

Initial Debian packaging

parent e64ec945
Branches
Tags debian/0.2.2-1
No related merge requests found
clj-tuple-clojure (0.2.2-1) unstable; urgency=medium
* Initial release (Closes: #855716)
-- Apollon Oikonomopoulos <apoikos@debian.org> Fri, 04 Aug 2017 10:36:32 -0400
10
Source: clj-tuple-clojure
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
Build-Depends: clojure (>= 1.8),
debhelper (>= 10),
default-jdk,
javahelper (>= 0.43),
libtext-markdown-perl | markdown,
maven-repo-helper (>= 1.7)
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/clj-tuple-clojure.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/clj-tuple-clojure.git
Homepage: http://github.com/ztellman/clj-tuple
Package: libclj-tuple-clojure
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Recommends: ${java:Recommends}
Description: efficient implementations for small maps and vectors in Clojure
clj-tuple provides efficient implementations for small maps and vectors in
Clojure. The library is a drop-in replacement for Clojure's builtin vector and
hash-map types.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: clj-tuple
Source: http://github.com/ztellman/clj-tuple
Files: *
Copyright: © 2015 Zachary Tellman
License: MIT/X11
Files: debian/*
Copyright: 2017, Apollon Oikonomopoulos <apoikos@debian.org>
License: MIT/X11
License: MIT/X11
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</body>
</html>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>@TITLE@</title>
</head>
<body>
\ No newline at end of file
usr/share/java/clj-tuple.jar /usr/share/java/clojure.jar
Document: clj-tuple
Title: clj-tuple
Author:
Abstract: clj-tuple
Section: Programming
Format: Text
Index: /usr/share/doc/libclj-tuple-clojure/README.md
Files: /usr/share/doc/libclj-tuple-clojure/README.md
*.md
doc/*
clj-tuple.jar
debian/maven-meta/pom.xml --usj-name=core.cache
#Generated by Maven
#Wed Aug 08 06:38:33 CDT 2012
version=0.2.395
groupId=org.clojure
artifactId=core.async
#!/usr/bin/make -f
include /usr/share/javahelper/java-vars.mk
export JAVA_HOME=/usr/lib/jvm/default-java
export CLASSPATH=/usr/share/java/clojure.jar
PRODUCED_JAR=clj-tuple.jar
NAMESPACE=clj-tuple/clj-tuple
MAVEN_META=META-INF/maven/$(NAMESPACE)
%:
dh $@ --with javahelper,jh_maven_repo_helper
override_jh_build:
jh_build $(PRODUCED_JAR) src/clojure
jar uf $(PRODUCED_JAR) -C src clj_tuple.clj
mkdir -p $(CURDIR)/meta/$(MAVEN_META)
cp $(CURDIR)/debian/maven-meta/* $(CURDIR)/meta/$(MAVEN_META)
jar uf $(PRODUCED_JAR) -C meta/ META-INF
override_jh_clean:
jh_clean
rm -f $(CURDIR)/$(PRODUCED_JAR)
rm -rf $(CURDIR)/doc/html
rm -rf $(CURDIR)/meta
3.0 (quilt)
\ No newline at end of file
version=3
https://github.com/ztellman/clj-tuple/tags .*/archive/([\d.]+)\.tar\.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment