init import

This commit is contained in:
Олег Бородин
2026-05-24 11:02:51 +02:00
commit 25365aef77
154 changed files with 21501 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
changelog
control
*~
tmp
+1
View File
@@ -0,0 +1 @@
mbase for Debian
+5
View File
@@ -0,0 +1,5 @@
mbase (@PACKAGE_VERSION@-1) unstable; urgency=low
* Release.
-- Oleg Borodin <borodin@unix7.org> Sun, 29 Oct 2017 18:57:56 +0200
+1
View File
@@ -0,0 +1 @@
10
+15
View File
@@ -0,0 +1,15 @@
Source: mbase
Section: utils
Priority: extra
Maintainer: borodin@unix7.org
Build-Depends: debhelper (>=8)
Standards-Version: @PACKAGE_VERSION@
Homepage: http://wiki.unix7.org
Package: mbase-control
Description: mbase
Architecture: amd64
Package: mbase-service
Description: mbase
Architecture: amd64
+5
View File
@@ -0,0 +1,5 @@
mstore-control-dbgsym_2.11.0-1_amd64.deb debug optional automatic=yes
mstore-control_2.11.0-1_amd64.deb utils extra
mstore-service-dbgsym_2.11.0-1_amd64.deb debug optional automatic=yes
mstore-service_2.11.0-1_amd64.deb utils extra
mstore_2.11.0-1_amd64.buildinfo utils extra
+2
View File
@@ -0,0 +1,2 @@
usr/bin/mstorectl
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh -e
Vendored Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh -e
Vendored Executable
+20
View File
@@ -0,0 +1,20 @@
#!/bin/sh
set -e
case "$1" in
install|upgrade)
;;
abort-upgrade)
;;
*)
echo "preinst called with unknown argument \`$1'" >&2
exit 1
;;
esac
#DEBHELPER#
exit 0
Vendored Executable
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh -e
+6
View File
@@ -0,0 +1,6 @@
usr/sbin/mstored
lib/systemd/system/mstored.service
var/run/mstore
var/log/mstore
etc/mstore
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh -e
if [ "$1" = "configure" ] ; then
# Initial installation
systemctl preset mstored.service >/dev/null 2>&1 || :
fi
Vendored Executable
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh -e
systemctl daemon-reload >/dev/null 2>&1 || :
Vendored Executable
+20
View File
@@ -0,0 +1,20 @@
#!/bin/sh
set -e
case "$1" in
install|upgrade)
;;
abort-upgrade)
;;
*)
echo "preinst called with unknown argument \`$1'" >&2
exit 1
;;
esac
#DEBHELPER#
exit 0
Vendored Executable
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh -e
if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
# Package removal, not upgrade
systemctl --no-reload disable mstored.service > /dev/null 2>&1 || :
systemctl stop mstored.service > /dev/null 2>&1 || :
fi
+1
View File
@@ -0,0 +1 @@
# You must remove unused comment lines for the released package.
Vendored Executable
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/make -f
export GO111MODULE=on
export GOPROXY=https://proxy.golang.org
%:
dh $@
override_dh_auto_configure:
./configure --prefix=/usr
#EOF
+1
View File
@@ -0,0 +1 @@
3.0 (quilt)
View File
+1
View File
@@ -0,0 +1 @@
version=3