- ✅ Successfully compiled with apt-pkg-native for Debian Trixie compatibility - ✅ Replaced rust-apt with apt-pkg-native to resolve C++ standard issues - ✅ Simplified project structure: removed unused binaries, focused on core functionality - ✅ Basic commands working: help, list, search, info - ✅ Created apt_compat.rs compatibility layer - ✅ Updated debian packaging for libapt-pkg7.0 compatibility - ✅ Removed complex dependencies and simplified main.rs - 🎯 Next: Implement core package management commands (install, remove, upgrade) - 🎯 Architecture: Ready for atomic package management with OSTree integration
16 lines
No EOL
515 B
Text
16 lines
No EOL
515 B
Text
apt-ostree (0.1.0-2) trixie; urgency=medium
|
|
|
|
* Updated for Debian Trixie/Forky compatibility
|
|
* Updated rust-apt dependency to 0.9.0 for libapt-pkg7.0 support
|
|
* Added explicit libapt-pkg7.0 dependency
|
|
* Fixed library compatibility issues
|
|
|
|
-- Robojerk <robojerk@example.com> Tue, 13 Aug 2025 18:40:00 +0000
|
|
|
|
apt-ostree (0.1.0-1) trixie; urgency=medium
|
|
|
|
* Initial release
|
|
* Basic apt-ostree functionality
|
|
* Debian packaging support
|
|
|
|
-- Robojerk <robojerk@example.com> Tue, 13 Aug 2025 18:35:00 +0000 |