r15965 - in /desktop/unstable/pygtk/debian: patches/60_pygtk-wakeupfd-fix.patch rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu May 15 13:48:01 UTC 2008


Author: lool
Date: Thu May 15 13:48:00 2008
New Revision: 15965

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15965
Log:
Fix typo in patch

Modified:
    desktop/unstable/pygtk/debian/patches/60_pygtk-wakeupfd-fix.patch
    desktop/unstable/pygtk/debian/rules

Modified: desktop/unstable/pygtk/debian/patches/60_pygtk-wakeupfd-fix.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/patches/60_pygtk-wakeupfd-fix.patch?rev=15965&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/patches/60_pygtk-wakeupfd-fix.patch (original)
+++ desktop/unstable/pygtk/debian/patches/60_pygtk-wakeupfd-fix.patch Thu May 15 13:48:00 2008
@@ -14,7 +14,7 @@
  pygtk_main_watch_prepare(GSource *source,
  			 int     *timeout)
  {
-+ifdef HAVE_PYSIGNAL_SETWAKEUPFD
++#ifdef HAVE_PYSIGNAL_SETWAKEUPFD
      PySignalWatchSource *real_source = (PySignalWatchSource *)source;
 +    int flag;
 +#endif

Modified: desktop/unstable/pygtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygtk/debian/rules?rev=15965&op=diff
==============================================================================
--- desktop/unstable/pygtk/debian/rules (original)
+++ desktop/unstable/pygtk/debian/rules Thu May 15 13:48:00 2008
@@ -18,7 +18,7 @@
 PYVERS := $(shell pyversions --requested --version debian/control)
 PYDEFAULTVER := $(shell pyversions --default --version)
 
-build-%/configure-stamp:
+build-%/configure-stamp: apply-patches
 	dh_testdir
 	mkdir -p build-$*
 	cd build-$* && \
@@ -31,7 +31,7 @@
 	$(MAKE) -C build-$*
 	touch $@
 
-build: apply-patches $(PYVERS:%=build-%/build-stamp)
+build: $(PYVERS:%=build-%/build-stamp)
 
 install-clean:
 	dh_testdir




More information about the pkg-gnome-commits mailing list