[Git][java-team/fastinfoset][master] 7 commits: * Team upload.
Andreas Tille (@tille)
gitlab at salsa.debian.org
Mon Jan 20 18:55:36 GMT 2025
Andreas Tille pushed to branch master at Debian Java Maintainers / fastinfoset
Commits:
ebe8353e by Andreas Tille at 2025-01-20T17:48:45+01:00
* Team upload.
* Point Homepage to wayback machine
* Point Source location in d/copyright to Github fork
* Add fake watch file
* Use Files-Excluded
- - - - -
6067ceff by Andreas Tille at 2025-01-20T17:48:54+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
755b555e by Andreas Tille at 2025-01-20T17:48:55+01:00
debhelper-compat 13 (routine-update)
- - - - -
b91c8f2d by Andreas Tille at 2025-01-20T17:57:32+01:00
Reorder sequence of d/control fields by cme (routine-update)
- - - - -
b98ce56c by Andreas Tille at 2025-01-20T17:57:32+01:00
Secure URI in copyright format (routine-update)
- - - - -
61a8b950 by Andreas Tille at 2025-01-20T19:51:29+01:00
d/copyright: review
- - - - -
9ec815ac by Andreas Tille at 2025-01-20T19:53:11+01:00
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/orig-tar.sh
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+fastinfoset (1.2.12-4) unstable; urgency=medium
+
+ * Team upload.
+ * Point Homepage to wayback machine
+ * Point Source location in d/copyright to Github fork
+ * Add fake watch file
+ * Use Files-Excluded
+ * 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)
+ * d/copyright: review
+
+ -- Andreas Tille <tille at debian.org> Mon, 20 Jan 2025 19:51:45 +0100
+
fastinfoset (1.2.12-3) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-10
=====================================
debian/control
=====================================
@@ -1,24 +1,24 @@
Source: fastinfoset
-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 (>= 10),
- default-jdk,
- javahelper,
- junit4,
- libstreambuffer-java,
- libxsom-java,
- maven-debian-helper (>= 2.0)
-Standards-Version: 4.1.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/fastinfoset.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/fastinfoset.git
-Homepage: http://fi.java.net
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
+ default-jdk,
+ javahelper,
+ junit4,
+ libstreambuffer-java,
+ libxsom-java,
+ maven-debian-helper
+Standards-Version: 4.7.0
+Vcs-Browser: https://salsa.debian.org/java-team/fastinfoset
+Vcs-Git: https://salsa.debian.org/java-team/fastinfoset.git
+Homepage: https://web.archive.org/web/20170427172733/https://fi.java.net/
Package: libfastinfoset-java
Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
+Depends: ${maven:Depends},
+ ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Java library implementing the Fast Infoset standard
Fast Infoset specifies a standardized binary encoding for the XML Information
=====================================
debian/copyright
=====================================
@@ -1,12 +1,15 @@
-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: fastinfoset-project
-Source: http://fi.java.net
+Source: https://github.com/pbielicki/fastinfoset-java
+Files-Excluded: */*.jar
+ */*.class
+ */*.zip
Files: *
Copyright: 2004-2011, Oracle and/or its affiliates
License: Apache-2.0
-Files: pkg/SUNWfastinfoset/*
+Files: fastinfoset/pkg/SUNWfastinfoset/*
Copyright: 2004, Sun Microsystems, Inc.
License: Apache-2.0
=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,20 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../fastinfoset_$VERSION.orig.tar.xz
-DIR=fastinfoset-$VERSION
-TAG=$(echo "$VERSION" | sed -re's/~(alpha|beta)/-\1-/;s/\./_/g')
-
-svn export https://svn.java.net/svn/fi~svn/tags/${TAG} $DIR
-XZ_OPT=--best tar -c -J -f $TAR \
- --exclude '*.jar' \
- --exclude '*.class' \
- --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
=====================================
@@ -6,6 +6,3 @@
override_dh_auto_clean:
dh_auto_clean
rm -f fastinfoset/new-UBL-example-refvocab.finf fastinfoset/new-UBL-example.finf
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/;s/_/\./g" \
- https://svn.java.net/svn/fi~svn/tags/ \
- (\d.*)/ debian debian/orig-tar.sh
+version=4
+
+opts=dversionmangle=s/.*/0.No-Release/ \
+ https://people.debian.org/~eriberto/ FakeWatchNoUpstreamReleaseForThisPackage-(\d\S+)\.gz
View it on GitLab: https://salsa.debian.org/java-team/fastinfoset/-/compare/8d783bd872ba6164c6f7b2d5202a552d46417a38...9ec815aca394c7e98609e58528d2ffcebfd45474
--
View it on GitLab: https://salsa.debian.org/java-team/fastinfoset/-/compare/8d783bd872ba6164c6f7b2d5202a552d46417a38...9ec815aca394c7e98609e58528d2ffcebfd45474
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/20250120/5bfb16f9/attachment.htm>
More information about the pkg-java-commits
mailing list