mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix Database migration version handling (#1356)
This commit is contained in:
2
debian/control.in
vendored
2
debian/control.in
vendored
@@ -2,7 +2,7 @@ Source: hyperion
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Build-Depends: @BUILD_DEPENDS@
|
||||
Standards-Version: 2.0.0
|
||||
Standards-Version: @STANDARDS_VERSION@
|
||||
Maintainer: Hyperion Project <admin@hyperion-project.org>
|
||||
Homepage: https://hyperion-project.org/
|
||||
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user