Commit 65232635 authored by Ophélie Gagnard's avatar Ophélie Gagnard

build-scripts/configuration-information.sh: WARNING: Switch $SOFTWARE_NAME to example

distribution-specifics/:
distribution-specifics/light-build-dependencies-mca/: Update.
distribution-specifics/static-light-build-dependencies-mca/: Initial commit.
- Add support for a statically linked version of MCA.
(- Copy the .dsc and the debian files from light-build-dependencies-mca with the right replacements.)
parent 0e7929a7
......@@ -9,7 +9,7 @@ INITIAL_DIR="$(pwd)"/
SOFTWARE_VERSION=1
#RECIPE_VERSION=1
DEBIAN_REVISION=1
SOFTWARE_NAME=light-build-dependencies-mca
SOFTWARE_NAME=example
# For the version format, see: https://www.debian.org/doc/manuals/debian-faq/pkg-basics.en.html#pkgname
# here, in <foo>_<VersionNumber>-<DebianRevisionNumber>_<DebianArchitecture>.deb
......
......@@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 4.1.16),
python (>= 2.7),
python3 (>= 3.7),
python3-dev (>= 3.7),
golang (>= 2:1.15~1)
golang (>= 2:1.15~1),
cmake (>= 3.18)
Package: light-build-dependencies-mca
Architecture: any
......
......@@ -13,5 +13,5 @@ override_dh_makeshlibs:
dh_makeshlibs -n
override_dh_shlibdeps:
dh_shlibdeps -- -x$(PACKAGE)
#dh_shlibdeps -v --dpkg-shlibdeps-params=--ignore-missing-info -- -x$(PACKAGE)
rm -f $(TMP)/DEBIAN/shlibs
......@@ -8,4 +8,5 @@ Build-Depends: debhelper (>= 4.1.16),
python (>= 2.7),
python3 (>= 3.7),
python3-dev (>= 3.7),
golang (>= 2:1.15~1)
golang (>= 2:1.15~1),
cmake (>= 3.18)
static-light-build-dependencies-mca (1-1) UNRELEASED; urgency=medium
* Initial release. (Closes: #XXXXXX)
-- test <test@debian> Tue, 25 Jan 2022 18:27:17 +0100
Source: static-light-build-dependencies-mca
Maintainer: Francois Gagnard <francois.gagnard@nexedi.com>
Section: net
Priority: optional
Build-Depends: debhelper (>= 4.1.16),
chrpath,
wget,
python (>= 2.7),
python3 (>= 3.7),
python3-dev (>= 3.7),
golang (>= 2:1.15~1),
cmake (>= 3.18)
Package: static-light-build-dependencies-mca
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,
# devperm manager plugin wants to use lsblk
util-linux
Conflicts:
Description: static-light-build-dependencies-mca packaging test
/opt/static-light-build-dependencies-mca_1-1/bin/
/opt/static-light-build-dependencies-mca_1-1/include/
/opt/static-light-build-dependencies-mca_1-1/etc/
/opt/static-light-build-dependencies-mca_1-1/lib/
/opt/static-light-build-dependencies-mca_1-1/share/
#!/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 -v --dpkg-shlibdeps-params=--ignore-missing-info -- -x$(PACKAGE)
rm -f $(TMP)/DEBIAN/shlibs
Format: 3.0 (native)
Source: static-light-build-dependencies-mca
Architecture: any
Version: 1
Build-Depends: debhelper (>= 4.1.16),
chrpath,
wget,
python (>= 2.7),
python3 (>= 3.7),
python3-dev (>= 3.7),
golang (>= 2:1.15~1),
cmake (>= 3.18)
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