[Python-apps-commits] r8818 - in packages/trac/trunk/debian (3 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Sat Jun 2 16:16:54 UTC 2012


    Date: Saturday, June 2, 2012 @ 16:16:52
  Author: debacle
Revision: 8818

Cleanups.

Modified:
  packages/trac/trunk/debian/changelog
  packages/trac/trunk/debian/lintian-overrides
  packages/trac/trunk/debian/rules

Modified: packages/trac/trunk/debian/changelog
===================================================================
--- packages/trac/trunk/debian/changelog	2012-06-01 21:42:16 UTC (rev 8817)
+++ packages/trac/trunk/debian/changelog	2012-06-02 16:16:52 UTC (rev 8818)
@@ -1,3 +1,10 @@
+trac (0.12.3-2) UNRELEASED; urgency=low
+
+  [ W. Martin Borgert <debacle at debian.org> ]
+  * cleanup
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 02 Jun 2012 16:09:27 +0000
+
 trac (0.12.3-1) unstable; urgency=low
 
   * new upstream version (Closes: #658963)

Modified: packages/trac/trunk/debian/lintian-overrides
===================================================================
--- packages/trac/trunk/debian/lintian-overrides	2012-06-01 21:42:16 UTC (rev 8817)
+++ packages/trac/trunk/debian/lintian-overrides	2012-06-02 16:16:52 UTC (rev 8818)
@@ -6,7 +6,3 @@
 trac: unusual-interpreter usr/share/pyshared/trac/admin/templates/deploy_trac.fcgi #!${executable}
 trac: interpreter-not-absolute usr/share/pyshared/trac/admin/templates/deploy_trac.wsgi #!${executable}
 trac: unusual-interpreter usr/share/pyshared/trac/admin/templates/deploy_trac.wsgi #!${executable}
-
-# We ship the upstream version of jQuery because Trac and plugins tend to
-# depend on the specific version.
-trac: embedded-javascript-library usr/share/pyshared/trac/htdocs/js/jquery.js

Modified: packages/trac/trunk/debian/rules
===================================================================
--- packages/trac/trunk/debian/rules	2012-06-01 21:42:16 UTC (rev 8817)
+++ packages/trac/trunk/debian/rules	2012-06-02 16:16:52 UTC (rev 8818)
@@ -13,6 +13,3 @@
 	find debian/trac/usr/share/pyshared/trac -type f -print0 2>/dev/null | xargs -0r chmod 644
 	chmod 755 debian/trac/usr/share/pyshared/trac/admin/templates/deploy_trac.*
 	chmod 755 debian/trac/usr/share/pyshared/trac/web/*_frontend.py
-
-override_dh_install:
-	dh_install --exclude=jquery.js




More information about the Python-apps-commits mailing list