Releases: wdalmut/php-deb-packager
Releases · wdalmut/php-deb-packager
0.0.14: Change default deb package name (#19)
* Change default deb package name
Changed default deb package name to `"{$name}_{$version}_{$arch}.deb"` since this is what normally would be generated.
* Fix tests for default deb name
The tests with default package name still expected the old version of the name.
* Fixed tests
Tests tried to get the Control via `$this->getControl()` which obviously failed.