[Python-modules-commits] [django-session-security] 01/03: Move source comments in d/README.source

Jean-Michel Vourgère nirgal-guest at moszumanska.debian.org
Mon Dec 8 10:43:08 UTC 2014


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

nirgal-guest pushed a commit to branch debian/sid
in repository django-session-security.

commit 0679541d5beb69b6dc34e81bfba537e0f425faef
Author: Jean-Michel Nirgal Vourgère <jmv_deb at nirgal.com>
Date:   Mon Dec 8 11:14:16 2014 +0100

    Move source comments in d/README.source
---
 debian/README.source                    | 29 +++++++++++++++++++++++++++++
 debian/missing-sources/db.sqlite.README |  5 -----
 2 files changed, 29 insertions(+), 5 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..ae828f2
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,29 @@
+test_project/static/jquery.js
+=============================
+
+This is the minimized version of jquery 1.9.1 (md5sum checked ok).
+
+Source is available in debian/missing-sources/jquery.js
+
+That file is only used in unit tests, which are currently disabled because
+selenium is not packaged (#626545). It could safely be removed from the tarball.
+
+If tests were to be enabled one day, care should be taken not to use that
+specific upstream file.
+
+
+test_project/db.sqlite
+======================
+
+Binary file test_project/db.sqlite is only available in Debian source package,
+not in the binary packages. It can be recreated from scratch, using:
+
+$ cd test_project
+$ rm db.sqlite
+$ ./manage.py syncdb --noinput
+
+That file is only used in unit tests, which are currently disabled because
+selenium is not packaged (#626545). It could safely be removed from the tarball.
+
+If tests were to be enabled one day, care should be taken not to use that
+specific upstream file.
diff --git a/debian/missing-sources/db.sqlite.README b/debian/missing-sources/db.sqlite.README
deleted file mode 100644
index 26355a4..0000000
--- a/debian/missing-sources/db.sqlite.README
+++ /dev/null
@@ -1,5 +0,0 @@
-Binary file test_project/db.sqlite is only available in Debian source package,
-not in the binary packages. It can be recreated from scratch, using:
-
-$ cd test_project
-$ ./manage.py syncdb --noinput

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



More information about the Python-modules-commits mailing list