tags 556212 + patch
thanks

Hi!

Please find attached a patch to fix this bug. It looks for the Python
files in the pyshared directory, due to a change in python-support.

HTH, and thanks.

Kumar
-- 
Kumar Appaiah
diff -Nru --exclude changelog dynagen-0.11.0/debian/rules dynagen-0.11.0/debian/rules
--- dynagen-0.11.0/debian/rules	2009-11-14 23:10:02.000000000 -0600
+++ dynagen-0.11.0/debian/rules	2009-11-14 23:10:03.000000000 -0600
@@ -26,8 +26,8 @@
 #	install -d debian/$(cdbs_curpkg)/usr/bin/
 #	install -m 775 dynagen debian/$(cdbs_curpkg)/usr/bin/dynagen
 	rm -rf debian/$(cdbs_curpkg)/usr/share/doc/dynagen/examples/sample_labs/.DS_Store.gz
-	chmod 755 debian/$(cdbs_curpkg)/usr/share/python-support/dynagen/dynamips_lib.py
-	chmod 755 debian/$(cdbs_curpkg)/usr/share/python-support/dynagen/console.py
+	chmod 755 debian/$(cdbs_curpkg)/usr/share/pyshared/dynamips_lib.py
+	chmod 755 debian/$(cdbs_curpkg)/usr/share/pyshared/console.py
 	chmod 644 debian/$(cdbs_curpkg)/etc/dynagen.ini
 	chmod 644 debian/$(cdbs_curpkg)/usr/share/dynagen/configspec
 	chmod 644 debian/$(cdbs_curpkg)/usr/share/doc/dynagen/examples/sample_labs/multiserver/multiserver.net

Attachment: signature.asc
Description: Digital signature

Reply via email to