[Git][java-team/jexcelapi][master] 5 commits: Secure URI in Homepage
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Jan 31 13:56:19 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / jexcelapi
Commits:
5ede617d by Andreas Tille at 2025-01-31T14:48:04+01:00
Secure URI in Homepage
- - - - -
4e803c9b by Andreas Tille at 2025-01-31T14:51:56+01:00
Use Files-Excluded to document changes in upstream source and use +dfsg to express this in source tarball
- - - - -
f7a0df21 by Andreas Tille at 2025-01-31T14:52:09+01:00
New upstream version 2.6.12+dfsg
- - - - -
44937553 by Andreas Tille at 2025-01-31T14:52:10+01:00
Update upstream source from tag 'upstream/2.6.12+dfsg'
Update to upstream version '2.6.12+dfsg'
with Debian dir ac7c730fe9d99d26b277fcea09189d356f644d69
- - - - -
8a501a90 by Andreas Tille at 2025-01-31T14:54:38+01:00
Build-Depends: s/default-jdk/default-jdk-headless/
- - - - -
7 changed files:
- − debian/README.source
- debian/changelog
- debian/control
- debian/copyright
- − debian/orig-tar.sh
- debian/rules
- debian/watch
Changes:
=====================================
debian/README.source deleted
=====================================
@@ -1,9 +0,0 @@
-Patch System
-============
-
-This package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
-
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+jexcelapi (2.6.12+dfsg-1) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Secure URI in Homepage
+ * Use Files-Excluded to document changes in upstream source and use +dfsg
+ to express this in source tarball
+ * Build-Depends: s/default-jdk/default-jdk-headless/
+
+ -- Andreas Tille <tille at debian.org> Fri, 31 Jan 2025 14:42:38 +0100
+
jexcelapi (2.6.12-3) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -6,13 +6,13 @@ Uploaders: Torsten Werner <twerner at debian.org>
Build-Depends:
ant,
debhelper (>= 11),
- default-jdk,
+ default-jdk-headless,
jflex,
maven-repo-helper
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jexcelapi.git
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jexcelapi.git
-Homepage: http://jexcelapi.sourceforge.net
+Homepage: https://jexcelapi.sourceforge.net
Package: libjexcelapi-java
Architecture: all
=====================================
debian/copyright
=====================================
@@ -2,6 +2,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: A Java library for reading/writing Excel
Upstream-Contact: Eric H. Jung
Source: http://sourceforge.net/projects/jexcelapi/
+Files-Excluded: build/jlex
+ */*.jar
+ docs/*
Files: *
Copyright: 2002-2009, Andy Khan
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-
-# clean up the upstream tarball
-tar -x -z -f $3 --exclude '*.jar' --exclude '*/jlex/*' --exclude '*/docs/*'
-tar -c -z -f $3 jexcelapi
-rm -rf jexcelapi
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $3 $origDir
- echo "moved $3 to $origDir"
-fi
-
=====================================
debian/rules
=====================================
@@ -14,9 +14,6 @@ override_dh_auto_clean:
dh_auto_clean -- init clean
rm -Rf docs
-get-orig-source:
- uscan --upstream-version 0 --rename
-
get-orig-pom:
wget -O debian/pom.xml $(MAVEN_REPO)/net/sourceforge/jexcelapi/jxl/$(POM_VERSION)/jxl-$(POM_VERSION).pom
perl -p -i -e 's/<version>$(POM_VERSION)/<version>$(DEB_UPSTREAM_VERSION)/' debian/pom.xml
=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
-version=3
-http://sf.net/jexcelapi/jexcelapi_(\d+)_(\d+)_(\d+)\.tar\.gz \
- debian debian/orig-tar.sh
+version=4
+
+opts="repacksuffix=+dfsg,dversionmangle=auto" \
+ https://sf.net/jexcelapi/jexcelapi_(\d+)_(\d+)_(\d+)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/jexcelapi/-/compare/f32c58a2d285e9c11961e68100c2bca0f758f3b7...8a501a900766fec2c040bff1519208941cd5e5c6
--
View it on GitLab: https://salsa.debian.org/java-team/jexcelapi/-/compare/f32c58a2d285e9c11961e68100c2bca0f758f3b7...8a501a900766fec2c040bff1519208941cd5e5c6
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/51ec55e3/attachment.htm>
More information about the pkg-java-commits
mailing list