r32539 - /attic/gnome-python-desktop/debian/

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Feb 6 14:16:15 UTC 2012


Author: biebl
Date: Mon Feb  6 14:16:15 2012
New Revision: 32539

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32539
Log:
Don't use brace expansion in .install files and strip debian/tmp/ prefix.

Modified:
    attic/gnome-python-desktop/debian/changelog
    attic/gnome-python-desktop/debian/python-evolution.install
    attic/gnome-python-desktop/debian/python-gnome2-desktop-dev.install
    attic/gnome-python-desktop/debian/python-gnomedesktop.install
    attic/gnome-python-desktop/debian/python-gnomekeyring.install
    attic/gnome-python-desktop/debian/python-gtop.install
    attic/gnome-python-desktop/debian/python-metacity.install
    attic/gnome-python-desktop/debian/python-rsvg.install
    attic/gnome-python-desktop/debian/python-totem-plparser.install
    attic/gnome-python-desktop/debian/python-wnck.install

Modified: attic/gnome-python-desktop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python-desktop/debian/changelog?rev=32539&op=diff
==============================================================================
--- attic/gnome-python-desktop/debian/changelog [utf-8] (original)
+++ attic/gnome-python-desktop/debian/changelog [utf-8] Mon Feb  6 14:16:15 2012
@@ -6,6 +6,7 @@
   [ Michael Biebl ]
   * Repack upstream tarball and drop the waf build system. Closes: #654471
   * Update watch file to mangle the version for the +dfsg suffix.
+  * Don't use brace expansion in .install files and strip debian/tmp/ prefix.
 
  -- Michael Biebl <biebl at debian.org>  Mon, 06 Feb 2012 14:58:40 +0100
 

Modified: attic/gnome-python-desktop/debian/python-evolution.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python-desktop/debian/python-evolution.install?rev=32539&op=diff
==============================================================================
--- attic/gnome-python-desktop/debian/python-evolution.install [utf-8] (original)
+++ attic/gnome-python-desktop/debian/python-evolution.install [utf-8] Mon Feb  6 14:16:15 2012
@@ -1,1 +1,2 @@
-debian/tmp/usr/lib/python*/*-packages/gtk-2.0/evolution/*.{py,so}
+usr/lib/python*/*-packages/gtk-2.0/evolution/*.py
+usr/lib/python*/*-packages/gtk-2.0/evolution/*.so

Modified: attic/gnome-python-desktop/debian/python-gnome2-desktop-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python-desktop/debian/python-gnome2-desktop-dev.install?rev=32539&op=diff
==============================================================================
--- attic/gnome-python-desktop/debian/python-gnome2-desktop-dev.install [utf-8] (original)
+++ attic/gnome-python-desktop/debian/python-gnome2-desktop-dev.install [utf-8] Mon Feb  6 14:16:15 2012
@@ -1,2 +1,2 @@
-debian/tmp/usr/lib/pkgconfig
-debian/tmp/usr/share/pygtk
+usr/lib/pkgconfig
+usr/share/pygtk

Modified: attic/gnome-python-desktop/debian/python-gnomedesktop.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python-desktop/debian/python-gnomedesktop.install?rev=32539&op=diff
==============================================================================
--- attic/gnome-python-desktop/debian/python-gnomedesktop.install [utf-8] (original)
+++ attic/gnome-python-desktop/debian/python-gnomedesktop.install [utf-8] Mon Feb  6 14:16:15 2012
@@ -1,1 +1,2 @@
-debian/tmp/usr/lib/python*/*-packages/gtk-2.0/gnomedesktop/*.{so,py}
+usr/lib/python*/*-packages/gtk-2.0/gnomedesktop/*.py
+usr/lib/python*/*-packages/gtk-2.0/gnomedesktop/*.so

Modified: attic/gnome-python-desktop/debian/python-gnomekeyring.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python-desktop/debian/python-gnomekeyring.install?rev=32539&op=diff
==============================================================================
--- attic/gnome-python-desktop/debian/python-gnomekeyring.install [utf-8] (original)
+++ attic/gnome-python-desktop/debian/python-gnomekeyring.install [utf-8] Mon Feb  6 14:16:15 2012
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/python*/*-packages/gtk-2.0/gnomekeyring.so
+usr/lib/python*/*-packages/gtk-2.0/gnomekeyring.so

Modified: attic/gnome-python-desktop/debian/python-gtop.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python-desktop/debian/python-gtop.install?rev=32539&op=diff
==============================================================================
--- attic/gnome-python-desktop/debian/python-gtop.install [utf-8] (original)
+++ attic/gnome-python-desktop/debian/python-gtop.install [utf-8] Mon Feb  6 14:16:15 2012
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/python*/*-packages/gtk-2.0/gtop.so
+usr/lib/python*/*-packages/gtk-2.0/gtop.so

Modified: attic/gnome-python-desktop/debian/python-metacity.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python-desktop/debian/python-metacity.install?rev=32539&op=diff
==============================================================================
--- attic/gnome-python-desktop/debian/python-metacity.install [utf-8] (original)
+++ attic/gnome-python-desktop/debian/python-metacity.install [utf-8] Mon Feb  6 14:16:15 2012
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/python*/*-packages/gtk-2.0/metacity.so
+usr/lib/python*/*-packages/gtk-2.0/metacity.so

Modified: attic/gnome-python-desktop/debian/python-rsvg.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python-desktop/debian/python-rsvg.install?rev=32539&op=diff
==============================================================================
--- attic/gnome-python-desktop/debian/python-rsvg.install [utf-8] (original)
+++ attic/gnome-python-desktop/debian/python-rsvg.install [utf-8] Mon Feb  6 14:16:15 2012
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/python*/*-packages/gtk-2.0/rsvg.so
+usr/lib/python*/*-packages/gtk-2.0/rsvg.so

Modified: attic/gnome-python-desktop/debian/python-totem-plparser.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python-desktop/debian/python-totem-plparser.install?rev=32539&op=diff
==============================================================================
--- attic/gnome-python-desktop/debian/python-totem-plparser.install [utf-8] (original)
+++ attic/gnome-python-desktop/debian/python-totem-plparser.install [utf-8] Mon Feb  6 14:16:15 2012
@@ -1,1 +1,2 @@
-debian/tmp/usr/lib/python*/*-packages/gtk-2.0/totem/*.{so,py}
+usr/lib/python*/*-packages/gtk-2.0/totem/*.py
+usr/lib/python*/*-packages/gtk-2.0/totem/*.so

Modified: attic/gnome-python-desktop/debian/python-wnck.install
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python-desktop/debian/python-wnck.install?rev=32539&op=diff
==============================================================================
--- attic/gnome-python-desktop/debian/python-wnck.install [utf-8] (original)
+++ attic/gnome-python-desktop/debian/python-wnck.install [utf-8] Mon Feb  6 14:16:15 2012
@@ -1,1 +1,1 @@
-debian/tmp/usr/lib/python*/*-packages/gtk-2.0/wnck.so
+usr/lib/python*/*-packages/gtk-2.0/wnck.so




More information about the pkg-gnome-commits mailing list