[Python-modules-commits] [python-django-extensions] 05/07: Ship and use local screenshot images for documentation to replace the ones hosted on github.

Michael Fladischer fladi at moszumanska.debian.org
Thu May 19 09:47:44 UTC 2016


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

fladi pushed a commit to branch master
in repository python-django-extensions.

commit b1c7836b18bb792b7d1cc1ab45797274291b4f8e
Author: Michael Fladischer <fladi at debian.org>
Date:   Thu May 19 11:26:32 2016 +0200

    Ship and use local screenshot images for documentation to replace
    the ones hosted on github.
---
 debian/changelog                                       |   2 ++
 debian/images/2637f826-2c22-11e3-83c6-646acc87808b.png | Bin 0 -> 101483 bytes
 debian/images/558ad0ee-2c22-11e3-8ddd-6678d84d77e7.png | Bin 0 -> 21139 bytes
 debian/images/583c8c42-2c22-11e3-9eb9-5c16b8732512.png | Bin 0 -> 18329 bytes
 debian/images/5d12eda6-2c22-11e3-802a-2639ff8813fa.png | Bin 0 -> 260772 bytes
 debian/rules                                           |   4 +++-
 debian/source/include-binaries                         |   4 ++++
 7 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index b4edace..4ae6e00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ python-django-extensions (1.6.7-2) UNRELEASED; urgency=low
     documentation from source.
   * Add patch to change image URLs to use local copy of images to
     prevent privacy breach.
+  * Ship and use local screenshot images for documentation to replace
+    the ones hosted on github.
 
  -- Michael Fladischer <fladi at debian.org>  Thu, 19 May 2016 11:03:05 +0200
 
diff --git a/debian/images/2637f826-2c22-11e3-83c6-646acc87808b.png b/debian/images/2637f826-2c22-11e3-83c6-646acc87808b.png
new file mode 100644
index 0000000..7289b13
Binary files /dev/null and b/debian/images/2637f826-2c22-11e3-83c6-646acc87808b.png differ
diff --git a/debian/images/558ad0ee-2c22-11e3-8ddd-6678d84d77e7.png b/debian/images/558ad0ee-2c22-11e3-8ddd-6678d84d77e7.png
new file mode 100644
index 0000000..52b308b
Binary files /dev/null and b/debian/images/558ad0ee-2c22-11e3-8ddd-6678d84d77e7.png differ
diff --git a/debian/images/583c8c42-2c22-11e3-9eb9-5c16b8732512.png b/debian/images/583c8c42-2c22-11e3-9eb9-5c16b8732512.png
new file mode 100644
index 0000000..3c2ac2a
Binary files /dev/null and b/debian/images/583c8c42-2c22-11e3-9eb9-5c16b8732512.png differ
diff --git a/debian/images/5d12eda6-2c22-11e3-802a-2639ff8813fa.png b/debian/images/5d12eda6-2c22-11e3-802a-2639ff8813fa.png
new file mode 100644
index 0000000..fb121ab
Binary files /dev/null and b/debian/images/5d12eda6-2c22-11e3-802a-2639ff8813fa.png differ
diff --git a/debian/rules b/debian/rules
index 68387bd..c97a882 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,9 +21,11 @@ override_dh_auto_test:
 	dh_auto_test -- --system=custom --test-args="{interpreter} -m pytest --ds=tests.testapp.settings --cov=django_extensions"
 
 override_dh_auto_build:
+	mkdir docs/images
+	ln debian/images/* docs/images
 	PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
 	dh_auto_build
 
 override_dh_clean:
-	rm -rf docs/.build
+	rm -rf docs/.build docs/images
 	dh_clean
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
new file mode 100644
index 0000000..4d7be94
--- /dev/null
+++ b/debian/source/include-binaries
@@ -0,0 +1,4 @@
+debian/images/2637f826-2c22-11e3-83c6-646acc87808b.png
+debian/images/558ad0ee-2c22-11e3-8ddd-6678d84d77e7.png
+debian/images/583c8c42-2c22-11e3-9eb9-5c16b8732512.png
+debian/images/5d12eda6-2c22-11e3-802a-2639ff8813fa.png

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



More information about the Python-modules-commits mailing list