Author: atagar Date: 2010-12-12 19:41:04 +0000 (Sun, 12 Dec 2010) New Revision: 23931
Added: arm/resources/build/debian/pycompat Modified: arm/resources/build/debian/make-deb Log: Reintroducing the pycompat with a fix so it's included in the build (thanks to weasel) Modified: arm/resources/build/debian/make-deb =================================================================== --- arm/resources/build/debian/make-deb 2010-12-12 19:36:15 UTC (rev 23930) +++ arm/resources/build/debian/make-deb 2010-12-12 19:41:04 UTC (rev 23931) @@ -1,4 +1,4 @@ #!/bin/sh -debuild -I.svn -i.svn -I.pyc -i.pyc +debuild fakeroot debian/rules clean Added: arm/resources/build/debian/pycompat =================================================================== --- arm/resources/build/debian/pycompat (rev 0) +++ arm/resources/build/debian/pycompat 2010-12-12 19:41:04 UTC (rev 23931) @@ -0,0 +1 @@ +2
