]> git.proxmox.com Git - ceph.git/commitdiff
buildsys: call lintian and fix python3-ceph-argparse arch
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Jul 2019 17:08:10 +0000 (19:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Jul 2019 17:09:44 +0000 (19:09 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 5d305e73e201b98d23725fae47e90cf2ef37c385..742a4600e4d27b1868bf6e5eb09f2c209729b7d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ librbd1_${VER}-${DEBREL}_${ARCH}.deb \
 librbd-dev_${VER}-${DEBREL}_${ARCH}.deb \
 librgw2_${VER}-${DEBREL}_${ARCH}.deb \
 librgw-dev_${VER}-${DEBREL}_${ARCH}.deb \
-python3-ceph-argparse_${VER}-${DEBREL}_${ARCH}.deb \
+python3-ceph-argparse_${VER}-${DEBREL}_all.deb \
 python3-cephfs_${VER}-${DEBREL}_${ARCH}.deb \
 python3-rados_${VER}-${DEBREL}_${ARCH}.deb \
 python3-rbd_${VER}-${DEBREL}_${ARCH}.deb \
@@ -90,6 +90,7 @@ deb: ${DEBS} ${DBG_DEBS}
 ${DEBS_REST} ${DBG_DEBS}: $(MAIN_DEB)
 $(MAIN_DEB): ${BUILDSRC}
        cd ${BUILDSRC}; dpkg-buildpackage -b -uc -us
+       lintian ${DEBS}
        @echo ${DEBS}
 
 .PHONY: dsc