[Git][java-team/relaxngcc][master] 10 commits: Import Debian changes 1.12-1.1

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Apr 10 20:42:18 BST 2025



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


Commits:
b3b3a499 by Holger Levsen at 2025-04-10T21:25:10+02:00
Import Debian changes 1.12-1.1

relaxngcc (1.12-1.1) unstable; urgency=medium
.
  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

- - - - -
a4fbcaa6 by Andreas Tille at 2025-04-10T21:26:24+02:00
Secure URI in Homepage

- - - - -
13ce564b by Andreas Tille at 2025-04-10T21:27:18+02:00
Point Vcs fields to Salsa

- - - - -
07896ea5 by Andreas Tille at 2025-04-10T21:30:54+02:00
Add fake watch file

- - - - -
f6a0b4d0 by Andreas Tille at 2025-04-10T21:31:05+02:00
Standards-Version: 4.7.2 (routine-update)

- - - - -
c891f2ad by Andreas Tille at 2025-04-10T21:31:05+02:00
debhelper-compat 13 (routine-update)

- - - - -
42060b6e by Andreas Tille at 2025-04-10T21:31:08+02:00
Secure URI in copyright format (routine-update)

- - - - -
10f1becb by Andreas Tille at 2025-04-10T21:33:33+02:00
Do not parse d/changelog (routine-update)

- - - - -
165d9053 by Andreas Tille at 2025-04-10T21:38:58+02:00
Build-Depends: s/default-jdk/default-jdk-headless/

- - - - -
0c3b6d9d by Andreas Tille at 2025-04-10T21:40:28+02:00
Upload to unstable

- - - - -


7 changed files:

- − .gitignore
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/watch


Changes:

=====================================
.gitignore deleted
=====================================
@@ -1 +0,0 @@
-.pc


=====================================
debian/changelog
=====================================
@@ -1,3 +1,24 @@
+relaxngcc (1.12-2) unstable; urgency=medium
+
+  * Team upload.
+  * Secure URI in Homepage
+  * Point Vcs fields to Salsa
+  * Add fake watch file
+  * Standards-Version: 4.7.2 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Do not parse d/changelog (routine-update)
+  * Build-Depends: s/default-jdk/default-jdk-headless/
+
+ -- Andreas Tille <tille at debian.org>  Thu, 10 Apr 2025 21:39:04 +0200
+
+relaxngcc (1.12-1.1) unstable; urgency=medium
+
+  * Non maintainer upload by the Reproducible Builds team.
+  * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger at debian.org>  Sat, 02 Jan 2021 18:28:10 +0100
+
 relaxngcc (1.12-1) unstable; urgency=medium
 
   * Initial release. (Closes: #732374)


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


=====================================
debian/control
=====================================
@@ -1,23 +1,24 @@
 Source: relaxngcc
-Section: java
-Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>
+Section: java
+Priority: optional
 Build-Depends: ant,
-               debhelper (>= 9),
-               default-jdk,
+               debhelper-compat (= 13),
+               default-jdk-headless,
                graphviz,
                javacc,
-               javahelper (>= 0.43),
+               javahelper,
                libmsv-java
-Standards-Version: 3.9.5
-Vcs-Git: git://anonscm.debian.org/pkg-java/relaxngcc.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/relaxngcc.git
-Homepage: http://relaxngcc.sourceforge.net
+Standards-Version: 4.7.2
+Vcs-Browser: https://salsa.debian.org/java-team/relaxngcc
+Vcs-Git: https://salsa.debian.org/java-team/relaxngcc.git
+Homepage: https://sourceforge.net/projects/relaxngcc/
 
 Package: librelaxngcc-java
 Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
+Depends: ${java:Depends},
+         ${misc:Depends}
 Recommends: ${java:Recommends}
 Description: RELAX NG Compiler Compiler
  RelaxNGCC is a tool for generating Java source code from a given RELAX NG
@@ -28,7 +29,8 @@ Description: RELAX NG Compiler Compiler
 Package: librelaxngcc-java-doc
 Architecture: all
 Section: doc
-Depends: ${java:Depends}, ${misc:Depends}
+Depends: ${java:Depends},
+         ${misc:Depends}
 Recommends: ${java:Recommends}
 Description: RELAX NG Compiler Compiler -- documentation
  RelaxNGCC is a tool for generating Java source code from a given RELAX NG


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-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: relaxngcc
 Source: http://relaxngcc.sourceforge.net
 


=====================================
debian/rules
=====================================
@@ -5,9 +5,9 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 # Put depended upon jars in here
 # export CLASSPATH=
 
-VERSION = $(shell dpkg-parsechangelog |grep Version| sed 's/.*: //;s/-.*//')
+include /usr/share/dpkg/default.mk
 ZVERSION = 20031218
-ORIG_BDIR = relaxngcc-$(VERSION)
+ORIG_BDIR = relaxngcc-$(DEB_VERSION_UPSTREAM)
 ZIP = relaxngcc-$(ZVERSION).zip
 
 %:
@@ -43,7 +43,7 @@ override_dh_auto_clean:
 get-orig-source:
 	wget http://prdownloads.sourceforge.net/relaxngcc/relaxngcc-$(ZVERSION).zip
 	unzip relaxngcc-$(ZVERSION).zip
-	mv relaxngcc-$(ZVERSION) relaxngcc-$(VERSION)
+	mv relaxngcc-$(ZVERSION) relaxngcc-$(DEB_VERSION_UPSTREAM)
 
 	# Remove the sources that will be generated with JavaCC:
 	rm $(ORIG_BDIR)/src/relaxngcc/javabody/*.java
@@ -64,7 +64,7 @@ get-orig-source:
 	native2ascii -encoding UTF8 $(ORIG_BDIR)/src/relaxngcc/builder/SwitchBlockInfo.java \
 		$(ORIG_BDIR)/src/relaxngcc/builder/SwitchBlockInfo.java
 
-	XZ_OPT=--best tar -cJf ../relaxngcc_$(VERSION).orig.tar.xz \
+	XZ_OPT=--best tar -cJf ../relaxngcc_$(DEB_VERSION_UPSTREAM).orig.tar.xz \
 		--exclude '*.jar' \
 		--exclude '*.class' \
 		--exclude 'sample' \


=====================================
debian/watch
=====================================
@@ -1 +1,5 @@
-# 'debian/rules get-orig-source' used instead, since the tarball needs to be generated
+# Use 'debian/rules get-orig-source', since the tarball needs to be generated
+
+version=4
+opts=dversionmangle=s/.*/0.No-Track/ \
+https://people.debian.org/~eriberto/ FakeWatchNoUpstreamTrackingForThisPackage-(\d\S+)\.gz



View it on GitLab: https://salsa.debian.org/java-team/relaxngcc/-/compare/fe00007fd6d9a7f04c16dfedb837d8ec3d79c3c7...0c3b6d9d3d6dec7b21191db45ba28a51fb02b139

-- 
View it on GitLab: https://salsa.debian.org/java-team/relaxngcc/-/compare/fe00007fd6d9a7f04c16dfedb837d8ec3d79c3c7...0c3b6d9d3d6dec7b21191db45ba28a51fb02b139
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/20250410/9f6cebd4/attachment.htm>


More information about the pkg-java-commits mailing list