[Pkg-xfce-commits] r4170 - desktop/branches/experimental/xfce4-panel/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sun Jul 18 10:59:01 UTC 2010
Author: mrpouit-guest
Date: 2010-07-18 10:58:59 +0000 (Sun, 18 Jul 2010)
New Revision: 4170
Modified:
desktop/branches/experimental/xfce4-panel/debian/changelog
desktop/branches/experimental/xfce4-panel/debian/rules
Log:
- refreshed (b-)deps for this new major release
- add myself to Uploaders
- temporarily comment out LDFLAGS as it ftbfs with --as-needed
Modified: desktop/branches/experimental/xfce4-panel/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-panel/debian/changelog 2010-07-18 10:50:31 UTC (rev 4169)
+++ desktop/branches/experimental/xfce4-panel/debian/changelog 2010-07-18 10:58:59 UTC (rev 4170)
@@ -2,8 +2,8 @@
* New upstream development release.
* debian/control:
- - refreshed (b-)deps for this new major release.
- - add myself to Uploaders.
+ - refreshed (b-)deps for this new major release
+ - add myself to Uploaders
- bump Standards-Version to 3.9.0.
* debian/NEWS: dropped, unneeded.
* debian/xfce4-panel.shlibs: refreshed, bump to (>= 4.7.0).
@@ -11,6 +11,7 @@
* debian/xfce4-panel.preinst: added, handles removal of old conffiles.
* debian/*.install: refreshed.
* debian/rules:
+ - temporarily comment out LDFLAGS as it ftbfs with --as-needed
- dropped rc files mangling as they don't exist anymore
- updated removal of *.{l,}a files.
Modified: desktop/branches/experimental/xfce4-panel/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-panel/debian/rules 2010-07-18 10:50:31 UTC (rev 4169)
+++ desktop/branches/experimental/xfce4-panel/debian/rules 2010-07-18 10:58:59 UTC (rev 4170)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
+#LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
More information about the Pkg-xfce-commits
mailing list