Skip to content

Commit

Permalink
moved limitations to todo file, added some todo items
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Feb 2, 2011
1 parent c003a53 commit 7d52c39
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,3 @@ and simply type the following command to either install or upgrade:
All the values in all dynamic.yml files can be changed by doing:

dpkg-reconfigure symfony2-site-foo-APPNAME

### 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.
13 changes: 13 additions & 0 deletions TODO.md
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.

0 comments on commit 7d52c39

Please sign in to comment.