[Debian-iot-packaging] [glewlwyd] 02/02: Import Debian changes 1.3.1-1

Thorsten Alteholz alteholz at moszumanska.debian.org
Mon Mar 19 21:42:07 UTC 2018


This is an automated email from the git hooks/post-receive script.

alteholz pushed a commit to branch master
in repository glewlwyd.

commit 77cb2712fa4c03e017195c24f86d4e442ea862ce
Merge: ac14617 9944f88
Author: Thorsten Alteholz <debian at alteholz.de>
Date:   Tue Jan 30 19:05:19 2018 +0100

    Import Debian changes 1.3.1-1
    
    glewlwyd (1.3.1-1) unstable; urgency=medium
    
      * New upstream release
      * debian/control: bump standard to 4.1.3 (no changes)
      * debian/control: use dh11

 .gitignore                                 |   1 +
 INSTALL.md                                 |  21 +-
 README.md                                  |  14 ++
 database/glewlwyd.init-db-only.mariadb.sql |   2 +-
 database/init-sqlite3-md5.sql              |   2 -
 database/init-sqlite3-sha.sql              |   2 -
 database/init-sqlite3-sha256.sql           |   2 -
 database/init-sqlite3-sha512.sql           |   2 -
 debian/changelog                           |   8 +
 debian/compat                              |   2 +-
 debian/control                             |   4 +-
 glewlwyd.conf.sample                       |   7 +-
 resources/ulfius/glewlwyd_resource.c       |  89 ++++---
 resources/ulfius/glewlwyd_resource.h       |   4 +-
 src/admin.c                                |   4 +-
 src/client.c                               |  39 +--
 src/glewlwyd.c                             |  47 +++-
 src/glewlwyd.h                             |  18 +-
 src/oauth.c                                |   6 +-
 src/resource.c                             |  10 +-
 src/scope.c                                |   4 +-
 src/token.c                                |  75 +++---
 src/user.c                                 | 179 ++++++++++++--
 src/webservice.c                           | 115 +++------
 test/Makefile                              |  23 +-
 test/glewlwyd_crud_user.c                  |  56 +++++
 test/glewlwyd_http_auth.c                  | 371 +++++++++++++++++++++++++++++
 webapp/app/glewlwyd.react.js               |   7 +-
 28 files changed, 879 insertions(+), 235 deletions(-)

diff --cc debian/changelog
index 0c576f1,0000000..79a63d1
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,43 -1,0 +1,51 @@@
++glewlwyd (1.3.1-1) unstable; urgency=medium
++
++  * New upstream release
++  * debian/control: bump standard to 4.1.3 (no changes)
++  * debian/control: use dh11
++
++ -- Thorsten Alteholz <debian at alteholz.de>  Tue, 30 Jan 2018 19:05:19 +0100
++
 +glewlwyd (1.2.4-1) unstable; urgency=medium
 +
 +  * New upstream release
 +
 + -- Thorsten Alteholz <debian at alteholz.de>  Tue, 21 Nov 2017 18:52:20 +0100
 +
 +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/compat
index f599e28,0000000..b4de394
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 10
++11
diff --cc debian/control
index eadd3a3,0000000..7d8cd10
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,68 -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)
++Build-Depends: debhelper (>= 11)
 +	, libmicrohttpd-dev
 +	, libjansson-dev
 +	, libcurl4-gnutls-dev
 +	, uuid-dev
 +	, libldap2-dev
 +	, libsqlite3-dev
 +	, libconfig-dev
 +	, libgnutls28-dev
 +	, libssl-dev
 +	, libjwt-dev
 +	, liborcania-dev
 +	, libyder-dev
 +	, libulfius-dev
 +	, libhoel-dev
- Standards-Version: 4.1.1
++Standards-Version: 4.1.3
 +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