[Python-modules-commits] r6448 - in packages/python-django/trunk/debian (changelog rules)
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Thu Sep 4 07:06:01 UTC 2008
Date: Thursday, September 4, 2008 @ 07:05:59
Author: hertzog
Revision: 6448
Don't compress javascript files.
Modified:
packages/python-django/trunk/debian/changelog
packages/python-django/trunk/debian/rules
Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog 2008-09-04 07:01:17 UTC (rev 6447)
+++ packages/python-django/trunk/debian/changelog 2008-09-04 07:05:59 UTC (rev 6448)
@@ -14,6 +14,7 @@
* Remove execute right on /etc/bash_completion.d/django_bash_completion
* Add debian/patches/04_hyphen-manpage.diff to fix a lintian message
(hyphen-used-as-minus-sign usr/share/man/man1/django-admin.1.gz:156).
+ * Don't compress javascript files.
-- Raphael Hertzog <hertzog at debian.org> Thu, 04 Sep 2008 08:33:32 +0200
Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules 2008-09-04 07:01:17 UTC (rev 6447)
+++ packages/python-django/trunk/debian/rules 2008-09-04 07:05:59 UTC (rev 6448)
@@ -2,7 +2,7 @@
DEB_PYTHON_SYSTEM := pysupport
DEB_PYTHON_MODULE_PACKAGE = python-django
-#DEB_DH_COMPRESS_ARGS = -X.js
+DEB_DH_COMPRESS_ARGS = -X.js
include /usr/share/cdbs/1/rules/buildcore.mk
include /usr/share/cdbs/1/rules/debhelper.mk
More information about the Python-modules-commits
mailing list