Jérôme Charaoui pushed to branch debian/main at Debian Clojure Maintainers / fast-zip-clojure
Commits: 231fb019 by Jérôme Charaoui at 2022-07-01T16:31:52-04:00 Bump Standards-Version to 4.6.1, no changes needed - - - - - ad009ecb by Jérôme Charaoui at 2022-07-01T16:36:09-04:00 Add Rules-Requires-Root: no in d/control - - - - - a5415fb1 by Jérôme Charaoui at 2022-07-01T16:36:41-04:00 Run wrap-and-sort -bastk - - - - - 8f278d32 by Jérôme Charaoui at 2022-07-03T21:00:10-04:00 Remove unused markdown to HTML dependency - - - - - 4 changed files: - debian/control - debian/copyright - − debian/footer.html - − debian/header.html Changes: ===================================== debian/control ===================================== @@ -2,28 +2,30 @@ Source: fast-zip-clojure Section: java Priority: optional Maintainer: Debian Clojure Maintainers <[email protected]> -Uploaders: Apollon Oikonomopoulos <[email protected]> +Uploaders: + Apollon Oikonomopoulos <[email protected]>, Build-Depends: + clojure (>= 1.8), debhelper (>= 10), + default-jdk, javahelper (>= 0.32), - maven-repo-helper (>= 1.7), - clojure (>= 1.8), leiningen, libcomplete-clojure, libnrepl-clojure, - libtext-markdown-perl | markdown, - default-jdk -Standards-Version: 4.0.0 + maven-repo-helper (>= 1.7), +Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/clojure-team/fast-zip-clojure.git Vcs-Browser: https://salsa.debian.org/clojure-team/fast-zip-clojure Homepage: https://github.com/akhudek/fast-zip +Rules-Requires-Root: no Package: libfast-zip-clojure Architecture: all Depends: ${java:Depends}, - ${misc:Depends} -Recommends: ${java:Recommends} + ${misc:Depends}, +Recommends: + ${java:Recommends}, Description: modification of clojure.zip that uses protocols and records fast-zip is a fast, drop-in replacement of clojure.zip. Internally it uses protocols and records, making it significantly faster than clojure.zip. ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fast-zip Source: https://github.com/akhudek/fast-zip ===================================== debian/footer.html deleted ===================================== @@ -1,2 +0,0 @@ -</body> -</html> ===================================== debian/header.html deleted ===================================== @@ -1,6 +0,0 @@ -<!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> View it on GitLab: https://salsa.debian.org/clojure-team/fast-zip-clojure/-/compare/866eeb5158c3ff24c8036c6784282f0b0ba0b325...8f278d32a8f238f76431e89ad9c4ee7a937f3f6e -- View it on GitLab: https://salsa.debian.org/clojure-team/fast-zip-clojure/-/compare/866eeb5158c3ff24c8036c6784282f0b0ba0b325...8f278d32a8f238f76431e89ad9c4ee7a937f3f6e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

