[Git][java-team/xmlstreambuffer][master] 9 commits: New Homepage

Andreas Tille (@tille) gitlab at salsa.debian.org
Fri Nov 14 20:57:14 GMT 2025



Andreas Tille pushed to branch master at Debian Java Maintainers / xmlstreambuffer


Commits:
19a67805 by Andreas Tille at 2025-11-14T21:27:27+01:00
New Homepage

- - - - -
32796a0c by Andreas Tille at 2025-11-14T21:31:12+01:00
Fix Source field

- - - - -
4ffb96db by Andreas Tille at 2025-11-14T21:47:36+01:00
* New Homepage on Github
   - Fix Source field -> Github
* d/watch:
   - version=5
   - Point to Github

- - - - -
88629875 by Andreas Tille at 2025-11-14T21:48:14+01:00
Delete d/README.source since redundant

- - - - -
8067e28c by Andreas Tille at 2025-11-14T21:49:52+01:00
d/rules: Drop get-orig-source target

- - - - -
69e9c718 by Andreas Tille at 2025-11-14T21:50:17+01:00
Standards-Version: 4.7.2 (routine-update)

- - - - -
b1c50499 by Andreas Tille at 2025-11-14T21:50:17+01:00
debhelper-compat 13 (routine-update)

- - - - -
c9209aa5 by Andreas Tille at 2025-11-14T21:51:33+01:00
Reorder sequence of d/control fields by cme (routine-update)

- - - - -
a98d2758 by Andreas Tille at 2025-11-14T21:54:57+01:00
Remove old FSF address

- - - - -


8 changed files:

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


Changes:

=====================================
debian/README.source deleted
=====================================
@@ -1,9 +0,0 @@
-Information about xmlstreambuffer
----------------------------------
-
-This package was debianized using the mh_make command
-from the maven-debian-helper package.
-
-The build system uses Maven but prevents it from downloading
-anything from the Internet, making the build compliant with
-the Debian policy.


=====================================
debian/changelog
=====================================
@@ -1,3 +1,21 @@
+xmlstreambuffer (1.5.4-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * New Homepage on Github
+  * d/copyright:
+     - Fix Source field -> Github
+     - Remove old FSF address
+  * d/watch:
+     - version=5
+     - Point to Github
+  * Delete d/README.source since redundant
+  * d/rules: Drop get-orig-source target
+  * Standards-Version: 4.7.2 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Reorder sequence of d/control fields by cme (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Fri, 14 Nov 2025 21:27:08 +0100
+
 xmlstreambuffer (1.5.4-1) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -1,25 +1,29 @@
 Source: xmlstreambuffer
+Standards-Version: 4.7.2
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Timo Aaltonen <tjaalton at ubuntu.com>,
 Section: java
 Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>
 Build-Depends:
- debhelper (>= 9),
+ debhelper-compat (= 13),
  default-jdk,
  javahelper,
  junit,
  libmaven-bundle-plugin-java,
  libstax-ex-java,
- maven-debian-helper (>= 2.0)
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/xmlstreambuffer.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/xmlstreambuffer.git
-Homepage: http://xmlstreambuffer.java.net
+ maven-debian-helper,
+Vcs-Browser: https://salsa.debian.org/java-team/xmlstreambuffer
+Vcs-Git: https://salsa.debian.org/java-team/xmlstreambuffer.git
+Homepage: https://github.com/eclipse-ee4j/metro-xmlstreambuffer
 
 Package: libstreambuffer-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
-Recommends: ${maven:OptionalDepends}
+Depends:
+ ${maven:Depends},
+ ${misc:Depends},
+Recommends:
+ ${maven:OptionalDepends},
 Description: XML Stream Buffer
  A stream buffer is a stream-based representation of an XML
  info-set in Java. Stream buffers are designed to: provide
@@ -38,7 +42,7 @@ Description: XML Stream Buffer
  the document is traversed.)
  .
  Stream buffers may be used as an efficient alternative to DOM where:
- * most or all of an XML info-set will eventually get traversed; and/or
- * targeted access to certain parts of an XML info-set are required
+  * most or all of an XML info-set will eventually get traversed; and/or
+  * targeted access to certain parts of an XML info-set are required
    and need to be efficiently processed using stream-based APIs like
    SAX or StAX.


=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
-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: xmlstreambuffer
-Source: http://xmlstreambuffer.java.net/
+Source: https://github.com/eclipse-ee4j/metro-xmlstreambuffer
 
 Files: *
 Copyright: 2005-2014, Oracle and/or its affiliates
@@ -33,11 +33,6 @@ License: GPL-2 with classpath exception
  PURPOSE.  See the GNU General Public License for more
  details.
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
  On Debian systems, the full text of the GNU General Public
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,25 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../xmlstreambuffer_$VERSION.orig.tar.xz
-DIR=xmlstreambuffer-$VERSION
-TAG=$(echo "streambuffer-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export https://svn.java.net/svn/xmlstreambuffer~svn/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR \
-    --exclude '*.jar' \
-    --exclude '*.class' \
-    --exclude '*.ipr' \
-    --exclude '*.iml' \
-    --exclude '.settings' \
-    --exclude '.project' \
-    --exclude '.classpath' \
-    --exclude '*.zip' \
- $DIR
-rm -rf $DIR ../$TAG
-
-# 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 $@ --buildsystem=maven --with javahelper
-
-get-orig-source:
-	uscan --download-current-version --force-download --rename


=====================================
debian/watch
=====================================
@@ -1,4 +1,5 @@
-version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-  https://svn.java.net/svn/xmlstreambuffer~svn/tags/ \
-  streambuffer-(\d.*)/ debian debian/orig-tar.sh
+Version: 5
+
+Template: Github
+Owner: eclipse-ee4j
+Project: metro-xmlstreambuffer



View it on GitLab: https://salsa.debian.org/java-team/xmlstreambuffer/-/compare/40d4bc0a39f8ffd2ce101c683926340c4a470e07...a98d27580045e63356bb6ee5865d59603301f423

-- 
View it on GitLab: https://salsa.debian.org/java-team/xmlstreambuffer/-/compare/40d4bc0a39f8ffd2ce101c683926340c4a470e07...a98d27580045e63356bb6ee5865d59603301f423
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/20251114/6bc626ef/attachment.htm>


More information about the pkg-java-commits mailing list