README.source 1.1 KB

123456789101112131415161718192021222324252627282930
  1. This package is maintained with git-buildpackage(1). It follows DEP-14
  2. for branch naming (e.g. using debian/sid for the current version
  3. in Debian unstable).
  4. It uses pristine-tar(1) to store enough information in git to generate
  5. bit identical tarballs when building the package without having
  6. downloaded an upstream tarball first.
  7. When working with patches it is recommended to use "gbp pq import" to
  8. import the patches, modify the source and then use "gbp pq export
  9. --commit" to commit the modifications.
  10. The changelog is generated using "gbp dch" so if you submit any
  11. changes don't bother to add changelog entries but rather provide
  12. a nice git commit message that can then end up in the changelog.
  13. It is recommended to build the package with pbuilder using:
  14. gbp builpackage --git-pbuilder
  15. For information on how to set up a pbuilder environment see the
  16. git-pbuilder(1) manpage. In short:
  17. DIST=sid git-pbuilder create
  18. gbp clone <project-url>
  19. cd <project>
  20. gbp buildpackage --git-pbuilder
  21. -- Guido Günther <agx@sigxcpu.org>, Wed, 2 Dec 2015 18:51:15 +0100