[Git][java-team/bsaf][master] 6 commits: Fix Homepage
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Jan 16 16:55:56 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / bsaf
Commits:
a76ad572 by Andreas Tille at 2025-01-16T16:56:32+01:00
Fix Homepage
- - - - -
22224392 by Andreas Tille at 2025-01-16T17:02:08+01:00
Fake watch file since upstream site vanished
- - - - -
f99f2114 by Andreas Tille at 2025-01-16T17:02:20+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
a36fe22e by Andreas Tille at 2025-01-16T17:02:20+01:00
debhelper-compat 13 (routine-update)
- - - - -
919913ae by Andreas Tille at 2025-01-16T17:02:37+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
7b0c7318 by Andreas Tille at 2025-01-16T17:04:50+01:00
routine-update: Ready to upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- − debian/orig-tar.sh
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+bsaf (1.9.2-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fix Homepage
+ * Fake watch file since upstream site vanished
+ * Standards-Version: 4.7.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Reorder sequence of d/control fields by cme (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Thu, 16 Jan 2025 17:02:47 +0100
+
bsaf (1.9.2-1.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,30 +1,25 @@
Source: bsaf
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Andrew Ross <ubuntu at rossfamily.co.uk>
Section: java
Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Andrew Ross <ubuntu at rossfamily.co.uk>
-Build-Depends:
- debhelper (>= 10),
- default-jdk,
- junit4,
- libmaven-javadoc-plugin-java,
- libnetx-java,
- maven-debian-helper
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/bsaf.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/bsaf.git
-Homepage: http://kenai.com/projects/bsaf
+Build-Depends: debhelper-compat (= 13),
+ default-jdk,
+ junit4,
+ libmaven-javadoc-plugin-java,
+ libnetx-java,
+ maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/bsaf
+Vcs-Git: https://salsa.debian.org/java-team/bsaf.git
+Homepage: https://mvnrepository.com/artifact/org.jdesktop.bsaf/bsaf
Package: libbetter-appframework-java
Architecture: all
-Depends:
- ${maven:Depends},
- ${misc:Depends}
-Suggests:
- ${maven:OptionalDepends}
-Provides:
- libappframework-java
+Depends: ${maven:Depends},
+ ${misc:Depends}
+Suggests: ${maven:OptionalDepends}
+Provides: libappframework-java
Description: Java Better Swing Application Framework (library)
The Better Swing Application Framework is a fork of the original Swing
Application Framework (appframework) reference implementation of JSR 296. Since
@@ -44,11 +39,9 @@ Description: Java Better Swing Application Framework (library)
Package: libbetter-appframework-java-doc
Architecture: all
Section: doc
-Depends:
- ${maven:DocDepends},
- ${misc:Depends}
-Suggests:
- ${maven:DocOptionalDepends}
+Depends: ${maven:DocDepends},
+ ${misc:Depends}
+Suggests: ${maven:DocOptionalDepends}
Description: Java Better Swing Application Framework (documentation)
The Better Swing Application Framework is a fork of the original Swing
Application Framework (appframework) reference implementation of JSR 296. Since
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,17 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../bsaf_$VERSION.orig.tar.xz
-DIR=bsaf-$VERSION
-TAG=bsaf-$VERSION
-
-svn export https://svn.kenai.com/svn/bsaf~main/framework/tags/$TAG $DIR
-tar -c -J -f $TAR --exclude '*.jar' $DIR
-rm -rf $DIR ../$TAG $3
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir
- echo "moved $TAR to $origDir"
-fi
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=3
-https://svn.kenai.com/svn/bsaf~main/framework/tags/ bsaf-([\d\.]+)/ debian debian/orig-tar.sh
+version=4
+
+opts=dversionmangle=s/.*/0.No-Site/ \
+ https://people.debian.org/~eriberto/ FakeWatchNoUpstreamSiteForThisPackage-(\d\S+)\.gz
View it on GitLab: https://salsa.debian.org/java-team/bsaf/-/compare/37f34a2b21093cf361dcb7ec0e19ee5cbb5f6e54...7b0c7318dd61827bcc93bb8256e59b034f070be9
--
View it on GitLab: https://salsa.debian.org/java-team/bsaf/-/compare/37f34a2b21093cf361dcb7ec0e19ee5cbb5f6e54...7b0c7318dd61827bcc93bb8256e59b034f070be9
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/02a9c738/attachment.htm>
More information about the pkg-java-commits
mailing list