887
885
echo >> debian/control; \
888
886
echo "Package: @install_name@" >> debian/control; \
889
887
echo "Architecture: any" >> debian/control; \
891
889
echo "Description: File integrity checker" >> debian/control; \
892
890
echo " A file integrity checker" >> debian/control; \
893
891
echo "running debuild -us -uc"; \
895
893
DEBFILE=`find ../ -follow -maxdepth 1 -cnewer ./debian/control 2>/dev/null | grep '@install_name@_$(VERSION)' | grep '\.deb'`; \
896
894
if test x"$$DEBFILE" = x; then \
897
895
echo "Error ... cannot find package file"; \