1
0

README 620 B

12345678910111213141516171819202122232425
  1. DEBIAN JUNIOR PURE BLEND DEVELOPMENT
  2. ====================================
  3. This document briefly explains howto develop the Debian Junior Pure Blend.
  4. MAIN DEBIAN/CONTROL
  5. -------------------
  6. Do not edit debian/control directly! Instead edit debian/control.stub or the
  7. task files. Run make to generate a new debian/control file.
  8. ADD TASKS
  9. ---------
  10. Add packages to the files in the tasks directory. Ideally one package per row.
  11. UPLOAD
  12. ------
  13. In the root directory, invoke
  14. make
  15. This will generate the debian-junior-task description and also debian/control,
  16. which contains the actual packages that will be used.