[med-svn] [gbrowse] 02/04: Symlink OpenID constumer secret to /etc/gbrowse/ConfigData.pm and document this in README.Debian
Andreas Tille
tille at debian.org
Wed Dec 14 21:01:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository gbrowse.
commit c26f2f89ccb661b98d50134f0e23d995c26fa950
Author: Andreas Tille <tille at debian.org>
Date: Wed Dec 14 21:46:27 2016 +0100
Symlink OpenID constumer secret to /etc/gbrowse/ConfigData.pm and document this in README.Debian
---
debian/README.Debian | 12 ++++++++++++
debian/changelog | 5 +++++
debian/gbrowse.links | 1 +
debian/rules | 2 ++
4 files changed, 20 insertions(+)
diff --git a/debian/README.Debian b/debian/README.Debian
index cee6c49..40cce88 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -12,3 +12,15 @@ GBrowse for Debian
Warning, an upgrade from version 2.38 and lower may delete some gbrowse internal files. If it occurs, one
just need to install again the package with a new apt-get install command. This will reinstall the
deleted files.
+
+
+Using GBrowse with OpenID
+-------------------------
+
+OpenID is not configured for GBrowse in Debian. You are free to configure
+an OpenID constumer secret in /etc/gbrowse/ConfigData.pm. As explained in
+https://bugs.debian.org/833885 openid is more and more deprecated and
+supported by less and less providers.
+We won't be able anyway to test openid easily as it needs to get a server
+and to declare the app in openid provider.
+
diff --git a/debian/changelog b/debian/changelog
index 5a50726..e2d9404 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,11 @@ gbrowse (2.54+dfsg-8) UNRELEASED; urgency=medium
* Fix deprecated unescaped left brace in regex
Closes: #826458
+ [ Andreas Tille ]
+ * Symlink OpenID constumer secret to /etc/gbrowse/ConfigData.pm
+ and document this in README.Debian
+ Closes: #833885
+
-- Andreas Tille <tille at debian.org> Wed, 14 Dec 2016 14:48:02 +0100
gbrowse (2.54+dfsg-7) unstable; urgency=medium
diff --git a/debian/gbrowse.links b/debian/gbrowse.links
index fdefede..e2fa853 100644
--- a/debian/gbrowse.links
+++ b/debian/gbrowse.links
@@ -1,2 +1,3 @@
usr/share/javascript/prototype/prototype.js usr/share/gbrowse/htdocs/js/prototype.js
usr/share/javascript/scriptaculous/scriptaculous.js usr/share/gbrowse/htdocs/js/scriptaculous.js
+etc/gbrowse/ConfigData.pm usr/share/perl5/GBrowse/ConfigData.pm
diff --git a/debian/rules b/debian/rules
index 850a90b..8d8bff5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,8 @@ override_dh_auto_install:
# Update conf files
sed -i 's/gbrowse2/gbrowse/g' $(CURDIR)/debian/gbrowse/etc/gbrowse/yeast*.conf
sed -i 's/gbrowse2/gbrowse/g' $(CURDIR)/debian/gbrowse/etc/gbrowse/slave*.conf
+ # move OpenID constumer secret to /etc/gbrowse to make it system admin configurable
+ mv $(CURDIR)/debian/gbrowse/usr/share/perl5/GBrowse/ConfigData.pm $(CURDIR)/debian/gbrowse/etc/gbrowse/ConfigData.pm
override_dh_installman:
#Rename due to perl extension seen as polish
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gbrowse.git
More information about the debian-med-commit
mailing list