git-buildpackage icon indicating copy to clipboard operation
git-buildpackage copied to clipboard

Mirror of https://salsa.debian.org/agx/git-buildpackage

Results 17 git-buildpackage issues
Sort by recently updated
recently updated
newest added

As stated in the documentation at: https://rpm-packaging-guide.github.io/#working-with-spec-files ``` ... Follow this format for the first line: * Day-of-Week Month Day Year Name Surname - Version-Release ... ```

git-buildpackage will create the appropriate symlinks for pristine-tar anyway, so there is no need to force uscan to do it and potentially override settings from the user configuration.

This avoids a step if the workflow involves using --upstream-vcs-tag. Overridable with the --upstream-remote configuration option. Set this to the empty string to disable cloning.

needs_revision

This pull request adds pristine-lfs support in a similar way to the existing pristine-tar support. Since pristine-lfs has a Python interface, I use that instead of the command-line interface, but...

This works just fine when git can fast forward, i.e. with untracked content or changes in tracked files that are not touched by the commits. In case fast forward is...

When the export-dir is set, the git tree is archived and then re-extracted into the new place. Unfortunately, different directory is in use to create the archive (output_dir) and then...

It can be used to ignore certain paths or files from the repo.is_clean check. It's an alternative to the --git-ignore-new parameter, when you only need to skip a certain path....

Follow-up from #39. This patch is probably not ready for merging, but, a base for discussion. Discussion from #39 > I still think there is something broken in the gbp-pull...

needsreview

This is still in work, but I'd like to see comments, and don't merge yet. To fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812721 we first need to create the orig tarball like mk-origtargz, reading the...

needs_revision

* 4c0f956 adds support for the `import` command. Is this a good way to do it? * 22fe91b is a cosmetic change just to generate shorter `patch-queue/` branch names. With...

needs_revision