[Python-modules-commits] [djangorestframework] 01/01: Convert from git-dpm to patches unapplied format

Brian May bam at moszumanska.debian.org
Sun Jul 2 21:54:35 UTC 2017


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

bam pushed a commit to branch debian/master
in repository djangorestframework.

commit 09c77fc3d7547d21fc1fc886a54a04d5522ac785
Author: Brian May <bam at moszumanska.debian.org>
Date:   Sun Jul 2 21:54:35 2017 +0000

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm      | 11 -----------
 debian/gbp.conf      |  2 ++
 docs/index.md        |  3 +++
 docs_theme/base.html | 15 +++++++++++++++
 4 files changed, 20 insertions(+), 11 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 51a6dcd..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-952392f91a2177bbc41cfed8ae76579a9c81b266
-952392f91a2177bbc41cfed8ae76579a9c81b266
-a05b6ba96710a9b0bf3f3ba34c84a6eb32d1cc53
-a05b6ba96710a9b0bf3f3ba34c84a6eb32d1cc53
-djangorestframework_3.4.0.orig.tar.gz
-b37fe03ba071537396543ef389d26035c9bf93ae
-2830352
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
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/docs/index.md b/docs/index.md
index a0f6093..f64056c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -263,6 +263,9 @@ For support please see the [REST framework discussion group][group], try the  `#
 
 For updates on REST framework development, you may also want to follow [the author][twitter] on Twitter.
 
+<a style="padding-top: 10px" href="https://twitter.com/_tomchristie" class="twitter-follow-button" data-show-count="false">Follow @_tomchristie</a>
+<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+
 ## Security
 
 If you believe you’ve found something in Django REST framework which has security implications, please **do not raise the issue in a public forum**.
diff --git a/docs_theme/base.html b/docs_theme/base.html
index d60fbce..6cb929d 100644
--- a/docs_theme/base.html
+++ b/docs_theme/base.html
@@ -22,6 +22,21 @@
     <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
+  <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-18852272-2']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script');
+      ga.type = 'text/javascript';
+      ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0];
+      s.parentNode.insertBefore(ga, s);
+    })();
+  </script>
+
   <style>
   #sidebarInclude img {
       margin-bottom: 10px;

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



More information about the Python-modules-commits mailing list