Skip to content

Fix build syncing sources to orig tarball

Emanuele Aina requested to merge wip/em/fix-build into apertis/v2022dev1

For some reason a bunch of files have been committed with their embedded revision id stripped out, resulting in build failures:

dpkg-source: info: local changes detected, the modified files are:
 bnd-3.5.0/biz.aQute.bndlib.tests/src/org/osgi/annotation/versioning/ConsumerType.java
 bnd-3.5.0/biz.aQute.bndlib.tests/src/org/osgi/annotation/versioning/ProviderType.java
 bnd-3.5.0/biz.aQute.bndlib.tests/src/org/osgi/annotation/versioning/Version.java
 bnd-3.5.0/biz.aQute.bndlib.tests/src/org/osgi/annotation/versioning/package-info.java
 bnd-3.5.0/biz.aQute.bndlib/src/aQute/bnd/compatibility/Signatures.java
 bnd-3.5.0/biz.aQute.bndlib/src/aQute/bnd/util/dto/DTO.java

Sync them to the contents in the original tarball to make dpkg-source happy.

Merge request reports