ring-clojure 1.15.5-2
Package Information
| Description | Clojure web applications library Ring is a Clojure web applications library inspired by Python's WSGI and Ruby's Rack. By abstracting the details of HTTP into a simple, unified API, Ring allows web applications to be constructed of modular components that can be shared among a variety of applications, web servers, and web frameworks. This package contains the core Ring libraries. |
|---|---|
| Maintainer | Debian Clojure Maintainers <team+clojure@tracker.debian.org> |
| Changed By | Jérôme Charaoui <jerome@riseup.net> |
| Sponsor | lavamind@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/clojure-team/ring-clojure.git (browse) |
| Popcon Installs | 57 |
| Binary NEW | Yes (binary-only upload) |
| Tracker | https://tracker.debian.org/pkg/ring-clojure |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Architecture | source all |
|---|---|
| Distribution | unstable |
| Date | Fri, 07 Aug 2026 18:21:00 -0400 |
| Source | ring-clojure |
| Version | 1.15.5-2 |
| Changed-By | Jérôme Charaoui |
Changelog
ring-clojure (1.15.5-2) unstable; urgency=medium
.
* refresh autopkgtests
* use maven-debian-helper to resolve external deps
* update jar classpaths
* debianize build artifact versions for maven
* add --has-package-version to poms processing
* d/control:
+ add missing binary depends for ring-core
+ add missing -clojure package name suffix
+ add missing binary-dep for libring-servlet-clojure
+ add build-deps for jetty-adapter tests
+ bundle new ring-core libs in main pkg
+ lockdown dependencies across binary pkgs
+ bump dh compat to level 14
+ update standards version to 4.7.4, no changes needed
- drop obsolete build-dep
- remove obsolete Rules-Requires-Root
- remove redundant Priority: optional
* d/copyright: license used is actually Expat
* d/patches:
+ renaming dependency namespaces is not a fix
+ fix for ring-jetty-adapter tests
- minimize patch diff
- drop unneeded patch
* d/rules:
+ update build to account for new namespace
+ run ring-jetty-adapter tests
- drop obsolete javahelper dh plugin
* d/watch: convert to v5 format
* Set upstream metadata fields.dsc
| Section | java |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | libring-core-clojure deb java optional arch=all libring-jakarta-servlet-clojure deb java optional arch=all libring-jetty-adapter-clojure deb java optional arch=all libring-servlet-clojure deb java optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ring
Source: https://github.com/ring-clojure/ring
Files: *
Copyright: © 2009-2017 Mark McGranaghan, James Reeves & contributors.
License: Expat
Files: ring-devel/resources/ring/css/dump.css
ring-devel/resources/ring/css/stacktrace.css
Copyright: (c) 2008, Yahoo! Inc. All rights reserved.
License: BSD-3-Clause
Redistribution and use of this software in source and binary forms, with or
without modification, are permitted provided that the following conditions are
met:
.
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
.
Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
.
Neither the name of Yahoo! Inc. nor the names of YUI's contributors may be
used to endorse or promote products derived from this software without
specific prior written permission of Yahoo! Inc.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Files: debian/*
Copyright: 2017-2019 Apollon Oikonomopoulos <apoikos@debian.org>
License: Expat
License: Expat
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.