[Python-modules-commits] [python-django] 06/06: Add lintian overrides for package-contains-timestamped-gzip (false positive).
Raphaël Hertzog
hertzog at moszumanska.debian.org
Mon Oct 27 16:08:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch debian/sid
in repository python-django.
commit 24ec5df7317315b96c309862752768b600dcc088
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Mon Oct 27 16:57:12 2014 +0100
Add lintian overrides for package-contains-timestamped-gzip (false positive).
---
debian/changelog | 2 ++
debian/python-django-common.lintian-overrides | 5 +++++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8b0a1a3..2f1ae92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ python-django (1.7.1-1) unstable; urgency=medium
* Drop 01_fix_test_loaddata_not_existant_fixture_file.patch, merged
upstream.
* Update Standards-Version to 3.9.6.
+ * Add lintian overrides for package-contains-timestamped-gzip (false
+ positive).
[ Brian May ]
* Fix django-admin wrapper to not even consider using python 2.6 as
diff --git a/debian/python-django-common.lintian-overrides b/debian/python-django-common.lintian-overrides
new file mode 100644
index 0000000..ca3b9a4
--- /dev/null
+++ b/debian/python-django-common.lintian-overrides
@@ -0,0 +1,5 @@
+# Those gzip files are not created during build, the embedded timestamps
+# won't change across multiple rebuilds.
+python-django-common: package-contains-timestamped-gzip usr/share/python-django-common/django/contrib/gis/tests/distapp/fixtures/initial_data.json.gz
+python-django-common: package-contains-timestamped-gzip usr/share/python-django-common/django/contrib/gis/tests/geoapp/fixtures/initial_data.json.gz
+python-django-common: package-contains-timestamped-gzip usr/share/python-django-common/django/contrib/gis/tests/relatedapp/fixtures/initial_data.json.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django.git
More information about the Python-modules-commits
mailing list