[Git][java-team/jcharts][master] 4 commits: Secure URI in Homepage
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Jan 31 09:46:45 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / jcharts
Commits:
89d73419 by Andreas Tille at 2025-01-31T10:35:15+01:00
Secure URI in Homepage
- - - - -
bc9cace4 by Andreas Tille at 2025-01-31T10:43:30+01:00
Exclude files via Files-Exclude and flag changes source by +dfsg
- - - - -
0a84a2ad by Andreas Tille at 2025-01-31T10:43:45+01:00
New upstream version 0.7.5+dfsg
- - - - -
0138cb3a by Andreas Tille at 2025-01-31T10:43:46+01:00
Update upstream source from tag 'upstream/0.7.5+dfsg'
Update to upstream version '0.7.5+dfsg'
with Debian dir c0b5faf843f6fd2ee426e6680346e01d4ee3242d
- - - - -
6 changed files:
- debian/changelog
- debian/control
- debian/copyright
- − debian/orig-tar.exclude
- − debian/orig-tar.sh
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+jcharts (0.7.5+dfsg-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Secure URI in Homepage
+ * Exclude files via Files-Exclude and flag changes source by +dfsg
+
+ -- Andreas Tille <tille at debian.org> Fri, 31 Jan 2025 10:34:57 +0100
+
jcharts (0.7.5-5) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends:
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jcharts.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jcharts.git
-Homepage: http://jcharts.sourceforge.net
+Homepage: https://jcharts.sourceforge.net
Package: libjcharts-java
Architecture: all
=====================================
debian/copyright
=====================================
@@ -2,6 +2,8 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: jCharts
Upstream-Contact: Nathaniel G. Auvil <nathaniel_auvil at users.sourceforge.net>
Source: http://jcharts.sourceforge.net
+Files-Excluded: */*.jar
+ */*.war
Files: *
Copyright: 2002, Nathaniel G. Auvil <nathaniel_auvil at users.sourceforge.net>
=====================================
debian/orig-tar.exclude deleted
=====================================
@@ -1,3 +0,0 @@
-*.jar
-*.war
-lib/*.jar
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,20 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-DIR=jcharts-$2
-
-# clean up the upstream tarball
-unzip -d debian/ $3
-mv debian/jCharts-$2 debian/$DIR
-GZIP=--best tar czf ../jcharts_$2.orig.tar.gz -X debian/orig-tar.exclude -C debian $DIR
-rm -rf debian/$DIR
-rm -f $3
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $3 $origDir
- echo "moved $3 to $origDir"
-fi
-
-exit 0
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
-version=3
-http://sf.net/jcharts/jCharts-(0\.[\d\.]+)\.zip debian debian/orig-tar.sh
+version=4
+opts="repacksuffix=+dfsg,dversionmangle=auto" \
+ https://sf.net/jcharts/jCharts-(0\.[\d\.]+)\.zip
View it on GitLab: https://salsa.debian.org/java-team/jcharts/-/compare/e0f189d23583cbc5b23ca721e111be7c56a2db02...0138cb3a0e3fbf4ee5346efb4546992f764be76e
--
View it on GitLab: https://salsa.debian.org/java-team/jcharts/-/compare/e0f189d23583cbc5b23ca721e111be7c56a2db02...0138cb3a0e3fbf4ee5346efb4546992f764be76e
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/20250131/9787f7e9/attachment.htm>
More information about the pkg-java-commits
mailing list