[med-svn] r2904 - trunk/packages/gwyddion/trunk/debian

beathovn-guest at alioth.debian.org beathovn-guest at alioth.debian.org
Tue Jan 6 13:43:49 UTC 2009


Author: beathovn-guest
Date: 2009-01-06 13:43:48 +0000 (Tue, 06 Jan 2009)
New Revision: 2904

Modified:
   trunk/packages/gwyddion/trunk/debian/changelog
   trunk/packages/gwyddion/trunk/debian/rules
Log:
Run chrpath -d also gwyddion-thumbnailer. configure-option --disable-desktop-file-update is no longer necessary - upstream disables this automatically, when DESTDIR nonempty.

Modified: trunk/packages/gwyddion/trunk/debian/changelog
===================================================================
--- trunk/packages/gwyddion/trunk/debian/changelog	2009-01-06 10:25:16 UTC (rev 2903)
+++ trunk/packages/gwyddion/trunk/debian/changelog	2009-01-06 13:43:48 UTC (rev 2904)
@@ -7,6 +7,7 @@
     TMS-compliant desktop environments.
   * gwyddion-thumbnailer also needs a chrpath-call in debian/rules to remove its
     RPATH.
+  * configure-option --disable-desktop-file-update is no longer needed.
 
  -- Jan Beyer <jan at beathovn.de>  Mon, 05 Jan 2009 21:53:33 +0100
 

Modified: trunk/packages/gwyddion/trunk/debian/rules
===================================================================
--- trunk/packages/gwyddion/trunk/debian/rules	2009-01-06 10:25:16 UTC (rev 2903)
+++ trunk/packages/gwyddion/trunk/debian/rules	2009-01-06 13:43:48 UTC (rev 2904)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=\$${libdir} CFLAGS="-Wall -g" --disable-desktop-file-update --disable-rpath
+DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=\$${libdir} CFLAGS="-Wall -g" --disable-rpath
 #DEB_BUILDDIR := $(DEB_SRCDIR)/debian/tmp
 DEB_DH_INSTALL_SOURCEDIR := $(DEB_SRCDIR)/debian/tmp
 DEB_INSTALL_CHANGELOGS_ALL := 
@@ -13,8 +13,7 @@
 DEB_DH_MAKESHLIBS_ARGS_libgwyddion2-0 := -V'libgwyddion2-0 (>= ${version})'
 
 install/gwyddion::
-	chrpath -d debian/tmp/usr/bin/gwyddion
-	chrpath -d debian/tmp/usr/bin/gwyddion-thumbnailer
+	chrpath -d debian/tmp/usr/bin/gwyddion*
 
 get-orig-source::
 	if [ -x /usr/bin/uscan ]; then \




More information about the debian-med-commit mailing list