[Python-modules-commits] r33817 - in packages/djangorestframework/trunk/debian (3 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Mon Aug 17 06:43:01 UTC 2015


    Date: Monday, August 17, 2015 @ 06:43:00
  Author: bam
Revision: 33817

First attempt at latest version.

Not working yet.

Modified:
  packages/djangorestframework/trunk/debian/changelog
  packages/djangorestframework/trunk/debian/patches/remove_google_analytics.patch
  packages/djangorestframework/trunk/debian/patches/remove_remote_resources.patch

Modified: packages/djangorestframework/trunk/debian/changelog
===================================================================
--- packages/djangorestframework/trunk/debian/changelog	2015-08-17 06:27:57 UTC (rev 33816)
+++ packages/djangorestframework/trunk/debian/changelog	2015-08-17 06:43:00 UTC (rev 33817)
@@ -1,3 +1,10 @@
+djangorestframework (3.2.2-1) UNRELEASED; urgency=medium
+
+  * NOT RELEASED YET
+  * New upstream version.
+
+ -- Brian May <bam at debian.org>  Mon, 17 Aug 2015 16:28:00 +1000
+
 djangorestframework (3.0.5-2) unstable; urgency=medium
 
   * Add VCS-* headers.

Modified: packages/djangorestframework/trunk/debian/patches/remove_google_analytics.patch
===================================================================
--- packages/djangorestframework/trunk/debian/patches/remove_google_analytics.patch	2015-08-17 06:27:57 UTC (rev 33816)
+++ packages/djangorestframework/trunk/debian/patches/remove_google_analytics.patch	2015-08-17 06:43:00 UTC (rev 33817)
@@ -1,33 +1,7 @@
-Index: djangorestframework-3.0.5/docs_theme/404.html
+Index: djangorestframework/docs_theme/base.html
 ===================================================================
---- djangorestframework-3.0.5.orig/docs_theme/404.html	2015-02-11 09:48:38.000000000 +1100
-+++ djangorestframework-3.0.5/docs_theme/404.html	2015-03-15 18:10:09.854956539 +1100
-@@ -21,21 +21,6 @@
-   <!--[if lt IE 9]>
-     <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>
- </head>
- 
- <body onload="prettyPrint()" class="404-page">
-Index: djangorestframework-3.0.5/docs_theme/base.html
-===================================================================
---- djangorestframework-3.0.5.orig/docs_theme/base.html	2015-02-11 09:48:38.000000000 +1100
-+++ djangorestframework-3.0.5/docs_theme/base.html	2015-03-15 18:10:19.490739358 +1100
+--- djangorestframework.orig/docs_theme/base.html
++++ djangorestframework/docs_theme/base.html
 @@ -22,21 +22,6 @@
      <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->

Modified: packages/djangorestframework/trunk/debian/patches/remove_remote_resources.patch
===================================================================
--- packages/djangorestframework/trunk/debian/patches/remove_remote_resources.patch	2015-08-17 06:27:57 UTC (rev 33816)
+++ packages/djangorestframework/trunk/debian/patches/remove_remote_resources.patch	2015-08-17 06:43:00 UTC (rev 33817)
@@ -1,21 +1,11 @@
 Description: Removed remote resouces in index.md
 Last-Update: 2014-06-10
-Index: djangorestframework-3.0.5/docs/index.md
+Index: djangorestframework/docs/index.md
 ===================================================================
---- djangorestframework-3.0.5.orig/docs/index.md	2015-03-15 18:08:38.673011728 +1100
-+++ djangorestframework-3.0.5/docs/index.md	2015-03-15 18:24:08.887923808 +1100
-@@ -1,9 +1,6 @@
- <p class="badges" height=20px>
- <iframe src="http://ghbtns.com/github-btn.html?user=tomchristie&repo=django-rest-framework&type=watch&count=true" class="github-star-button" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
+--- djangorestframework.orig/docs/index.md
++++ djangorestframework/docs/index.md
+@@ -218,9 +218,6 @@ For support please see the [REST framewo
  
--<a href="https://twitter.com/share" class="twitter-share-button" data-url="django-rest-framework.org" data-text="Checking out the totally awesome Django REST framework! http://www.django-rest-framework.org" data-count="none"></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="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
--
- <img src="https://secure.travis-ci.org/tomchristie/django-rest-framework.svg?branch=master" class="travis-build-image">
- </p>
- 
-@@ -224,9 +221,6 @@
- 
  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>
@@ -24,16 +14,3 @@
  ## 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**.
-Index: djangorestframework-3.0.5/docs_theme/404.html
-===================================================================
---- djangorestframework-3.0.5.orig/docs_theme/404.html	2015-03-15 18:19:31.000000000 +1100
-+++ djangorestframework-3.0.5/docs_theme/404.html	2015-03-15 18:20:28.380937569 +1100
-@@ -5,8 +5,6 @@
-   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-   <meta charset="utf-8">
-   <title>Django REST framework - 404 - Page not found</title>
--  <link href="http://www.django-rest-framework.org/img/favicon.ico" rel="icon" type="image/x-icon">
--  <link rel="canonical" href="http://www.django-rest-framework.org/404" />
-   <meta name="viewport" content="width=device-width, initial-scale=1.0">
-   <meta name="description" content="Django, API, REST, 404 - Page not found">
-   <meta name="author" content="Tom Christie">




More information about the Python-modules-commits mailing list