[Git][java-team/freehep-export][master] 8 commits: d/watch: document that the new version can't be fetched from SVN

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Jan 14 16:44:38 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / freehep-export


Commits:
97de23d4 by Andreas Tille at 2025-01-14T17:33:42+01:00
d/watch: document that the new version can't be fetched from SVN

- - - - -
9d02ee66 by Andreas Tille at 2025-01-14T17:33:59+01:00
Standards-Version: 4.7.0 (routine-update)

- - - - -
764d01d2 by Andreas Tille at 2025-01-14T17:33:59+01:00
debhelper-compat 13 (routine-update)

- - - - -
c23a140c by Andreas Tille at 2025-01-14T17:34:20+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
b4606226 by Andreas Tille at 2025-01-14T17:34:20+01:00
Secure URI in copyright format (routine-update)

- - - - -
cd0fc79f by Andreas Tille at 2025-01-14T17:34:20+01:00
Remove trailing whitespace in debian/changelog (routine-update)

- - - - -
e1c67136 by Andreas Tille at 2025-01-14T16:34:25+00:00
Use secure URI in debian/watch.

Changes-By: lintian-brush

- - - - -
17b8c033 by Andreas Tille at 2025-01-14T17:44:18+01: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

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/orig-tar.sh
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+freehep-export (2.1.1-5) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * d/watch: document that the new version can't be fetched from SVN
+  * 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)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Use secure URI in debian/watch.
+  * Use secure URI in Homepage field.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 14 Jan 2025 17:33:11 +0100
+
 freehep-export (2.1.1-4) unstable; urgency=medium
 
   [ tony mancill ]
@@ -56,6 +70,6 @@ freehep-export (2.1.1-2) unstable; urgency=low
 
 freehep-export (2.1.1-1) unstable; urgency=low
 
-  * Initial release (Closes: #558345) 
+  * Initial release (Closes: #558345)
 
  -- Giovanni Mascellani <mascellani at poisson.phc.unipi.it>  Wed, 03 Feb 2010 11:17:36 +0100


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10


=====================================
debian/control
=====================================
@@ -1,26 +1,24 @@
 Source: freehep-export
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Giovanni Mascellani <gio at debian.org>
-Build-Depends:
- debhelper (>= 10),
- default-jdk,
- maven-debian-helper
-Build-Depends-Indep:
- libfreehep-swing-java,
- libjas-plotter-java,
- libmaven-exec-plugin-java,
- libsurefire-java (>= 2.4.3)
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-export.git
-Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-export.git
-Homepage: http://java.freehep.org/
+Build-Depends: debhelper-compat (= 13),
+               default-jdk,
+               maven-debian-helper
+Build-Depends-Indep: libfreehep-swing-java,
+                     libjas-plotter-java,
+                     libmaven-exec-plugin-java,
+                     libsurefire-java
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/freehep-export
+Vcs-Git: https://salsa.debian.org/java-team/freehep-export.git
+Homepage: https://java.freehep.org/
 
 Package: libfreehep-export-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+         ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
 Description: FreeHEP Export and Save As Library
  Library to register filetypes (which can be loaded as plugin modules).


=====================================
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: FreeHEP Export library
 Upstream-Contact: The FreeHEP team <developers at freehep.org>
 Source: http://java.freehep.org/


=====================================
debian/orig-tar.sh
=====================================
@@ -6,6 +6,7 @@ PACKAGE=$(dpkg-parsechangelog | sed -n 's/^Source: //p')
 TAR=../${PACKAGE}_${VERSION}.orig.tar.gz
 DIR=${PACKAGE}-${VERSION}
 
+set -x
 svn export svn://svn.freehep.org/svn/freehep/tags/$PACKAGE-$VERSION $DIR
 GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
 rm -rf $DIR


=====================================
debian/watch
=====================================
@@ -1,4 +1,8 @@
-version=3
+version=4
 opts="uversionmangle=s/^.*-SNAPSHOT/~$1/,dversionmangle=s/\+dfsg[0-9]*//" \
-  http://java.freehep.org/maven2/org/freehep/freehep-export/ \
+  https://java.freehep.org/maven2/org/freehep/freehep-export/ \
   (\d.*)/ debian debian/orig-tar.sh
+
+# Remark: watch reports version 2.1.3. However:
+#   $ svn export svn://svn.freehep.org/svn/freehep/tags/freehep-export-2.1.3
+#   svn: E170000: URL 'svn://svn.freehep.org/svn/freehep/tags/freehep-export-2.1.3' doesn't exist



View it on GitLab: https://salsa.debian.org/java-team/freehep-export/-/compare/070572a204d4b17958d3c0896c6a5f2f73198be3...17b8c03357e63813ee54c69c446e15d29125cbe3

-- 
View it on GitLab: https://salsa.debian.org/java-team/freehep-export/-/compare/070572a204d4b17958d3c0896c6a5f2f73198be3...17b8c03357e63813ee54c69c446e15d29125cbe3
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/20250114/f2e27e05/attachment.htm>


More information about the pkg-java-commits mailing list