Skip to content

Commit

Permalink
Updating for Debian packaging & name of the OBS upload script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpc-lip6 committed Jan 6, 2025
1 parent 2a27377 commit 5c73ca2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion packaging/coriolis-eda.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Build-Depends: debhelper-compat (= 13),
ninja-build,
python3,
python3-pip,
python3-pdm,
python3-setuptools,
python3-wheel,
python3-virtualenv,
Expand Down
2 changes: 1 addition & 1 deletion packaging/coriolis-eda.spec
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Warning: This package is only a stub for now.

%install
CFLAGS=`echo ${CFLAGS} | sed 's,-Werror[^ ]*,,'`
CXXFLAGS=`echo ${CFLAGS} | sed 's,-Werror[^ ]*,,'`
CXXFLAGS=`echo ${CXXFLAGS} | sed 's,-Werror[^ ]*,,'`
CORIOLIS_TOP=%{_prefix}; export CORIOLIS_TOP
DESTDIR=%{buildroot}; export DESTDIR

Expand Down
1 change: 0 additions & 1 deletion packaging/debian.control
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Build-Depends: debhelper-compat (= 13),
ninja-build,
python3,
python3-pip,
python3-pdm,
python3-setuptools,
python3-wheel,
python3-virtualenv,
Expand Down
1 change: 1 addition & 0 deletions packaging/debian.series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coloquinte-clamp.patch -p1
5 changes: 3 additions & 2 deletions packaging/mkArchives.sh → packaging/uploadOBS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

printHelp () {
echo ""
echo " Usage: mkArchives.sh [--sources] [--docs] [--venv] [--commit] [--run]"
echo " Usage: uploadOBSs.sh [--sources] [--docs] [--venv] [--commit] [--run]"
echo ""
echo " Options:"
echo " [--sources] : Build an archive from the HEAD of the current branch."
Expand Down Expand Up @@ -49,7 +49,7 @@
exit 1
fi

echo "Running mkArchives.sh"
echo "Running uploadOBSs.sh"
echo "* Using HEAD githash as release: ${githash}."
if [ "${doSources}" = "true" ]; then
echo "* Making source file archive from Git HEAD ..."
Expand Down Expand Up @@ -82,6 +82,7 @@
packaging/coriolis-eda.dsc \
packaging/debian.copyright \
packaging/debian.changelog \
packaging/debian.series \
packaging/debian.control \
packaging/debian.rules \
packaging/debian.coriolis-eda.install \
Expand Down

0 comments on commit 5c73ca2

Please sign in to comment.