[Python-modules-commits] r15117 - in packages/sphinx/branches/1.0/debian (2 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sat Dec 18 15:44:23 UTC 2010
Date: Saturday, December 18, 2010 @ 15:44:16
Author: jwilk
Revision: 15117
Use DEP-3 format for patch headers.
Modified:
packages/sphinx/branches/1.0/debian/changelog
packages/sphinx/branches/1.0/debian/patches/move_static_files_outside_site-packages.patch
Modified: packages/sphinx/branches/1.0/debian/changelog
===================================================================
--- packages/sphinx/branches/1.0/debian/changelog 2010-12-18 15:18:25 UTC (rev 15116)
+++ packages/sphinx/branches/1.0/debian/changelog 2010-12-18 15:44:16 UTC (rev 15117)
@@ -11,6 +11,7 @@
+ Update debian/rules.
+ Drop quilt from build-depends.
* Update debian/copyright.
+ * Use DEP-3 format for patch headers.
[ Stefano Rivera ]
* Improve language and clarify options in manpages.
Modified: packages/sphinx/branches/1.0/debian/patches/move_static_files_outside_site-packages.patch
===================================================================
--- packages/sphinx/branches/1.0/debian/patches/move_static_files_outside_site-packages.patch 2010-12-18 15:18:25 UTC (rev 15116)
+++ packages/sphinx/branches/1.0/debian/patches/move_static_files_outside_site-packages.patch 2010-12-18 15:44:16 UTC (rev 15117)
@@ -1,5 +1,8 @@
-# move static files outside site-packages so that they can be shared between
-# different Python versions
+Description: Move static files outside site-packages so that they can be shared
+ between different Python versions.
+Forwarded: not-needed
+Last-Update: 2010-12-18
+
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,7 +15,7 @@
More information about the Python-modules-commits
mailing list