gbp.conf 466 B

12345678910111213141516171819202122
  1. # debian/gbp.conf
  2. # Git-buildpackage configuration for ‘python-lockfile’.
  3. # Manpage: ‘gbp.conf(5)’
  4. [DEFAULT]
  5. # Overlay the exported source onto original upstream source?
  6. overlay = false
  7. # Store the pristine upstream source in this VCS repository?
  8. pristine-tar = true
  9. # Create the upstream source from this VCS repository?
  10. create-orig = true
  11. # Local variables:
  12. # coding: utf-8
  13. # mode: conf
  14. # End:
  15. # vim: fileencoding=utf-8 filetype=conf noexpandtabs :