This commit is contained in:
parent
a5c6cfe134
commit
1b3924f2d5
5 changed files with 7 additions and 7 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
bouquin-sqlcipher4 (4.12.0-1~bouquin1) unstable; urgency=medium
|
bouquin-sqlcipher4 (4.16.0-1~bouquin1) unstable; urgency=medium
|
||||||
|
|
||||||
* Initial internal package.
|
* Initial internal package.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "bouquin-sqlcipher4"
|
name = "bouquin-sqlcipher4"
|
||||||
version = "4.12.0"
|
version = "4.16.0"
|
||||||
description = "DB-API 2.0 interface for SQLCipher 4.x, for use with Bouquin"
|
description = "DB-API 2.0 interface for SQLCipher 4.x, for use with Bouquin"
|
||||||
authors = [
|
authors = [
|
||||||
"Miguel Jacq <mig@mig5.net>",
|
"Miguel Jacq <mig@mig5.net>",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ cd sqlcipher && ./configure && make sqlite3.c && cp sqlite3.[ch] ../src/sqlciphe
|
||||||
|
|
||||||
# Publish to Pypi
|
# Publish to Pypi
|
||||||
poetry build
|
poetry build
|
||||||
poetry publish
|
#poetry publish
|
||||||
|
|
||||||
# Sign packages
|
# Sign packages
|
||||||
for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done
|
for file in `ls -1 dist/`; do qubes-gpg-client --batch --armor --detach-sign dist/$file > dist/$file.asc; done
|
||||||
|
|
@ -38,8 +38,8 @@ for dist in ${DISTS[@]}; do
|
||||||
-v "$PWD/dist/${release}":/out \
|
-v "$PWD/dist/${release}":/out \
|
||||||
bouquin-sqlcipher4-deb:${release}
|
bouquin-sqlcipher4-deb:${release}
|
||||||
|
|
||||||
debfile=$(ls -1 dist/${release}/*.deb)
|
find "dist/${release}" -name '*.deb' -print0 \
|
||||||
reprepro -b /home/user/git/repo includedeb "${release}" "${debfile}"
|
| xargs -0 -n1 reprepro -b /home/user/git/repo includedeb "${release}"
|
||||||
done
|
done
|
||||||
|
|
||||||
# RPM
|
# RPM
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
# To keep the RPM build closer to Debian while still using %pyproject_* macros,
|
# To keep the RPM build closer to Debian while still using %pyproject_* macros,
|
||||||
# this spec rewrites ONLY the [build-system] table at %prep time so that
|
# this spec rewrites ONLY the [build-system] table at %prep time so that
|
||||||
# PEP517 uses setuptools.build_meta with minimal requirements.
|
# PEP517 uses setuptools.build_meta with minimal requirements.
|
||||||
%global upstream_version 4.12.0
|
%global upstream_version 4.16.0
|
||||||
|
|
||||||
Name: bouquin-sqlcipher4
|
Name: bouquin-sqlcipher4
|
||||||
Version: %{upstream_version}
|
Version: %{upstream_version}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ab223bd801ec225d1497a077da08777d21d1266d
|
Subproject commit e2a6040f2ae5cfff2b3e08eb3320007d93cdf3fc
|
||||||
Loading…
Add table
Add a link
Reference in a new issue