Control: tags -1 + patch fixed-upstream
On Wed, 10 Jan 2018 at 03:38:04 +0100, David Kalnischkies wrote:
> Problem is that your Packages file says:
> | Package: test-package
> | Architecture: all
> | Version: 2.0.test.pkg
> | Description-en: test package
> | Filename: test-package_2.0_all.deb
>
> The "legacy" filename is the filename mentioned in the Packages file.
> The filename apt will use to store a package on disk in its directory is
> PKGNAME_VERSION_ARCH.deb, so in your case the filename you use for the
> package in archives/ should be test-package_2.0.test.pkg_all.deb.
...
> I am therefore reassigning to unattended-upgrades and would suggest as
> a quickfix to fix either the versionumber or the filename in the test.
This was done in the git repository for version 0.99, but has not yet
been released. Are there any release plans for a v0.99 or v0.98.1?
I think this is the root cause of RC bug #887690.
smcv
>From 7cc70e402454a83c3e0b569833278d3956e79624 Mon Sep 17 00:00:00 2001
From: Balint Reczey <[email protected]>
Date: Wed, 10 Jan 2018 04:07:48 +0100
Subject: [PATCH] Fix version of test package in
test_remove_unused_dependencies
Closes: #886803
---
...ve.ubuntu.com_ubuntu_dists_lucid-security_main_binary-amd64_Packages | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-security_main_binary-amd64_Packages b/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-security_main_binary-amd64_Packages
index e4b6475..b30ad6c 100644
--- a/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-security_main_binary-amd64_Packages
+++ b/test/root.unused-deps/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_lucid-security_main_binary-amd64_Packages
@@ -1,6 +1,6 @@
Package: test-package
Architecture: all
-Version: 2.0.test.pkg
+Version: 2.0
Description-en: test package
Filename: test-package_2.0_all.deb
SHA256: 01704da7de63ca12109abff5c2c480ad9c757e669c4428424de23ec97bf24248
--
2.16.1