r37704 - /desktop/unstable/pygobject/debian/rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sat May 11 15:22:27 UTC 2013
Author: pochu
Date: Sat May 11 15:22:26 2013
New Revision: 37704
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37704
Log:
remove trailing backslash
Modified:
desktop/unstable/pygobject/debian/rules
Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=37704&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules [utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules [utf-8] Sat May 11 15:22:26 2013
@@ -41,7 +41,7 @@
for x in $(FLAVOURS); do \
xvfb-run dh_auto_test --builddirectory=build-$$x || $(TESTSUITE_FAIL_CMD); \
while [ -e /tmp/.X99-lock ]; do echo "Waiting for xvfb to finish..."; sleep 0.5; done; \
- done; \
+ done;
endif
# we remove stuff that we do not need, and rename the *.so modules to what
More information about the pkg-gnome-commits
mailing list