README.source 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Package Repositories
  2. --------------------
  3. Backports for the current stable debian distribution as well as snapshots of
  4. unreleased versions may be available in repositories listed on the maintainers
  5. homepage. The current URL of the maintainer homepage can be seen in
  6. debian/copyright.
  7. Source Access
  8. -------------
  9. You can obtain the sources of this package with:
  10. $ apt-get source ${PACKAGE}
  11. whereas '${PACKAGE}' has to be replaced with the actual name of the package.
  12. This package is maintained with the Git version control system. The current git
  13. source tree can be obtained with:
  14. $ git clone ${GIT_URI}
  15. whereas '${GIT_URI}' has to be replaced with the actual URI for the Git
  16. repository. The current Git URI can be seen in debian/control in the extracted
  17. package sources.
  18. More information about Git can be found in the git-core package.
  19. This package may use the Quilt patch system to manage all modifications to the
  20. upstream source. Changes, if any, are stored in the source package as diffs in
  21. debian/diff and are applied during the build. Current modifications can be
  22. applied to the source tree with:
  23. $ QUILT_PATCHES=debian/patches quilt push -a
  24. More information about Quilt can be found in the quilt package.