File: removes-privacy-breach.patch

package info (click to toggle)
python-django-appconf 1.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 216 kB
  • ctags: 154
  • sloc: python: 368; makefile: 140
file content (18 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Removes privacy breach
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2015-09-12

--- python-django-appconf-1.0.1.orig/README.rst
+++ python-django-appconf-1.0.1/README.rst
@@ -1,10 +1,6 @@
 django-appconf
 ==============
 
-.. image:: https://secure.travis-ci.org/jezdez/django-appconf.png?branch=develop
-    :alt: Build Status
-    :target: http://travis-ci.org/jezdez/django-appconf
-
 A helper class for handling configuration defaults of packaged Django
 apps gracefully.