[Debian-iot-packaging] [glewlwyd] 02/02: Import Debian changes 1.2.2-1
Thorsten Alteholz
alteholz at moszumanska.debian.org
Fri Oct 13 20:53:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository glewlwyd.
commit 7a9d1e2c19a879040c05224d36a95da2b88e5d72
Merge: 111f237 d902998
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Sat Oct 7 16:33:07 2017 +0200
Import Debian changes 1.2.2-1
glewlwyd (1.2.2-1) unstable; urgency=medium
* New upstream release
* debian/control: bump standard to 4.1.1 (no changes)
* debian/control: remove dependency on default-libmysqlclient-dev and
let libhoel-dev do the sql magic (Closes: #876714)
INSTALL.md | 34 +++-
database/README.md | 31 +++
.../glewlwyd.init-db-only.mariadb.sql | 0
.../glewlwyd.init-db-only.sqlite3.sql | 0
glewlwyd.mariadb.sql => database/init-mariadb.sql | 32 ++-
.../init-sqlite3-md5.sql | 27 ++-
.../init-sqlite3-sha.sql | 27 ++-
.../init-sqlite3-sha256.sql | 27 ++-
.../init-sqlite3-sha512.sql | 27 ++-
webapp/init.sql => database/init-webapp-only.sql | 0
debian/changelog | 9 +
debian/control | 3 +-
src/oauth.c | 214 +++++++++++----------
src/token.c | 16 +-
14 files changed, 328 insertions(+), 119 deletions(-)
diff --cc debian/changelog
index 3fe92be,0000000..771b156
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,28 -1,0 +1,37 @@@
++glewlwyd (1.2.2-1) unstable; urgency=medium
++
++ * New upstream release
++ * debian/control: bump standard to 4.1.1 (no changes)
++ * debian/control: remove dependency on default-libmysqlclient-dev and
++ let libhoel-dev do the sql magic (Closes: #876714)
++
++ -- Thorsten Alteholz <debian at alteholz.de> Sat, 07 Oct 2017 16:33:07 +0200
++
+glewlwyd (1.2-1) unstable; urgency=medium
+
+ * New upstream release
+ * move config file to /etc/glewlwyd
+
+ -- Thorsten Alteholz <debian at alteholz.de> Fri, 15 Sep 2017 18:39:08 +0200
+
+glewlwyd (1.1.2-1) unstable; urgency=medium
+
+ * New upstream release
+ * debian/control: bump standard to 4.1.0 (no changes)
+ * debian/control: add VCS URLs
+ * debian/control: set maintainer to team
+
+ -- Thorsten Alteholz <debian at alteholz.de> Tue, 05 Sep 2017 21:57:32 +0200
+
+glewlwyd (1.1-2) unstable; urgency=medium
+
+ * create fonts stuff within dh_install-indep (Closes: #871623)
+ * put font package into fonts section (Closes: #871589)
+
+ -- Thorsten Alteholz <debian at alteholz.de> Wed, 16 Aug 2017 20:39:01 +0200
+
+glewlwyd (1.1-1) unstable; urgency=medium
+
+ * Initial release
+
+ -- Thorsten Alteholz <debian at alteholz.de> Mon, 07 Aug 2017 19:39:01 +0200
diff --cc debian/control
index 45d65ae,0000000..1a23155
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,69 -1,0 +1,68 @@@
+Source: glewlwyd
+Section: web
+Priority: optional
+Maintainer: Debian IoT Maintainers <debian-iot-maintainers at lists.alioth.debian.org>
+Uploaders: Thorsten Alteholz <debian at alteholz.de>
+Build-Depends: debhelper (>= 10)
+ , libmicrohttpd-dev
+ , libjansson-dev
+ , libcurl4-gnutls-dev
+ , uuid-dev
+ , libldap2-dev
- , default-libmysqlclient-dev
+ , libsqlite3-dev
+ , libconfig-dev
+ , libgnutls28-dev
+ , libssl-dev
+ , libjwt-dev
+ , liborcania-dev
+ , libyder-dev
+ , libulfius-dev
+ , libhoel-dev
- Standards-Version: 4.1.0
++Standards-Version: 4.1.1
+Homepage: https://github.com/babelouest/glewlwyd
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-iot/glewlwyd.git
+Vcs-Git: https://anonscm.debian.org/git/debian-iot/glewlwyd.git
+
+Package: glewlwyd
+Architecture: any
+Depends: ${shlibs:Depends},
+ , ${misc:Depends}
+ , lsb-base (>=3.0-6)
+ , glewlwyd-common
+Description: OAuth2 authentication server providing Json Web Tokens
+ Lightweight, fast and easy to install on small systems. Requires a
+ MySql or SQLite3 database. Handles LDAP or database for users backend.
+ .
+ The API backend is fully written in language C, it's based on Ulfius
+ HTTP framework, Hoel database framework and Libjwt JSON Web Tokens
+ library.
+
+Package: glewlwyd-common
+Depends: ${misc:Depends}
+ , fonts-glewlwyd
+Architecture: all
+Description: OAuth2 authentication server providing Json Web Tokens - common files
+ Lightweight, fast and easy to install on small systems. Requires a
+ MySql or SQLite3 database. Handles LDAP or database for users backend.
+ .
+ The API backend is fully written in language C, it's based on Ulfius
+ HTTP framework, Hoel database framework and Libjwt JSON Web Tokens
+ library.
+ .
+ This package contains the architecture independent files.
+
+Package: fonts-glewlwyd
+Depends: ${misc:Depends}
+ , fonts-font-awesome
+Architecture: all
+Section: fonts
+Multi-Arch: foreign
+Description: OAuth2 authentication server providing Json Web Tokens - font files
+ Lightweight, fast and easy to install on small systems. Requires a
+ MySql or SQLite3 database. Handles LDAP or database for users backend.
+ .
+ The API backend is fully written in language C, it's based on Ulfius
+ HTTP framework, Hoel database framework and Libjwt JSON Web Tokens
+ library.
+ .
+ This package contains the needed fonts.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-iot/glewlwyd.git
More information about the Debian-iot-packaging
mailing list