]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: should dh_python3 python3-* not python-*
authorKefu Chai <kchai@redhat.com>
Fri, 26 Aug 2016 02:40:18 +0000 (10:40 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 26 Aug 2016 02:50:28 +0000 (10:50 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
debian/rules

index 134d228c7bf2e8b5398316e54d664141c26ffe5a..c3bdfbc79b2dd549db3a620e4c7d8d5a686669e8 100755 (executable)
@@ -145,7 +145,7 @@ override_dh_python2:
 
 override_dh_python3:
        for binding in rados cephfs rbd; do                                \
-         dh_python3 -p python-$$binding; \
+         dh_python3 -p python3-$$binding; \
        done
        dh_python3 -p python3-ceph-argparse