summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2017-07-18 00:09:15 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2017-07-18 00:17:59 +0000
commit651f12db05e39042f4fa4b3f0aac3cafc49cf2fd (patch)
tree748321c5bb7df88d6418ebd78d8a590dc547a299 /debian/rules
parentf32d92e1875af81ebfa22b1f34c7a3362cb1527d (diff)
Use alternatives for subvertpy-fast-export.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 74187fa5..7095ef19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,10 @@ override_dh_auto_install:
debian/python-subvertpy/usr/share/doc/python-subvertpy
cp -a apidocs debian/python-subvertpy/usr/share/doc/python-subvertpy/api
cp -a apidocs debian/python3-subvertpy/usr/share/doc/python3-subvertpy/api
+ mv debian/python3-subvertpy/usr/bin/subvertpy-fast-export \
+ debian/python3-subvertpy/usr/bin/subvertpy3-fast-export
+ mv debian/python-subvertpy/usr/bin/subvertpy-fast-export \
+ debian/python-subvertpy/usr/bin/subvertpy2-fast-export
override_dh_strip:
dh_strip -p python-subvertpy --dbgsym-migration='python-subvertpy-dbg (<< 0.9.3-1)'