[Debian-iot-packaging] [glewlwyd] 02/02: Import Debian changes 1.1.2-1
Thorsten Alteholz
alteholz at moszumanska.debian.org
Thu Sep 7 20:35:26 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 6762353ea77613c71319e5e18a9b608b5347e459
Merge: ce4b994 04b6238
Author: Thorsten Alteholz <debian at alteholz.de>
Date: Tue Sep 5 21:57:32 2017 +0200
Import Debian changes 1.1.2-1
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
.gitignore | 1 +
README.md => INSTALL.md | 67 +-
README.md | 316 +-
debian/changelog | 9 +
debian/control | 9 +-
debian/patches/series | 2 +-
glewlwyd.conf.sample | 6 +-
src/glewlwyd.c | 52 +-
src/glewlwyd.h | 7 +-
src/oauth.c | 10 +-
src/webservice.c | 14 +-
test/README.md | 22 +
test/glewlwyd.tests.sql | 1 +
test/glewlwyd_admin_authorization.c | 2 +-
test/glewlwyd_auth_code.c | 3 +-
test/glewlwyd_client_cred.c | 2 +-
test/glewlwyd_code.c | 2 +-
test/glewlwyd_code_client_confidential.c | 2 +-
test/glewlwyd_crud_client.c | 2 +-
test/glewlwyd_crud_resource.c | 2 +-
test/glewlwyd_crud_scope.c | 2 +-
test/glewlwyd_crud_user.c | 2 +-
test/glewlwyd_delete_token.c | 2 +-
test/glewlwyd_implicit.c | 2 +-
test/glewlwyd_refresh_token.c | 2 +-
test/glewlwyd_refresh_token_client_confidential.c | 2 +-
test/glewlwyd_resource_owner_pwd_cred.c | 2 +-
...d_resource_owner_pwd_cred_client_confidential.c | 2 +-
test/glewlwyd_update_user_profile.c | 2 +-
test/glewlwyd_user_refresh_token_admin.c | 12 +-
test/glewlwyd_user_refresh_token_user.c | 2 +-
test/glewlwyd_user_session_admin.c | 2 +-
test/glewlwyd_user_session_user.c | 2 +-
webapp/app/glewlwyd.react.js | 5 +-
webapp/css/bootstrap-theme.css | 587 +
webapp/css/bootstrap-theme.css.map | 1 +
webapp/css/bootstrap.css | 6757 ++
webapp/css/bootstrap.css.map | 1 +
webapp/css/bootstrap.vertical-tabs.css | 92 +
webapp/css/font-awesome.css | 2337 +
webapp/fonts/fontawesome-webfont.svg | 2671 +
webapp/js/bootstrap.js | 2377 +
webapp/js/browser.js | 70133 +++++++++++++++++++
webapp/js/browser.min.js | 86 +-
webapp/js/jquery-3.1.1.js | 10220 +++
webapp/js/js.cookie-2.1.3.js | 156 +
webapp/js/react-bootstrap.js | 20955 ++++++
webapp/js/react-bootstrap.min.js | 18 +-
webapp/js/react-bootstrap.min.js.map | 2 +-
webapp/js/react-dom.js | 18265 +++++
webapp/js/react.js | 3757 +
webapp/test-token.html | 376 -
52 files changed, 138498 insertions(+), 865 deletions(-)
diff --cc debian/changelog
index 60645ce,0000000..faf8113
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,12 -1,0 +1,21 @@@
++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 ed2ea6e,0000000..45d65ae
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,68 -1,0 +1,69 @@@
+Source: glewlwyd
+Section: web
+Priority: optional
- Maintainer: Thorsten Alteholz <debian at alteholz.de>
++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.0.0
++Standards-Version: 4.1.0
+Homepage: https://github.com/babelouest/glewlwyd
- #Vcs-Git: https://anonscm.debian.org/collab-maint/glewlwyd.git
- #Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/glewlwyd.git
++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.
diff --cc debian/patches/series
index cfc8476,0000000..0b49c4b
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,2 -1,0 +1,2 @@@
- remove-privacy-breach.patch
++#remove-privacy-breach.patch
+hardening.patch
--
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