Your message dated Fri, 04 Oct 2024 14:47:10 +0000
with message-id <e1swjai-0000sf...@fasolo.debian.org>
and subject line Bug#1028378: fixed in tycho 2.7.5-1
has caused the Debian Bug report #1028378,
regarding tycho: FTBFS: incompatible types: org.osgi.framework.BundleContext 
cannot be converted to javax.xml.parsers.SAXParserFactory
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.)


-- 
1028378: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028378
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tycho
Version: 1.6.0-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230323 ftbfs-bookworm

Hi,

During a rebuild of all packages in testing (bookworm), your package failed
to build on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build -- package -Dmaven.test.skip=true
>       /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 
> 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 
> -Dmaven.test.skip=true -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...
> [WARNING] The project org.eclipse.tycho:tycho:pom:1.6.0 uses prerequisites 
> which is only intended for maven-plugin projects but not for non maven-plugin 
> projects. For such purposes you should use the maven-enforcer-plugin. See 
> https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] Tycho                                                              
> [pom]
> [INFO] Tycho OSGi Bundles Parent                                          
> [pom]
> [INFO] Tycho Embedder API Maven/OSGi Shared Classes                       
> [jar]
> [INFO] Tycho Core Maven/OSGi Shared Classes                               
> [jar]
> [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes                        
> [jar]
> [INFO] Tycho p2 Tools Maven/OSGi Shared Classes                           
> [jar]
> [INFO] Tycho Maven/p2 Repository Integration                              
> [jar]
> [INFO] Tycho p2 Resolver Bundle                                           
> [jar]
> [INFO] Tycho p2 Tools Bundle                                              
> [jar]
> [INFO] Tycho OSGi Runtime External Bundles                                
> [jar]
> [INFO] Sisu Equinox/Plexus bridge                                         
> [pom]
> [INFO] Sisu Equinox Services API                                          
> [jar]
> [INFO] Sisu Equinox Embedder                                              
> [jar]
> [INFO] Tycho Eclipse Project Metadata Model                               
> [jar]
> [INFO] Tycho Embedder API                                                 
> [jar]
> [INFO] Tycho Core                                                         
> [jar]
> [INFO] Sisu Equinox Launching                                             
> [jar]
> [INFO] Tycho JVM Library Detector                                         
> [jar]
> [INFO] Tycho JDT Compiler Component                                       
> [jar]
> [INFO] Tycho OSGi Compiler Plugin                                
> [maven-plugin]
> [INFO] Tycho OSGi Packaging Plugin                               
> [maven-plugin]
> [INFO] Tycho Target Platform Configuration Plugin                
> [maven-plugin]
> [INFO] Tycho p2 Tools Parent                                              
> [pom]
> [INFO] Tycho p2 Resolver Component                                        
> [jar]
> [INFO] Tycho Maven Build Extension                               
> [maven-plugin]
> [INFO] Tycho Artifactor Comparator Plugin                                 
> [jar]
> [INFO] Tycho p2 Metadata Plugin                                  
> [maven-plugin]
> [INFO] Tycho p2 Publisher Plugin                                 
> [maven-plugin]
> [INFO] Tycho p2 Repository Plugin                                
> [maven-plugin]
> [INFO] 
> [INFO] ----------------------< org.eclipse.tycho:tycho 
> >-----------------------
> [INFO] Building Tycho 1.6.0                                              
> [1/29]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] ------------------< org.eclipse.tycho:tycho-bundles 
> >-------------------
> [INFO] Building Tycho OSGi Bundles Parent 1.6.0                          
> [2/29]
> [INFO] --------------------------------[ pom 
> ]---------------------------------
> [INFO] 
> [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.embedder.shared 
> >---------
> [INFO] Building Tycho Embedder API Maven/OSGi Shared Classes 1.6.0       
> [3/29]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
> org.eclipse.tycho.embedder.shared ---
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
> org.eclipse.tycho.embedder.shared ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 9 source files to 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.embedder.shared/target/classes
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) 
> @ org.eclipse.tycho.embedder.shared ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ 
> org.eclipse.tycho.embedder.shared ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
> org.eclipse.tycho.embedder.shared ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ 
> org.eclipse.tycho.embedder.shared ---
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.embedder.shared/target/org.eclipse.tycho.embedder.shared-1.6.0.jar
> [INFO] 
> [INFO] ----------< org.eclipse.tycho:org.eclipse.tycho.core.shared 
> >-----------
> [INFO] Building Tycho Core Maven/OSGi Shared Classes 1.6.0               
> [4/29]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
> org.eclipse.tycho.core.shared ---
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
> org.eclipse.tycho.core.shared ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 32 source files to 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.core.shared/target/classes
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) 
> @ org.eclipse.tycho.core.shared ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ 
> org.eclipse.tycho.core.shared ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
> org.eclipse.tycho.core.shared ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ 
> org.eclipse.tycho.core.shared ---
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.core.shared/target/org.eclipse.tycho.core.shared-1.6.0.jar
> [INFO] 
> [INFO] -------< org.eclipse.tycho:org.eclipse.tycho.p2.resolver.shared 
> >-------
> [INFO] Building Tycho p2 Resolver Maven/OSGi Shared Classes 1.6.0        
> [5/29]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
> org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
> org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 26 source files to 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/classes
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) 
> @ org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ 
> org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
> org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ 
> org.eclipse.tycho.p2.resolver.shared ---
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.resolver.shared/target/org.eclipse.tycho.p2.resolver.shared-1.6.0.jar
> [INFO] 
> [INFO] --------< org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared 
> >---------
> [INFO] Building Tycho p2 Tools Maven/OSGi Shared Classes 1.6.0           
> [6/29]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
> org.eclipse.tycho.p2.tools.shared ---
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
> org.eclipse.tycho.p2.tools.shared ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 16 source files to 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/classes
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) 
> @ org.eclipse.tycho.p2.tools.shared ---
> [INFO] Not copying test resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ 
> org.eclipse.tycho.p2.tools.shared ---
> [INFO] Not compiling test sources
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.3:test (default-test) @ 
> org.eclipse.tycho.p2.tools.shared ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ 
> org.eclipse.tycho.p2.tools.shared ---
> [INFO] Building jar: 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.tools.shared/target/org.eclipse.tycho.p2.tools.shared-1.6.0.jar
> [INFO] 
> [INFO] ------< org.eclipse.tycho:org.eclipse.tycho.p2.maven.repository 
> >-------
> [INFO] Building Tycho Maven/p2 Repository Integration 1.6.0              
> [7/29]
> [INFO] --------------------------------[ jar 
> ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ 
> org.eclipse.tycho.p2.maven.repository ---
> [INFO] Copying 1 resource
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ 
> org.eclipse.tycho.p2.maven.repository ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 58 source files to 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/target/classes
> [INFO] 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/repository/p2base/artifact/repository/AbstractArtifactRepository2.java:
>  
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/repository/p2base/artifact/repository/AbstractArtifactRepository2.java
>  uses or overrides a deprecated API.
> [INFO] 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/repository/p2base/artifact/repository/AbstractArtifactRepository2.java:
>  Recompile with -Xlint:deprecation for details.
> [INFO] 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/repository/p2base/artifact/provider/formats/ArtifactTransferPolicy.java:
>  Some input files use or override a deprecated API that is marked for removal.
> [INFO] 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/repository/p2base/artifact/provider/formats/ArtifactTransferPolicy.java:
>  Recompile with -Xlint:removal for details.
> [INFO] Some messages have been simplified; recompile with -Xdiags:verbose to 
> get full output
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/p2/maven/repository/xmlio35/SimpleArtifactRepositoryIO.java:[247,19]
>  incompatible types: org.osgi.framework.BundleContext cannot be converted to 
> javax.xml.parsers.SAXParserFactory
> [ERROR] 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/p2/maven/repository/xmlio/MetadataIO.java:[75,39]
>  incompatible types: org.osgi.framework.BundleContext cannot be converted to 
> javax.xml.parsers.SAXParserFactory
> [INFO] 2 errors 
> [INFO] -------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary for Tycho 1.6.0:
> [INFO] 
> [INFO] Tycho .............................................. SUCCESS [  0.001 
> s]
> [INFO] Tycho OSGi Bundles Parent .......................... SUCCESS [  0.001 
> s]
> [INFO] Tycho Embedder API Maven/OSGi Shared Classes ....... SUCCESS [  1.009 
> s]
> [INFO] Tycho Core Maven/OSGi Shared Classes ............... SUCCESS [  0.503 
> s]
> [INFO] Tycho p2 Resolver Maven/OSGi Shared Classes ........ SUCCESS [  0.206 
> s]
> [INFO] Tycho p2 Tools Maven/OSGi Shared Classes ........... SUCCESS [  0.147 
> s]
> [INFO] Tycho Maven/p2 Repository Integration .............. FAILURE [  0.568 
> s]
> [INFO] Tycho p2 Resolver Bundle ........................... SKIPPED
> [INFO] Tycho p2 Tools Bundle .............................. SKIPPED
> [INFO] Tycho OSGi Runtime External Bundles ................ SKIPPED
> [INFO] Sisu Equinox/Plexus bridge ......................... SKIPPED
> [INFO] Sisu Equinox Services API .......................... SKIPPED
> [INFO] Sisu Equinox Embedder .............................. SKIPPED
> [INFO] Tycho Eclipse Project Metadata Model ............... SKIPPED
> [INFO] Tycho Embedder API ................................. SKIPPED
> [INFO] Tycho Core ......................................... SKIPPED
> [INFO] Sisu Equinox Launching ............................. SKIPPED
> [INFO] Tycho JVM Library Detector ......................... SKIPPED
> [INFO] Tycho JDT Compiler Component ....................... SKIPPED
> [INFO] Tycho OSGi Compiler Plugin ......................... SKIPPED
> [INFO] Tycho OSGi Packaging Plugin ........................ SKIPPED
> [INFO] Tycho Target Platform Configuration Plugin ......... SKIPPED
> [INFO] Tycho p2 Tools Parent .............................. SKIPPED
> [INFO] Tycho p2 Resolver Component ........................ SKIPPED
> [INFO] Tycho Maven Build Extension ........................ SKIPPED
> [INFO] Tycho Artifactor Comparator Plugin ................. SKIPPED
> [INFO] Tycho p2 Metadata Plugin ........................... SKIPPED
> [INFO] Tycho p2 Publisher Plugin .......................... SKIPPED
> [INFO] Tycho p2 Repository Plugin ......................... SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time:  2.662 s
> [INFO] Finished at: 2023-03-24T09:35:30Z
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile 
> (default-compile) on project org.eclipse.tycho.p2.maven.repository: 
> Compilation failure: Compilation failure: 
> [ERROR] 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/p2/maven/repository/xmlio35/SimpleArtifactRepositoryIO.java:[247,19]
>  incompatible types: org.osgi.framework.BundleContext cannot be converted to 
> javax.xml.parsers.SAXParserFactory
> [ERROR] 
> /<<PKGBUILDDIR>>/tycho-bundles/org.eclipse.tycho.p2.maven.repository/src/main/java/org/eclipse/tycho/p2/maven/repository/xmlio/MetadataIO.java:[75,39]
>  incompatible types: org.osgi.framework.BundleContext cannot be converted to 
> javax.xml.parsers.SAXParserFactory
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please 
> read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR] 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> [ERROR]   mvn <args> -rf :org.eclipse.tycho.p2.maven.repository
> dh_auto_build: error: /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 
> 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 
> -Dmaven.test.skip=true -DskipTests -Dnotimestamp=true -Dlocale=en_US returned 
> exit code 1
> make[1]: *** [debian/rules:9: override_dh_auto_build] Error 25


