r37702 - in /desktop/unstable/pygobject/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat May 11 14:59:30 UTC 2013


Author: pochu
Date: Sat May 11 14:59:29 2013
New Revision: 37702

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37702
Log:
We build for all the available python flavours. Previously we
were removing the prefix to which we install before installing
each flavour. We didn't notice any problems because we were
building only once for python3, but now that we build for 3.2
and 3.3, let's not remove the python3.2 bits when we install
the 3.3 stuff. This fixes pygobject on python3.2. Closes: #707318.

Modified:
    desktop/unstable/pygobject/debian/changelog
    desktop/unstable/pygobject/debian/rules

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=37702&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Sat May 11 14:59:29 2013
@@ -2,6 +2,12 @@
 
   * debian/rules:
     + Don't abort if the test suite fails on hurd.
+    + We build for all the available python flavours. Previously we
+      were removing the prefix to which we install before installing
+      each flavour. We didn't notice any problems because we were
+      building only once for python3, but now that we build for 3.2
+      and 3.3, let's not remove the python3.2 bits when we install
+      the 3.3 stuff. This fixes pygobject on python3.2. Closes: #707318.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 10 May 2013 20:22:24 +0200
 

Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=37702&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules [utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules [utf-8] Sat May 11 14:59:29 2013
@@ -48,7 +48,6 @@
 override_dh_auto_install:
 	set -e && for x in $(FLAVOURS); do \
 	    INST=debian/install-`echo $$x | sed 's/\.[0-9]*//'`; \
-	    rm -rf $$INST; \
 	    dh_auto_install --builddirectory=build-$$x --destdir=$$INST; \
 	    find $$INST \( -name '*.pyc' -o -name '*.pyo' -o -name '*.la' \) -delete; \
 	    SO=`python$$x -c "import sysconfig; print(sysconfig.get_config_var('SO'))"`; \




More information about the pkg-gnome-commits mailing list