[Python-modules-commits] [django-oauth-toolkit] 05/11: Convert from git-dpm to patches unapplied format

Michael Fladischer fladi at moszumanska.debian.org
Thu Nov 2 16:08:20 UTC 2017


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

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

commit 9a60cea5a8fd71f4d9acea02556a138923b22acf
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Thu Nov 2 16:21:57 2017 +0100

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm                                     | 8 --------
 debian/gbp.conf                                     | 2 ++
 oauth2_provider/templates/oauth2_provider/base.html | 3 +--
 3 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 0b9ee93..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,8 +0,0 @@
-# see git-dpm(1) from git-dpm package
-d49cdff49508e14cf757b423ddf7607362d7bc29
-d49cdff49508e14cf757b423ddf7607362d7bc29
-733e73785e1308e6544647a6aaef529395b58394
-733e73785e1308e6544647a6aaef529395b58394
-django-oauth-toolkit_1.0.0.orig.tar.gz
-4a5fb9af66e3c6267830d87a9659838f7321df46
-78173
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3879982
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/master
diff --git a/oauth2_provider/templates/oauth2_provider/base.html b/oauth2_provider/templates/oauth2_provider/base.html
index 7afd814..048c41f 100644
--- a/oauth2_provider/templates/oauth2_provider/base.html
+++ b/oauth2_provider/templates/oauth2_provider/base.html
@@ -7,9 +7,8 @@
     <meta name="description" content="">
     <meta name="author" content="">
 
-    {% load staticfiles %}
     {% block css %}
-        <link href="{% static 'oauth2_provider/bootstrap.min.css' %}" rel="stylesheet">
+        <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
     {% endblock css %}
 
     <style>

-- 
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