[med-svn] [Git][med-team/artfastqgenerator][master] 6 commits: Enable build with default Java 21
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Sep 29 13:31:47 BST 2023
Andreas Tille pushed to branch master at Debian Med / artfastqgenerator
Commits:
59850445 by Andreas Tille at 2023-09-29T14:02:58+02:00
Enable build with default Java 21
- - - - -
fbd0fbf3 by Andreas Tille at 2023-09-29T14:04:50+02:00
Enable build twice in a row
- - - - -
12ed199f by Andreas Tille at 2023-09-29T14:05:06+02:00
routine-update: Standards-Version: 4.6.2
- - - - -
c2ceec24 by Andreas Tille at 2023-09-29T14:05:21+02:00
Apply multi-arch hints.
+ artfastqgenerator-doc, artfastqgenerator-examples: Add Multi-Arch: foreign.
Changes-By: apply-multiarch-hints
- - - - -
14ef0bee by Andreas Tille at 2023-09-29T14:28:32+02:00
Lintian-overrides (see lintian bug #1017966)
- - - - -
f65be95e by Andreas Tille at 2023-09-29T14:30:12+02:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/clean
- debian/control
- debian/rules
- + debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+artfastqgenerator (0.0.20150519-5) unstable; urgency=medium
+
+ * Enable build with default Java 21
+ Closes: #1053009
+ * Enable build twice in a row
+ Closes: #1043960
+ * Standards-Version: 4.6.2 (routine-update)
+ * Apply multi-arch hints.
+ + artfastqgenerator-doc, artfastqgenerator-examples: Add Multi-Arch:
+ foreign.
+ * Lintian-overrides (see lintian bug #1017966)
+
+ -- Andreas Tille <tille at debian.org> Fri, 29 Sep 2023 14:28:38 +0200
+
artfastqgenerator (0.0.20150519-4) unstable; urgency=medium
[ Jelmer Vernooij ]
=====================================
debian/clean
=====================================
@@ -1 +1,2 @@
artificialFastqGenerator/*.class
+artfastqgenerator.jar
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Priority: optional
Build-Depends: debhelper-compat (= 13),
javahelper,
default-jdk
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/artfastqgenerator
Vcs-Git: https://salsa.debian.org/med-team/artfastqgenerator.git
Homepage: https://sourceforge.net/projects/artfastqgen/
@@ -32,6 +32,7 @@ Package: artfastqgenerator-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
+Multi-Arch: foreign
Description: outputs artificial FASTQ files derived from a reference genome (doc)
ArtificialFastqGenerator takes the reference genome (in FASTA format) as
input and outputs artificial FASTQ files in the Sanger format. It can
@@ -48,6 +49,7 @@ Description: outputs artificial FASTQ files derived from a reference genome (doc
Package: artfastqgenerator-examples
Architecture: all
Depends: ${misc:Depends}
+Multi-Arch: foreign
Description: outputs artificial FASTQ files derived from a reference genome (examples)
ArtificialFastqGenerator takes the reference genome (in FASTA format) as
input and outputs artificial FASTQ files in the Sanger format. It can
=====================================
debian/rules
=====================================
@@ -8,7 +8,7 @@ include /usr/share/dpkg/default.mk
dh $@ --with javahelper
override_dh_auto_build:
- javac -source 1.7 -target 1.7 artificialFastqGenerator/*.java && \
+ javac -source 1.8 -target 1.8 artificialFastqGenerator/*.java && \
jar -cmf META-INF/MANIFEST.MF $(DEB_SOURCE).jar artificialFastqGenerator/*.class
override_dh_auto_test:
=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,22 @@
+# See lintian bug #1017966
+artfastqgenerator source: source-is-missing [doc/artificialFastqGenerator/NucleobaseAndReadFactory.html]
+artfastqgenerator source: source-is-missing [doc/artificialFastqGenerator/QualityScoreAndErrorGenerator.html]
+artfastqgenerator source: source-is-missing [doc/artificialFastqGenerator/Read.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-1.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-10.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-11.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-12.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-13.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-14.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-15.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-16.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-17.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-18.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-2.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-3.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-4.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-5.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-6.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-7.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-8.html]
+artfastqgenerator source: source-is-missing [doc/index-files/index-9.html]
View it on GitLab: https://salsa.debian.org/med-team/artfastqgenerator/-/compare/e13b55388708083ea91bb231423f0431a4029bd8...f65be95e63e70593a1e8106df6acee95c7c4565b
--
View it on GitLab: https://salsa.debian.org/med-team/artfastqgenerator/-/compare/e13b55388708083ea91bb231423f0431a4029bd8...f65be95e63e70593a1e8106df6acee95c7c4565b
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/debian-med-commit/attachments/20230929/1f3fe643/attachment-0001.htm>
More information about the debian-med-commit
mailing list