-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved limitations to todo file, added some todo items
- Loading branch information
Showing
2 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Todos | ||
===== | ||
|
||
* Automatically determine the bundles for each kernel so that its no longer necessary to manually configure this. | ||
* Add a way to generate debian packages for Bundles (probably should be done once Symfony2 has come up with a manifest file for Bundles) | ||
|
||
Limitations | ||
=========== | ||
|
||
Single changelog file | ||
--------------------- | ||
|
||
At the moment in debian, packages that build multiple binary packages from a single source package can only have a single shared changelog. This means the package version numbers move in step. It's not ideal, but the only way to get around it would be to change packaging/maketime.pl to build a debian/ directory and then build the package, for each application, rather than build a single debian/ directory, which is too much work at present. |