Your message dated Wed, 12 Mar 2025 18:05:12 +0000
with message-id <e1tsqs8-00as6m...@fasolo.debian.org>
and subject line Bug#1100200: fixed in biglybt 3.8.0.0-2
has caused the Debian Bug report #1100200,
regarding biglybt: FTBFS: dh_install: warning: Cannot find (any matches for)
"debian/biglybtd-files/env_display.conf"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1100200: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100200
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:biglybt
Version: 3.8.0.0-1
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_auto_clean
bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo
\$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
mh_unpatchpoms -pbiglybt
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure
mh_patchpoms -pbiglybt --debian-build --keep-pom-version
--maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
dh_auto_build
/usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
-Dclassworlds.conf=/etc/maven/m2-debian.conf
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
org.codehaus.plexus.classworlds.launcher.Launcher
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package
-DskipTests -Dnotimestamp=true -Dlocale=en_US
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were
deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] BiglyBT - Parent [pom]
[INFO] BiglyBT - Core [jar]
[INFO] BiglyBT - UI [jar]
[INFO]
[INFO] ---------------------< com.biglybt:biglybt-parent >---------------------
[INFO] Building BiglyBT - Parent 3.4.0.1-SNAPSHOT [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] ----------------------< com.biglybt:biglybt-core >----------------------
[INFO] Building BiglyBT - Core 3.4.0.1-SNAPSHOT [2/3]
[INFO] from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-surefire-plugin:jar:2.17
has been relocated to org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ biglybt-core ---
[INFO] Copying 72 resources from src to target/classes
[INFO] skip non existing resourceDirectory
/<<PKGBUILDDIR>>/core/src/META-INF/services
[INFO] skip non existing resourceDirectory
/<<PKGBUILDDIR>>/core/src/META-INF/services
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ biglybt-core ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2264 source files with javac [debug release 8] to
target/classes
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO]
/<<PKGBUILDDIR>>/core/src/com/biglybt/core/networkmanager/impl/tcp/VirtualAcceptSelector.java:
Some input files use or override a deprecated API.
[INFO]
/<<PKGBUILDDIR>>/core/src/com/biglybt/core/networkmanager/impl/tcp/VirtualAcceptSelector.java:
Recompile with -Xlint:deprecation for details.
[INFO] /<<PKGBUILDDIR>>/core/src/com/biglybt/core/internat/LocaleUtil.java:
Some input files use unchecked or unsafe operations.
[INFO] /<<PKGBUILDDIR>>/core/src/com/biglybt/core/internat/LocaleUtil.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ biglybt-core
---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ biglybt-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ biglybt-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ biglybt-core ---
[INFO] Building jar:
/<<PKGBUILDDIR>>/core/target/biglybt-core-3.4.0.1-SNAPSHOT.jar
[INFO]
[INFO] -----------------------< com.biglybt:biglybt-ui >-----------------------
[INFO] Building BiglyBT - UI 3.4.0.1-SNAPSHOT [3/3]
[INFO] from uis/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ biglybt-ui ---
[INFO] Copying 484 resources from src to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ biglybt-ui ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1070 source files with javac [debug release 8] to
target/classes
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/MenuBuildUtils.java:[136,86]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/MenuBuildUtils.java:[147,70]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/skin/sidebar/SideBar.java:[1411,90]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/skin/sidebar/SideBar.java:[1418,74]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/skin/sidebar/SideBar.java:[1490,110]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/skin/sidebar/SideBar.java:[1497,94]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/mainwindow/MainMenuV2.java:[200,82]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/TorrentMenuFancy.java:[740,63]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/TorrentMenuFancy.java:[2036,86]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/shells/main/MainMenuV3.java:[124,65]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/shells/main/MainMenuV3.java:[251,82]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[WARNING]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/shells/main/MainMenuV3.java:[266,106]
non-varargs call of varargs method with inexact argument type for last
parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/console/commands/Share.java:
Some input files use or override a deprecated API.
[INFO] /<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/console/commands/Share.java:
Recompile with -Xlint:deprecation for details.
[INFO]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/table/utils/TableColumnCreator.java:
Some input files use unchecked or unsafe operations.
[INFO]
/<<PKGBUILDDIR>>/uis/src/com/biglybt/ui/swt/views/table/utils/TableColumnCreator.java:
Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ biglybt-ui
---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ biglybt-ui ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ biglybt-ui ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jar:3.3.0:jar (default-jar) @ biglybt-ui ---
[INFO] Building jar: /<<PKGBUILDDIR>>/uis/target/BiglyBT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for BiglyBT - Parent 3.4.0.1-SNAPSHOT:
[INFO]
[INFO] BiglyBT - Parent ................................... SUCCESS [ 0.001 s]
[INFO] BiglyBT - Core ..................................... SUCCESS [ 23.661 s]
[INFO] BiglyBT - UI ....................................... SUCCESS [ 12.708 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36.541 s
[INFO] Finished at: 2025-03-12T15:40:16Z
[INFO] ------------------------------------------------------------------------
dh_auto_test
/usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
-Dclassworlds.conf=/etc/maven/m2-debian.conf
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
org.codehaus.plexus.classworlds.launcher.Launcher
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were
deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] BiglyBT - Parent [pom]
[INFO] BiglyBT - Core [jar]
[INFO] BiglyBT - UI [jar]
[INFO]
[INFO] ---------------------< com.biglybt:biglybt-parent >---------------------
[INFO] Building BiglyBT - Parent 3.4.0.1-SNAPSHOT [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] ----------------------< com.biglybt:biglybt-core >----------------------
[INFO] Building BiglyBT - Core 3.4.0.1-SNAPSHOT [2/3]
[INFO] from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact org.apache.maven.plugins:maven-surefire-plugin:jar:2.17
has been relocated to org.apache.maven.plugins:maven-surefire-plugin:jar:2.22.3
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ biglybt-core ---
[INFO] Copying 72 resources from src to target/classes
[INFO] skip non existing resourceDirectory
/<<PKGBUILDDIR>>/core/src/META-INF/services
[INFO] skip non existing resourceDirectory
/<<PKGBUILDDIR>>/core/src/META-INF/services
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ biglybt-core ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ biglybt-core
---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ biglybt-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ biglybt-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] -----------------------< com.biglybt:biglybt-ui >-----------------------
[INFO] Building BiglyBT - UI 3.4.0.1-SNAPSHOT [3/3]
[INFO] from uis/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ biglybt-ui ---
[INFO] Copying 484 resources from src to target/classes
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ biglybt-ui ---
[INFO] Nothing to compile - all classes are up to date.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ biglybt-ui
---
[INFO] Not copying test resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ biglybt-ui ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- surefire:2.22.3:test (default-test) @ biglybt-ui ---
[INFO] Tests are skipped.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for BiglyBT - Parent 3.4.0.1-SNAPSHOT:
[INFO]
[INFO] BiglyBT - Parent ................................... SUCCESS [ 0.005 s]
[INFO] BiglyBT - Core ..................................... SUCCESS [ 1.035 s]
[INFO] BiglyBT - UI ....................................... SUCCESS [ 0.378 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.574 s
[INFO] Finished at: 2025-03-12T15:40:19Z
[INFO] ------------------------------------------------------------------------
create-stamp debian/debhelper-build-stamp
dh_prep
dh_installdirs
dh_auto_install
/usr/lib/jvm/default-java/bin/java -noverify -cp
/usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven
-Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>>
-Dclassworlds.conf=/etc/maven/m2-debian.conf
-Dproperties.file.manual=/<<PKGBUILDDIR>>/debian/maven.properties
org.codehaus.plexus.classworlds.launcher.Launcher
-s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode
-Ddebian.dir=/<<PKGBUILDDIR>>/debian -Ddebian.package=biglybt
-Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo -Dinstall.to.usj=true
org.debian.maven:debian-maven-plugin:2.6:install
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were
deprecated in JDK 13 and will likely be removed in a future release.
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] BiglyBT - Parent [pom]
[INFO] BiglyBT - Core [jar]
[INFO] BiglyBT - UI [jar]
[INFO]
[INFO] ---------------------< com.biglybt:biglybt-parent >---------------------
[INFO] Building BiglyBT - Parent 3.4.0.1-SNAPSHOT [1/3]
[INFO] from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- debian:2.6:install (default-cli) @ biglybt-parent ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/pom.xml.save with options:
[INFO] --keep-pom-version --package=biglybt
[INFO] --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO] --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO] --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO]
[INFO] ----------------------< com.biglybt:biglybt-core >----------------------
[INFO] Building BiglyBT - Core 3.4.0.1-SNAPSHOT [2/3]
[INFO] from core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian:2.6:install (default-cli) @ biglybt-core ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/core/pom.xml.save with options:
[INFO] --keep-pom-version --package=biglybt
[INFO] --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO] --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO] --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO] Install jar for biglybt-core into /usr/share/java
[INFO]
[INFO] -----------------------< com.biglybt:biglybt-ui >-----------------------
[INFO] Building BiglyBT - UI 3.4.0.1-SNAPSHOT [3/3]
[INFO] from uis/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- debian:2.6:install (default-cli) @ biglybt-ui ---
[INFO] Cleaning pom file: /<<PKGBUILDDIR>>/uis/pom.xml.save with options:
[INFO] --keep-pom-version --package=biglybt
[INFO] --rules=/<<PKGBUILDDIR>>/debian/maven.rules
[INFO] --ignore-rules=/<<PKGBUILDDIR>>/debian/maven.ignoreRules
[INFO] --published-rules=/<<PKGBUILDDIR>>/debian/maven.publishedRules
[INFO] Install jar for biglybt-ui into /usr/share/java
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for BiglyBT - Parent 3.4.0.1-SNAPSHOT:
[INFO]
[INFO] BiglyBT - Parent ................................... SUCCESS [ 0.400 s]
[INFO] BiglyBT - Core ..................................... SUCCESS [ 0.080 s]
[INFO] BiglyBT - UI ....................................... SUCCESS [ 0.058 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.742 s
[INFO] Finished at: 2025-03-12T15:40:22Z
[INFO] ------------------------------------------------------------------------
mh_resolve_dependencies --non-interactive --offline --build -pbiglybt
--base-directory=/<<PKGBUILDDIR>> --non-explore
Analysing pom.xml...
Analysing core/pom.xml...
Checking the parent dependency in the sub project core/pom.xml
Analysing uis/pom.xml...
Checking the parent dependency in the sub project uis/pom.xml
mh_unpatchpoms -pbiglybt
dh_install
dh_install: warning: Cannot find (any matches for)
"debian/biglybtd-files/env_display.conf" (tried in ., debian/tmp)
dh_install: warning: biglybtd missing files:
debian/biglybtd-files/env_display.conf
dh_install: error: missing files, aborting
make: *** [debian/rules:4: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202503/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:biglybt, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: biglybt
Source-Version: 3.8.0.0-2
Done: Emmanuel Bourg <ebo...@apache.org>
We believe that the bug you reported is fixed in the latest version of
biglybt, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1100...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Emmanuel Bourg <ebo...@apache.org> (supplier of updated biglybt package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 12 Mar 2025 18:48:06 +0100
Source: biglybt
Architecture: source
Version: 3.8.0.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 1100200
Changes:
biglybt (3.8.0.0-2) unstable; urgency=medium
.
* Removed the remaining references to env_display.conf (Closes: #1100200)
Checksums-Sha1:
c0009a48ea7674e75ddcf3106d140f046429fe90 2088 biglybt_3.8.0.0-2.dsc
3f65d71d6cb53904791d8484fba8a040b7573b66 19896 biglybt_3.8.0.0-2.debian.tar.xz
bc5d04fe86f4ae802b538b037e76bc67b74cbac8 14591
biglybt_3.8.0.0-2_source.buildinfo
Checksums-Sha256:
e921bb04f7c3b4f377f900a1de11c92912f9f7a779ee260543ae7f948317c286 2088
biglybt_3.8.0.0-2.dsc
8f17229d99c69447c21e7179789642d0a9c43e307c671c4ed0dcdf925f542b9f 19896
biglybt_3.8.0.0-2.debian.tar.xz
bf2128283732941e7b1456bd3579e78e3183101402b9306a171fc7f5d9a0d8db 14591
biglybt_3.8.0.0-2_source.buildinfo
Files:
c40485bacbcf578ab0504b7acf40c888 2088 java optional biglybt_3.8.0.0-2.dsc
af38db8884f9e9fb700c7b4269e06d63 19896 java optional
biglybt_3.8.0.0-2.debian.tar.xz
38c5092a41224f1717b0759d39c2156d 14591 java optional
biglybt_3.8.0.0-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmfRycESHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCs0oAP/1XEf/VxdTsa62X1tqIaCNxFuuoxwjS6
h/9UWgb0xPdYe1Gi4A6ZpFXW2+m5yyfTPUYj+lQTOKQDvLRg8LZ82roZxnlxVqkF
zOVVVDbPiI+dR1zz0XxOK9C/8Lag+6RHkjJkIx0mQ1LIoV8UcQ8QOpXiDk7w/oWw
7DZQ+9aLL6UI1Dy2ECaLX+xsiNv7+1xYwHIHkxoxX+JuhnY7ysYCadOcy1sn48lz
bIrUanKIlgPF2FcGczWpmQBy/t2FPA5R+dKBh1YsmiFuPZskI4P5lqy45BA6g7Od
PKkbqjz6eu0F0dPB4J9hcOAhCeIp+cKzql8dSWsTk42Rv6GI+ckxwVFgSy/n3H0D
ltEwOao6BGtsVAtc4T0Jjc3PoIKrRopIVagja/6C8/5Z+SZ2DYxlQXo/xxE/5hLJ
4B/r0ho/dnVKxzpAgA3KWEHqOqOw/39Z9XDxNOY6ssdkiuhkEugU5FtNoKvrC1gA
QZerMbSbQAjoz0HWikEAJOfAhw/d7j8aAX86pqfDs3MDAWFSmg//6EocLpud5Dmr
9k5DBc4pjcuCyR++vv52ZnhJfASeBvnkxVTo976g+LiiQAlv+GSQXhWIFqAciJhO
NrQhgEVgfbndWMdM2PWaWBnovSLDvje6UKjhRSRkfdvDZlB9dshBAlp6blrh56ca
xgua9Jnne4L0
=rSxE
-----END PGP SIGNATURE-----
pgp5VJeVFTkQY.pgp
Description: PGP signature
--- End Message ---