Commit 3a8ed032 authored by Ophélie Gagnard's avatar Ophélie Gagnard

distribution-specifics/: Add mca/

build-scripts/configuration_information.sh: Warning: Switch to mca.
TODO.txt: Update.
parent 54c585eb
......@@ -2,6 +2,7 @@
SHORT RUN
"Merge" BUILD_DIR and RUN_BUILDOUT_DIR. Don't forgot the templates.
In Makefile.in, allow to select some parts to copy.
Set the versions to 1-1 instead of 0-1?
LONG RUN
Use a ./configure script?
......
......@@ -9,7 +9,7 @@ INITIAL_DIR="$(pwd)"/
VERSION=0
#RECIPE_VERSION=1
RELEASE=1
SOFTWARE_NAME=lunzip
SOFTWARE_NAME=mca
COMPOUND_VERSION=${VERSION}-${RELEASE}
VERSION_NAME=${SOFTWARE_NAME}_${COMPOUND_VERSION}
......@@ -25,7 +25,7 @@ TARBALL_DIR=$INITIAL_DIR/tarballs/$VERSION_NAME
# BUILD INFORMATION
# Modify the following variables accordingly
SR_PATH=$TARBALL_DIR/software_release/component/lunzip/buildout.cfg
SR_PATH=$TARBALL_DIR/software_release/software/fluent-bit/software.cfg
TEMPLATE_DIR=$INITIAL_DIR/templates
BUILD_DIR=$TARBALL_DIR/build/ # former BUILD_ROOT_DIRECTORY
......
mca (0-1) UNRELEASED; urgency=medium
* Initial release. (Closes: #XXXXXX)
-- test <test@debian> Tue, 25 Jan 2022 18:27:17 +0100
Source: mca
Maintainer: Francois Gagnard <francois.gagnard@nexedi.com>
Section: net
Priority: optional
Build-Depends: debhelper,
chrpath,
python
Homepage: https://slapos.nexedi.com
Package: fluent-bit
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
ucf,
uml-utilities,
# slapgrid-sr needed by most recipes
libc6-dev | libc-dev,
gcc | c-compiler,
g++ | c++-compiler,
make,
patch,
# slapos node collect
lm-sensors,
# devperm manager plugin wants to use lsblk
util-linux
Conflicts:
Description: fluent-bit packaging test
/opt/mca_0-1/bin/
/opt/mca_0-1/lib/
/opt/mca_0-1/etc/
#!/usr/bin/make -f
#export DH_VERBOSE=1
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
%:
dh $@
override_dh_installdebconf:
override_dh_makeshlibs:
dh_makeshlibs -n
override_dh_shlibdeps:
dh_shlibdeps -- -x$(PACKAGE)
rm -f $(TMP)/DEBIAN/shlibs
Format: 3.0 (native)
Source: fluent-bit
Architecture: any
Version: 1
Build-Depends: debhelper (>= 4.1.16), chrpath, po-debconf, wget, python (>= 2.7), python-dev, libssl-dev
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment