[Python-modules-commits] r7939 - in packages/nevow/trunk/debian (changelog rules)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Fri Mar 20 22:24:26 UTC 2009
Date: Friday, March 20, 2009 @ 22:24:25
Author: bernat
Revision: 7939
python-central does not like file that are moving out; move them
before invoking it.
Modified:
packages/nevow/trunk/debian/changelog
packages/nevow/trunk/debian/rules
Modified: packages/nevow/trunk/debian/changelog
===================================================================
--- packages/nevow/trunk/debian/changelog 2009-03-20 21:55:20 UTC (rev 7938)
+++ packages/nevow/trunk/debian/changelog 2009-03-20 22:24:25 UTC (rev 7939)
@@ -1,3 +1,10 @@
+nevow (0.9.33-2) unstable; urgency=low
+
+ * python-central does not like file that are moving out; move them
+ before invoking it.
+
+ -- Vincent Bernat <bernat at debian.org> Fri, 20 Mar 2009 23:21:41 +0100
+
nevow (0.9.33-1) unstable; urgency=low
* New upstream release.
Modified: packages/nevow/trunk/debian/rules
===================================================================
--- packages/nevow/trunk/debian/rules 2009-03-20 21:55:20 UTC (rev 7938)
+++ packages/nevow/trunk/debian/rules 2009-03-20 22:24:25 UTC (rev 7939)
@@ -12,9 +12,6 @@
DEB_COMPRESS_EXCLUDE := .py .tac words
binary-post-install/python-nevow::
- # Copy documentation
- mv debian/$(cdbs_curpkg)/usr/doc/howto debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)
- rm -rf debian/$(cdbs_curpkg)/usr/doc
# Clean up stuff
find debian/$(cdbs_curpkg) -type d -name .svn -print0 | xargs -0 rm -rf
find debian/$(cdbs_curpkg)/usr/share -type f -print0 | xargs -0 chmod -x
@@ -32,6 +29,9 @@
# Generate documentation
cd debian/$(cdbs_curpkg)/usr/doc/howto ; lore *.xhtml */*.xhtml */*/*.xhtml
find debian/$(cdbs_curpkg)/usr/doc/howto -name '*.xhtml' -print0 | xargs -0 rm
+ mkdir -p debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)
+ mv debian/$(cdbs_curpkg)/usr/doc/howto debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)
+ rm -rf debian/$(cdbs_curpkg)/usr/doc
# Remove nit
rm debian/$(cdbs_curpkg)/usr/bin/nit
More information about the Python-modules-commits
mailing list