Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
totalopenstation
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian GIS Project
totalopenstation
Commits
c971775f
Commit
c971775f
authored
5 years ago
by
Bas Couwenberg
Browse files
Options
Downloads
Patches
Plain Diff
Add gbp.conf to use pristine-tar & --source-only-changes by default.
parent
c9cc3533
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+1
-1
1 addition, 1 deletion
debian/changelog
debian/gbp.conf
+19
-0
19 additions, 0 deletions
debian/gbp.conf
with
20 additions
and
1 deletion
debian/changelog
+
1
−
1
View file @
c971775f
totalopenstation (0.3.3-4) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
*
Update
gbp.conf to use --source-only-changes by default.
*
Add
gbp.conf to use
pristine-tar &
--source-only-changes by default.
-- Matteo F. Vescovi <mfv@debian.org> Thu, 05 Jul 2018 11:21:10 +0200
...
...
This diff is collapsed.
Click to expand it.
debian/gbp.conf
0 → 100644
+
19
−
0
View file @
c971775f
[
DEFAULT
]
# The default name for the upstream branch is "upstream".
# Change it if the name is different (for instance, "master").
upstream
-
branch
=
upstream
# The default name for the Debian branch is "master".
# Change it if the name is different (for instance, "debian/unstable").
debian
-
branch
=
master
# git-import-orig uses the following names for the upstream tags.
# Change the value if you are not using git-import-orig
upstream
-
tag
=
upstream
/%(
version
)
s
# Always use pristine-tar.
pristine
-
tar
=
True
[
buildpackage
]
pbuilder
-
options
= --
source
-
only
-
changes
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment