r14815 - in /desktop/unstable/gnome-netstatus/debian: changelog control control.in patches/70_relibtoolize.patch rules watch

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Thu Feb 28 13:11:12 UTC 2008


Author: manphiz-guest
Date: Thu Feb 28 13:11:12 2008
New Revision: 14815

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14815
Log:
* Update watch file syntax to match other GNOME packages.
* Use chrpath hack as workaround for amd64 rpath issue, and add chrpath
  to build-depends.

Removed:
    desktop/unstable/gnome-netstatus/debian/patches/70_relibtoolize.patch
Modified:
    desktop/unstable/gnome-netstatus/debian/changelog
    desktop/unstable/gnome-netstatus/debian/control
    desktop/unstable/gnome-netstatus/debian/control.in
    desktop/unstable/gnome-netstatus/debian/rules
    desktop/unstable/gnome-netstatus/debian/watch

Modified: desktop/unstable/gnome-netstatus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-netstatus/debian/changelog?rev=14815&op=diff
==============================================================================
--- desktop/unstable/gnome-netstatus/debian/changelog (original)
+++ desktop/unstable/gnome-netstatus/debian/changelog Thu Feb 28 13:11:12 2008
@@ -6,10 +6,12 @@
     statistics after reconnection. Closes: #436125.
 
   [ Deng Xiyue ]
-  * Add 70_relibtoolize.patch as workaround for amd64 rpath issue.
   * Update standard-version to 3.7.3.
   * Wrap some control fields
   * Copy Uploaders to control.in in case clean rule overwrites them.
+  * Update watch file syntax to match other GNOME packages.
+  * Use chrpath hack as workaround for amd64 rpath issue, and add chrpath
+    to build-depends.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 11 Oct 2007 21:50:21 +0200
 

Modified: desktop/unstable/gnome-netstatus/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-netstatus/debian/control?rev=14815&op=diff
==============================================================================
--- desktop/unstable/gnome-netstatus/debian/control (original)
+++ desktop/unstable/gnome-netstatus/debian/control Thu Feb 28 13:11:12 2008
@@ -12,7 +12,8 @@
                libxml-parser-perl,
                libgnome-keyring-dev,
                scrollkeeper,
-               gnome-doc-utils
+               gnome-doc-utils,
+               chrpath
 Standards-Version: 3.7.3
 
 Package: gnome-netstatus-applet

Modified: desktop/unstable/gnome-netstatus/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-netstatus/debian/control.in?rev=14815&op=diff
==============================================================================
--- desktop/unstable/gnome-netstatus/debian/control.in (original)
+++ desktop/unstable/gnome-netstatus/debian/control.in Thu Feb 28 13:11:12 2008
@@ -12,7 +12,8 @@
                libxml-parser-perl,
                libgnome-keyring-dev,
                scrollkeeper,
-               gnome-doc-utils
+               gnome-doc-utils,
+               chrpath
 Standards-Version: 3.7.3
 
 Package: gnome-netstatus-applet

Modified: desktop/unstable/gnome-netstatus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-netstatus/debian/rules?rev=14815&op=diff
==============================================================================
--- desktop/unstable/gnome-netstatus/debian/rules (original)
+++ desktop/unstable/gnome-netstatus/debian/rules Thu Feb 28 13:11:12 2008
@@ -23,3 +23,4 @@
 
 install/gnome-netstatus-applet::
 	chmod -x $(DEB_DESTDIR)/usr/share/gnome/help/gnome-netstatus/C/*.xml
+	chrpath -d $(DEB_DESTDIR)/usr/lib/gnome-netstatus/* # chrpath hack to get rid of amd64 rpath

Modified: desktop/unstable/gnome-netstatus/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-netstatus/debian/watch?rev=14815&op=diff
==============================================================================
--- desktop/unstable/gnome-netstatus/debian/watch (original)
+++ desktop/unstable/gnome-netstatus/debian/watch Thu Feb 28 13:11:12 2008
@@ -1,4 +1,4 @@
-version=2
-ftp://ftp.gnome.org/pub/GNOME/sources/gnome-netstatus/2.12/ \
-        gnome-netstatus-(.*)\.tar\.gz \
+version=3
+http://download.gnome.org//sources/gnome-netstatus/([\d\.]+)[24680]/ \
+        gnome-netstatus-([\d\.]+)\.tar\.gz \
         debian uupdate




More information about the pkg-gnome-commits mailing list