Fix Database migration version handling (#1356)

This commit is contained in:
LordGrey
2021-10-16 13:54:18 +02:00
committed by GitHub
parent ac1dad77e3
commit 532ac7e330
8 changed files with 267 additions and 171 deletions

3
debian/rules vendored
View File

@@ -14,6 +14,7 @@ binary-indep:
binary-arch:
cd $(BUILDDIR); cmake -P cmake_install.cmake
rm -rf debian/tmp/usr/include debian/tmp/usr/lib debian/tmp/usr/bin/flatc
mkdir debian/tmp/DEBIAN
cp cmake/package-scripts/postinst debian/tmp/DEBIAN
chmod 0775 debian/tmp/DEBIAN/postinst
@@ -23,7 +24,7 @@ binary-arch:
chmod 0775 debian/tmp/DEBIAN/prerm
dpkg-gencontrol -phyperion
dpkg --build debian/tmp ..
rm -rf debian/tmp
rm -rf debian/tmp $(BUILDDIR)
clean:
rm -rf $(BUILDDIR)