r39638 - in /desktop/unstable/pygobject/debian: changelog rules
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Tue Sep 24 07:36:46 UTC 2013
Author: mpitt
Date: Tue Sep 24 07:36:45 2013
New Revision: 39638
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39638
Log:
debian/rules: Stop renaming the *.so files, upstream does it correctly
now.
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=39638&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Tue Sep 24 07:36:45 2013
@@ -10,6 +10,8 @@
* debian/control.in: Add Breaks for older python-aptdaemon and
software-center (Ubuntu specific) to avoid potential crash caused by new
python-gi with old python-aptdaemon. (LP: #1173249)
+ * debian/rules: Stop renaming the *.so files, upstream does it correctly
+ now.
-- Martin Pitt <mpitt at debian.org> Mon, 19 Aug 2013 09:39:20 +0200
Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=39638&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules [utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules [utf-8] Tue Sep 24 07:36:45 2013
@@ -50,12 +50,9 @@
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'))"`; \
- [ "$$SO" = .so ] || for f in `find $$INST/usr/lib/python* -name '*.so'`; do \
- mv $$f $${f%.so}$$SO; \
- done; \
done
override_dh_auto_clean:
More information about the pkg-gnome-commits
mailing list