[Python-modules-commits] r7927 - in packages/python-axiom/trunk/debian (3 files)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Wed Mar 18 21:16:26 UTC 2009
Date: Wednesday, March 18, 2009 @ 21:16:25
Author: bernat
Revision: 7927
Ship examples in /usr/share/doc/python-axiom/examples. Closes: #520340.
Added:
packages/python-axiom/trunk/debian/examples
Modified:
packages/python-axiom/trunk/debian/changelog
packages/python-axiom/trunk/debian/rules
Modified: packages/python-axiom/trunk/debian/changelog
===================================================================
--- packages/python-axiom/trunk/debian/changelog 2009-03-18 21:11:23 UTC (rev 7926)
+++ packages/python-axiom/trunk/debian/changelog 2009-03-18 21:16:25 UTC (rev 7927)
@@ -8,6 +8,7 @@
* New upstream release.
* Add a patch to handle sqlite >= 3.6.4. Closes: #520338. Older
databases need to be fixed by hand.
+ * Ship examples in /usr/share/doc/python-axiom/examples. Closes: #520340.
-- Vincent Bernat <bernat at debian.org> Wed, 18 Mar 2009 21:18:39 +0100
Added: packages/python-axiom/trunk/debian/examples
===================================================================
--- packages/python-axiom/trunk/debian/examples (rev 0)
+++ packages/python-axiom/trunk/debian/examples 2009-03-18 21:16:25 UTC (rev 7927)
@@ -0,0 +1 @@
+axiom/examples/*
Modified: packages/python-axiom/trunk/debian/rules
===================================================================
--- packages/python-axiom/trunk/debian/rules 2009-03-18 21:11:23 UTC (rev 7926)
+++ packages/python-axiom/trunk/debian/rules 2009-03-18 21:16:25 UTC (rev 7927)
@@ -6,8 +6,9 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
PKGDIR=debian/python-axiom/
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
install/python-axiom::
rm -r $(PKGDIR)/usr/lib/python*/site-packages/build
+ rm -rf $(PKGDIR)/usr/lib/python*/site-packages/axiom/examples
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
$(call cdbs_python_binary,python$(cdbs_python_compile_version)) debian/runtrial.py $(PKGDIR) axiom
endif
More information about the Python-modules-commits
mailing list