[Pkg-gnupg-commit] [gpgme] 04/05: ensure that python-pyme-dbgsym has the right versioning

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Oct 14 20:31:13 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 c71a8a6902d02a9ebaa823c3fe5f566b903a10a6
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Fri Oct 14 16:06:38 2016 -0400

    ensure that python-pyme-dbgsym has the right versioning
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index d265668..db2e656 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,10 @@ override_dh_gencontrol-arch:
 	-Tdebian/python-pyme.substvars \
 	-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:/' \
+	debian/.debhelper/python-pyme/dbgsym-root/DEBIAN/control
 
 override_dh_installdocs:
 	dh_installdocs -X.md5

-- 
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