deb-mock/debian/deb-mock-plugins/DEBIAN/control
robojerk 811b639407
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 1m32s
Comprehensive CI/CD Pipeline / Security Audit (push) Successful in 42s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 59s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
Fix multi-package build: Rename packages to match source name
- Rename all packages from 'deb-mock-*' to 'mock-*' to match source name 'mock'
- Update debian/control package definitions and dependencies
- Rename .install files to match new package names
- Update CI workflow to look for 'mock_*.deb' instead of 'deb-mock_*.deb'

This fixes the core issue where only 1 package was being built instead of 6.
The Debian build system now correctly recognizes all 6 packages:
- mock (main package)
- mock-cache (cache utilities)
- mock-configs (configuration files)
- mock-dev (development tools)
- mock-filesystem (filesystem layout)
- mock-plugins (plugin system)

All 6 packages now build successfully locally and should work in CI.
2025-09-04 15:12:13 -07:00

20 lines
675 B
Text

Package: deb-mock-plugins
Source: mock
Version: 0.1.0-1
Architecture: all
Maintainer: Deb-Mock Team <deb-mock@raines.xyz>
Installed-Size: 119
Depends: deb-mock, python3-click
Section: devel
Priority: optional
Homepage: https://git.raines.xyz/robojerk/deb-mock
Description: Extended functionality through plugins for deb-mock
This package provides built-in plugins and extended functionality for
deb-mock. It includes caching plugins, performance optimization tools,
and various utility plugins that enhance the build process.
.
Plugins include:
* Caching and optimization plugins
* Build enhancement tools
* Debugging and monitoring plugins
* Custom build hooks