The full build log is available from:
http://qa-logs.debian.net/2023/03/23/tycho_1.6.0-3_testing.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230323;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230323&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: tycho
Source-Version: 2.7.5-1
Done: Emmanuel Bourg <ebo...@apache.org>

We believe that the bug you reported is fixed in the latest version of
tycho, 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 1028...@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 tycho 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: Fri, 04 Oct 2024 15:14:00 +0200
Source: tycho
Architecture: source
Version: 2.7.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Emmanuel Bourg <ebo...@apache.org>
Closes: 987681 1028378 1031686
Changes:
 tycho (2.7.5-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream release (Closes: #987681)
     - New dependency on libcommons-codec-java
     - New dependency on libcommons-io-java
     - New dependency on libbcpg-java
     - Build the new tycho-ds-plugin module
     - Ignore the new tycho-build and tycho-gpg-plugin modules
     - New build dependency on libmaven-antrun-plugin-java
     - Updated the Maven rules
   * Fixed the compatibility with Eclipse 4.29 (Closes: #1028378, #1031686)
   * Fixed the compatibility with plexus-archiver 4.4
   * Standards-Version updated to 4.7.0
Checksums-Sha1:
 f12aa65e5c95e036f9e104448b77727d7e993e51 3512 tycho_2.7.5-1.dsc
 059f43c4276846274f31a816c509c8a75945e7de 1117052 tycho_2.7.5.orig.tar.xz
 b976eca0c80adb11c77b2fa3622c7ed4344187a4 18724 tycho_2.7.5-1.debian.tar.xz
 d9d28bf35333406babc5f05d20ad2194600aa2eb 17712 tycho_2.7.5-1_source.buildinfo
Checksums-Sha256:
 b14020bfa9545bd674ee0bfb325687e40ac69d01260accd3f9919c5b2372556c 3512 
tycho_2.7.5-1.dsc
 385092dad2bef9f63c0ad6076a061fdbc913b424217010f44ee1a340a79070dd 1117052 
tycho_2.7.5.orig.tar.xz
 b0fda29b5868a7fb11c9d7ee5d039b2cbd601c55439db8bcfc7ba07357ed7a0e 18724 
tycho_2.7.5-1.debian.tar.xz
 b55b031f8083d19de6669bd3beccfeab7e0ebee9a96d8493fe57e7caf0ec32b8 17712 
tycho_2.7.5-1_source.buildinfo
Files:
 d3b475068d10e63ea599c900c432bcc9 3512 java optional tycho_2.7.5-1.dsc
 350960d1116b3de5b3d11920371f41fe 1117052 java optional tycho_2.7.5.orig.tar.xz
 c86af626208536eedabd6069deb8f307 18724 java optional 
tycho_2.7.5-1.debian.tar.xz
 f2e1dd8e6fea5d48b55a0eb7f3b3a46d 17712 java optional 
tycho_2.7.5-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEuM5N4hCA3PkD4WxA9RPEGeS50KwFAmb/+OUSHGVib3VyZ0Bh
cGFjaGUub3JnAAoJEPUTxBnkudCstB0QAMrEEi43Yq42dG1YjgPyB6rRQIuzkDJ0
BFPEKD8WwbauVmeg9HKTqs/OQUwoBubOG5es0XahVKAt4LtRSuBJ2dKKTgNfEjBN
kaoEyv34Ti+fcCWJydhx9vWRTy2TIZNDt6viE6kCSraARp7FRle/T9P0g7vMPDl3
TTV+bPL/J8houY6g1q05kZy7PnPBiGS6tzg3H0r8WFJY4AN7/w+wVUalqmTwYnlA
tYaz+AcOLEUtjsRLEDydDDV6zvTwEsT1GWWAk5YteHanZ6k4xqQr6iCulbD4UPBp
edPkuIU/pDwXRf3J0SSQX1DJlJFZ10DvHrW5RBFcBG0dxCJlcwpG08YOSsOaJlXM
VuAmoppHZu9QilgAv+gVSGOcfeQ0mkX2dvVWje0qkotSwxHg4IVVHsJyAVbNZ7Sn
Y8Em6jpr3d2AgpbPRVFux1JGGG1GU+Pj3HuuEdtY4bZH08l4sJrga7YhCfhcpkkT
ANBrExWFdlwYNnEx4iLJLqrLsA6rjANFgKK4ovYw/qdw9K3is4RPt2JMdVGmsmQo
csiT0F7zAc3hMOUAgkw5mpny6akqsamfHzRf7EkB3vfGWurPK7Xlthcr7fsk/OWj
VtkKzsHGTnneESFeDsCVNUzqJ7qCT3zBHROWg1toj+/dk+PkDAVIn+cF/DRUoNHo
I+klbveR1lfn
=DXYd
-----END PGP SIGNATURE-----

Attachment: pgpjSrTBkk3zE.pgp
Description: PGP signature


--- End Message ---

Reply via email to