r32533 - in /attic/gnome-python/debian: changelog python-gnome2.install
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Feb 6 13:51:02 UTC 2012
Author: biebl
Date: Mon Feb 6 13:51:01 2012
New Revision: 32533
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32533
Log:
Don't use brace expansion in .install files.
Modified:
attic/gnome-python/debian/changelog
attic/gnome-python/debian/python-gnome2.install
Modified: attic/gnome-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python/debian/changelog?rev=32533&op=diff
==============================================================================
--- attic/gnome-python/debian/changelog [utf-8] (original)
+++ attic/gnome-python/debian/changelog [utf-8] Mon Feb 6 13:51:01 2012
@@ -8,6 +8,7 @@
* Repack upstream tarball and drop the waf build system. Closes: #654470
* Update watch file to mangle the version for the +dfsg suffix.
* Update Vcs-* URLs.
+ * Don't use brace expansion in .install files.
-- Michael Biebl <biebl at debian.org> Mon, 06 Feb 2012 14:46:20 +0100
Modified: attic/gnome-python/debian/python-gnome2.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python/debian/python-gnome2.install?rev=32533&op=diff
==============================================================================
--- attic/gnome-python/debian/python-gnome2.install [utf-8] (original)
+++ attic/gnome-python/debian/python-gnome2.install [utf-8] Mon Feb 6 13:51:01 2012
@@ -1,4 +1,5 @@
usr/lib/gnome-vfs-2.0/modules/*.so
usr/lib/python*/*-packages/gtk-2.0/gnomecanvas.so
-usr/lib/python*/*-packages/gtk-2.0/*/*.{py,so}
+usr/lib/python*/*-packages/gtk-2.0/*/*.py
+usr/lib/python*/*-packages/gtk-2.0/*/*.so
../python-gnome2.rtupdate /usr/share/python/runtime.d/
More information about the pkg-gnome-commits
mailing list