[Python-modules-commits] [django-oauth-toolkit] 02/09: Initialize git-dpm

Michael Fladischer fladi at moszumanska.debian.org
Fri Dec 25 13:53:54 UTC 2015


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

fladi pushed a commit to branch master
in repository django-oauth-toolkit.

commit e28b5c3fc365fb5b78f33150cfad7dddf56d8f10
Merge: 9ebfdfa 4b5d4f3
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Dec 25 14:05:28 2015 +0100

    Initialize git-dpm

 debian/.git-dpm                                    |  8 +++++++
 ...e-CDN-URL-with-a-local-bootstrap-CSS-file.patch | 26 ++++++++++++++++++++++
 debian/patches/series                              |  2 +-
 debian/patches/use_local_bootstrap.patch           | 19 ----------------
 .../templates/oauth2_provider/base.html            |  3 ++-
 5 files changed, 37 insertions(+), 21 deletions(-)

diff --cc debian/.git-dpm
index 0000000,0000000..d6746cc
new file mode 100644
--- /dev/null
+++ b/debian/.git-dpm
@@@ -1,0 -1,0 +1,8 @@@
++# see git-dpm(1) from git-dpm package
++4b5d4f3bd5e03124ac0539fbdc775ac805a11af6
++4b5d4f3bd5e03124ac0539fbdc775ac805a11af6
++b9b658c70aa989b817f662c357bd5425992e9cd9
++b9b658c70aa989b817f662c357bd5425992e9cd9
++django-oauth-toolkit_0.9.0.orig.tar.gz
++1ec24c30f3aab6ff870ef4c17befa4f5174b745d
++64703
diff --cc debian/patches/0001-Replace-CDN-URL-with-a-local-bootstrap-CSS-file.patch
index 0000000,0000000..3e8e22e
new file mode 100644
--- /dev/null
+++ b/debian/patches/0001-Replace-CDN-URL-with-a-local-bootstrap-CSS-file.patch
@@@ -1,0 -1,0 +1,26 @@@
++From 4b5d4f3bd5e03124ac0539fbdc775ac805a11af6 Mon Sep 17 00:00:00 2001
++From: Michael Fladischer <fladi at debian.org>
++Date: Fri, 25 Dec 2015 14:05:27 +0100
++Subject: Replace CDN URL with a local bootstrap CSS file
++
++Last-Update: 2015-08-27
++Forwarded: not-needed
++---
++ oauth2_provider/templates/oauth2_provider/base.html | 3 ++-
++ 1 file changed, 2 insertions(+), 1 deletion(-)
++
++diff --git a/oauth2_provider/templates/oauth2_provider/base.html b/oauth2_provider/templates/oauth2_provider/base.html
++index 0781951..3f2afb1 100644
++--- a/oauth2_provider/templates/oauth2_provider/base.html
+++++ b/oauth2_provider/templates/oauth2_provider/base.html
++@@ -7,8 +7,9 @@
++     <meta name="description" content="">
++     <meta name="author" content="">
++ 
+++    {% load staticfiles %}
++     {% block css %}
++-        <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
+++        <link href="{% static 'oauth2_provider/bootstrap.min.css' %}" rel="stylesheet">
++     {% endblock css %}
++ 
++     <style>
diff --cc debian/patches/series
index c359d7e,0000000..3c50a87
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,1 -1,0 +1,1 @@@
- use_local_bootstrap.patch
++0001-Replace-CDN-URL-with-a-local-bootstrap-CSS-file.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-oauth-toolkit.git



More information about the Python-modules-commits mailing list