[Pkg-gnupg-commit] [gpgme] 01/02: ensure that source version makes it through to python-pyme-dbgsym

Daniel Kahn Gillmor dkg at fifthhorseman.net
Tue Oct 25 17:16:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gpgme.

commit 5699817dff31f1e849134cf5d10ae7fb05c49ea7
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Oct 25 12:21:30 2016 -0400

    ensure that source version makes it through to python-pyme-dbgsym
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index db2e656..0a31f6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,8 +30,9 @@ override_dh_gencontrol-arch:
 	-Pdebian/python-pyme \
 	-Odebian/python-pyme/DEBIAN/control
 	# and add an epoch to the generated dbgsym as well:
-	sed -i -e 's/Version: /Version: 1:/' \
-	-e 's/Depends: python-pyme (= /Depends: python-pyme (= 1:/' \
+	sed -i -e 's/^Version: /Version: 1:/' \
+	-e 's/^Depends: python-pyme (= /Depends: python-pyme (= 1:/' \
+	-e 's/^Source: gpgme1.0$/Source: gpgme1.0 ($(DEBIAN_VERSION))/' \
 	debian/.debhelper/python-pyme/dbgsym-root/DEBIAN/control
 
 override_dh_installdocs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list