[Python-modules-commits] r2581 - /packages/sympy/trunk/debian/rules

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Tue Jun 19 11:57:47 UTC 2007


Author: certik-guest
Date: Tue Jun 19 11:57:46 2007
New Revision: 2581

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2581
Log:
use DEB_DH_INSTALL_ARGS instead of mkdir and cp

Modified:
    packages/sympy/trunk/debian/rules

Modified: packages/sympy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/rules?rev=2581&op=diff
==============================================================================
--- packages/sympy/trunk/debian/rules (original)
+++ packages/sympy/trunk/debian/rules Tue Jun 19 11:57:46 2007
@@ -8,12 +8,11 @@
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 DEB_COMPRESS_EXCLUDE := .py
+DEB_DH_INSTALL_ARGS := doc/logo/*.png usr/share/pixmaps
 
 makebuilddir/python-sympy::
 	docbook2x-man doc/man/isympy.xml
 	mv isympy.1 doc/man/isympy.1
-	mkdir -p debian/python-sympy/usr/share/pixmaps
-	cp doc/logo/*.png debian/python-sympy/usr/share/pixmaps
 
 clean::
 	-rm -f doc/man/isympy.1




More information about the Python-modules-commits mailing list