2022-01-07 Fred Gleason <fredg@paravelsystems.com>

* Removed generation of the 'rivwebpyapi' DEB package.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-01-07 12:10:16 -05:00
parent 429b0789ae
commit ad18223329
3 changed files with 2 additions and 19 deletions

13
debian/rules.src vendored
View File

@@ -104,19 +104,6 @@ binary:
mv debian/tmp/usr/lib/python3/dist-packages/pypad.py debian/rivendell-pypad/usr/lib/python3/dist-packages/
mv debian/tmp/usr/lib/python3/dist-packages/__pycache__/* debian/rivendell-pypad/usr/lib/python3/dist-packages/__pycache__/
#
# python3-rivwebpyapi
#
mkdir -p debian/python3-rivwebpyapi/usr/lib/python3/dist-packages
mv debian/tmp/usr/lib/python3/dist-packages/rivwebpyapi debian/python3-rivwebpyapi/usr/lib/python3/dist-packages/
mkdir -p debian/python3-rivwebpyapi/usr/lib/python3/dist-packages/rivwebpyapi-@RIVWEBPYAPI_VERSION@.egg-info
cp apis/rivwebpyapi/PKG-INFO debian/python3-rivwebpyapi/usr/lib/python3/dist-packages/rivwebpyapi-@RIVWEBPYAPI_VERSION@.egg-info/
cp apis/rivwebpyapi/dependency_links.txt debian/python3-rivwebpyapi/usr/lib/python3/dist-packages/rivwebpyapi-@RIVWEBPYAPI_VERSION@.egg-info/
cp apis/rivwebpyapi/requires.txt debian/python3-rivwebpyapi/usr/lib/python3/dist-packages/rivwebpyapi-@RIVWEBPYAPI_VERSION@.egg-info/
cp apis/rivwebpyapi/top_level.txt debian/python3-rivwebpyapi/usr/lib/python3/dist-packages/rivwebpyapi-@RIVWEBPYAPI_VERSION@.egg-info/
mkdir -p debian/python3-rivwebpyapi/usr/share/doc/python3-rivwebpyapi/examples
cp apis/rivwebpyapi/tests/*.py debian/python3-rivwebpyapi/usr/share/doc/python3-rivwebpyapi/examples/
#
# rivendell-select