[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/sid] 4 commits: gbp: Always use pristine-tar

Guido Günther gitlab at salsa.debian.org
Mon Apr 27 08:19:53 BST 2020



Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / libvirt


Commits:
c5b9aabe by Andrea Bolognani at 2020-04-27T09:19:02+02:00
gbp: Always use pristine-tar

This is the default, but it doesn't hurt to record this fact
explicitly in the configuration file, if only as documentation
of our preference.

Gbp-Dch: Ignore

- - - - -
1805797c by Andrea Bolognani at 2020-04-27T09:19:12+02:00
gbp: Import and export upstream signatures

We've stored upstream signatures in the pristine-tar branch for
a while now, but until recently gbp didn't automatically process
them.

Now that #872864 has been fixed, we can finally tell gbp that
upstream produces signed releases and that the signatures should
always be imported and exported along with the corresponding
release archive.

Gbp-Dch: Ignore

- - - - -
97cf8845 by Andrea Bolognani at 2020-04-27T09:19:17+02:00
gbp: Sign upstream/* tags

We do this already, but encoding this requirement in the gbp
configuration means it's no longer possible to mistakenly skip
this step.

Gbp-Dch: Ignore

- - - - -
3ebdef80 by Andrea Bolognani at 2020-04-27T09:19:25+02:00
gbp: Use 'replace' update strategy

We've been inconsistent with this, using both strategies at
one point or another; based on the number of occurrences, the
preferred one appears to be 'replace', so configure gbp
accordingly to ensure that we always use the same strategy every
single time going forward.

Gbp-Dch: Ignore

- - - - -


1 changed file:

- debian/gbp.conf


Changes:

=====================================
debian/gbp.conf
=====================================
@@ -1,6 +1,12 @@
 [DEFAULT]
 upstream-branch=upstream/latest
 debian-branch=debian/sid
+pristine-tar = True
+upstream-signatures = on
+
+[import-orig]
+merge-mode = replace
+sign-tags = True
 
 [pq]
 patch-numbers = False



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/da804f9dcbad023d3f054655d3753ce95926761e...3ebdef802d31639b28861c5261ff0aaf7ec1e117

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/da804f9dcbad023d3f054655d3753ce95926761e...3ebdef802d31639b28861c5261ff0aaf7ec1e117
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20200427/572913d1/attachment.html>


More information about the Pkg-libvirt-commits mailing list