[Git][java-team/classycle][master] 9 commits: Secure URI in watch file
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jan 16 17:35:40 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / classycle
Commits:
f1aac3f5 by Andreas Tille at 2025-01-16T18:30:16+01:00
Secure URI in watch file
- - - - -
d62cedf0 by Andreas Tille at 2025-01-16T18:30:43+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
0de2da12 by Andreas Tille at 2025-01-16T18:30:43+01:00
debhelper-compat 13 (routine-update)
- - - - -
c03a89cf by Andreas Tille at 2025-01-16T18:30:59+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
bb1fa5a9 by Andreas Tille at 2025-01-16T18:30:59+01:00
Secure URI in copyright format (routine-update)
- - - - -
a890c497 by Andreas Tille at 2025-01-16T18:33:03+01:00
Do not parse d/changelog (routine-update)
- - - - -
167c3b4a by Andreas Tille at 2025-01-16T17:33:04+00:00
Use secure URI in Homepage field.
Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
- - - - -
68f66e4b by Andreas Tille at 2025-01-16T18:33:09+01:00
watch file standard 4 (routine-update)
- - - - -
4d775fea by Andreas Tille at 2025-01-16T18:35:01+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+classycle (1.4.2-2) unstable; urgency=medium
+
+ * Team upload.
+ * Secure URI in watch file
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+ * Secure URI in copyright format (routine-update)
+ * Do not parse d/changelog (routine-update)
+ * Use secure URI in Homepage field.
+ * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Thu, 16 Jan 2025 18:33:34 +0100
+
classycle (1.4.2-1.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,18 +1,22 @@
Source: classycle
-Section: java
-Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends: ant, debhelper (>= 10), default-jdk
-Build-Depends-Indep: ant-optional, maven-repo-helper (>= 1.5~)
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/classycle.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/classycle.git
-Homepage: http://classycle.sourceforge.net/
+Section: java
+Priority: optional
+Build-Depends: ant,
+ debhelper-compat (= 13),
+ default-jdk
+Build-Depends-Indep: ant-optional,
+ maven-repo-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/classycle
+Vcs-Git: https://salsa.debian.org/java-team/classycle.git
+Homepage: https://classycle.sourceforge.net/
Package: libclassycle-java
Architecture: all
-Depends: ant-optional, ${misc:Depends}
+Depends: ant-optional,
+ ${misc:Depends}
Description: Analysing tool for Java dependencies
Classycle's Analyser analyses the static class and package dependencies
in Java applications or libraries. It is especially helpful for finding cyclic
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: classycle
Upstream-Contact: http://classycle.sourceforge.net/
Source: https://classycle.svn.sourceforge.net/svnroot/classycle/trunk/
=====================================
debian/rules
=====================================
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
export JAVA_HOME := /usr/lib/jvm/default-java
-VERSION=$(shell dpkg-parsechangelog | sed -n '/^Version/s/Version: \(.*\)-[^-]*$$/\1/p')
+include /usr/share/dpkg/default.mk
SVN_REVISION=211
%:
@@ -12,6 +12,6 @@ override_dh_auto_clean:
-rm -rf classycle.jar classycle*.zip src.zip docs/WebSite/apidoc
get-orig-source:
- svn export -r$(SVN_REVISION) https://classycle.svn.sourceforge.net/svnroot/classycle/trunk/Classycle/ classycle-$(VERSION)
- XZ_OPT=--best tar cJvf ../classycle_$(VERSION).orig.tar.xz classycle-$(VERSION)
- rm -rf classycle-$(VERSION)
+ svn export -r$(SVN_REVISION) https://classycle.svn.sourceforge.net/svnroot/classycle/trunk/Classycle/ classycle-$(DEB_VERSION_UPSTREAM)
+ XZ_OPT=--best tar cJvf ../classycle_$(DEB_VERSION_UPSTREAM).orig.tar.xz classycle-$(DEB_VERSION_UPSTREAM)
+ rm -rf classycle-$(DEB_VERSION_UPSTREAM)
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-http://sf.net/classycle/classycle([\d\.]+)\.zip
+version=4
+https://sf.net/classycle/classycle([\d\.]+)\.zip
View it on GitLab: https://salsa.debian.org/java-team/classycle/-/compare/43c390256fc346a132f099081499f4c460484e8b...4d775fea5982bad77417c2d59ebe1d899d906f0f
--
View it on GitLab: https://salsa.debian.org/java-team/classycle/-/compare/43c390256fc346a132f099081499f4c460484e8b...4d775fea5982bad77417c2d59ebe1d899d906f0f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20250116/bc3d95de/attachment.htm>
More information about the pkg-java-commits
mailing list