r10262 - in /desktop/unstable/gnome-panel/debian: changelog rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Sun Apr 22 16:22:57 UTC 2007
Author: lool
Date: Sun Apr 22 16:22:57 2007
New Revision: 10262
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10262
Log:
* Cleanups.
Modified:
desktop/unstable/gnome-panel/debian/changelog
desktop/unstable/gnome-panel/debian/rules
Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=10262&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog (original)
+++ desktop/unstable/gnome-panel/debian/changelog Sun Apr 22 16:22:57 2007
@@ -18,8 +18,9 @@
* Use http in copyright.
* Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
cdbs >= 0.4.41.
-
- -- Loic Minier <lool at dooz.org> Sun, 22 Apr 2007 18:22:10 +0200
+ * Cleanups.
+
+ -- Loic Minier <lool at dooz.org> Sun, 22 Apr 2007 18:22:51 +0200
gnome-panel (2.16.3-1) experimental; urgency=low
Modified: desktop/unstable/gnome-panel/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/rules?rev=10262&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/rules (original)
+++ desktop/unstable/gnome-panel/debian/rules Sun Apr 22 16:22:57 2007
@@ -10,15 +10,15 @@
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper --with-in-process-applets=all
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --with-in-process-applets=all
ifneq ($(DEB_BUILD_GNU_SYSTEM),gnu)
DEB_CONFIGURE_EXTRA_FLAGS += --enable-eds
endif
# debug lib
-DEB_DH_STRIP_ARGS := --dbg-package=gnome-panel-dbg
+DEB_DH_STRIP_ARGS += --dbg-package=gnome-panel-dbg
-DEB_DH_MAKESHLIBS_ARGS_libpanel-applet2-0 := -V"libpanel-applet2-0 (>= 2.14)"
+DEB_DH_MAKESHLIBS_ARGS_libpanel-applet2-0 += -V"libpanel-applet2-0 (>= 2.14)"
binary-install/gnome-panel::
chmod a+x debian/gnome-panel/usr/lib/gnome-panel/*
@@ -33,3 +33,4 @@
binary-install/libpanel-applet2-doc::
find debian/libpanel-applet2-doc/usr/share/doc/libpanel-applet2-doc/ -name ".arch-ids" -depth -exec rm -rf {} \;
+
More information about the pkg-gnome-commits
mailing list