r23306 - in /desktop/experimental/gtk2-engines/debian: changelog control control.in rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Tue Mar 16 20:09:39 UTC 2010
Author: pochu
Date: Tue Mar 16 20:09:38 2010
New Revision: 23306
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23306
Log:
* debian/rules:
- Pass --no-act to dh_makeshlibs, and not -n, to avoid getting unwanted
shlibs files.
* debian/rules,
debian/control.in:
- No need for chrpath anymore with recent libtool.
* debian/control.in:
- Standards-Version is 3.8.4, no changes needed.
Modified:
desktop/experimental/gtk2-engines/debian/changelog
desktop/experimental/gtk2-engines/debian/control
desktop/experimental/gtk2-engines/debian/control.in
desktop/experimental/gtk2-engines/debian/rules
Modified: desktop/experimental/gtk2-engines/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk2-engines/debian/changelog?rev=23306&op=diff
==============================================================================
--- desktop/experimental/gtk2-engines/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk2-engines/debian/changelog [utf-8] Tue Mar 16 20:09:38 2010
@@ -15,6 +15,14 @@
the X11 one now.
* debian/watch:
- Don't uupdate.
+ * debian/rules:
+ - Pass --no-act to dh_makeshlibs, and not -n, to avoid getting unwanted
+ shlibs files.
+ * debian/rules,
+ debian/control.in:
+ - No need for chrpath anymore with recent libtool.
+ * debian/control.in:
+ - Standards-Version is 3.8.4, no changes needed.
-- Emilio Pozuelo Monfort <pochu at debian.org> Tue, 16 Mar 2010 20:28:24 +0100
Modified: desktop/experimental/gtk2-engines/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk2-engines/debian/control?rev=23306&op=diff
==============================================================================
--- desktop/experimental/gtk2-engines/debian/control [utf-8] (original)
+++ desktop/experimental/gtk2-engines/debian/control [utf-8] Tue Mar 16 20:09:38 2010
@@ -7,14 +7,13 @@
Section: gnome
Priority: optional
Maintainer: Ed Boraas <ed at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
-Standards-Version: 3.8.3
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
+Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5),
liblua5.1-dev,
libgtk2.0-dev (>= 2.19.7-2),
gnome-pkg-tools (>= 0.10),
cdbs (>= 0.4.41),
- chrpath,
libxml-parser-perl,
intltool
Modified: desktop/experimental/gtk2-engines/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk2-engines/debian/control.in?rev=23306&op=diff
==============================================================================
--- desktop/experimental/gtk2-engines/debian/control.in [utf-8] (original)
+++ desktop/experimental/gtk2-engines/debian/control.in [utf-8] Tue Mar 16 20:09:38 2010
@@ -3,13 +3,12 @@
Priority: optional
Maintainer: Ed Boraas <ed at debian.org>
Uploaders: @GNOME_TEAM@
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5),
liblua5.1-dev,
libgtk2.0-dev (>= 2.19.7-2),
gnome-pkg-tools (>= 0.10),
cdbs (>= 0.4.41),
- chrpath,
libxml-parser-perl,
intltool
Modified: desktop/experimental/gtk2-engines/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk2-engines/debian/rules?rev=23306&op=diff
==============================================================================
--- desktop/experimental/gtk2-engines/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk2-engines/debian/rules [utf-8] Tue Mar 16 20:09:38 2010
@@ -20,7 +20,7 @@
DEB_DH_INSTALL_ARGS = --sourcedir=$(if $(findstring gtk2-engines-udeb,$(cdbs_curpkg)),$(DEB_DESTDIR_gtk2-engines-udeb),$(DEB_DESTDIR))
# don't run dh_makeshlibs (we don't need shlibs for Gtk modules)
-DEB_DH_MAKESHLIBS_ARGS_ALL += -n
+DEB_DH_MAKESHLIBS_ARGS_ALL += --no-act
# FIXME: This is required because of some automake weirdness
CFLAGS += -I/usr/include/lua5.1
@@ -52,8 +52,6 @@
dh_gtkmodules -pgtk2-engines
binary-install/gtk2-engines-udeb::
- # remove the rpath
- chrpath -d debian/gtk2-engines-udeb/usr/lib/gtk-2.0/*/engines/*.so
dh_gtkmodules -pgtk2-engines-udeb
clean::
More information about the pkg-gnome-commits
mailing list