r47261 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47260‎ | r47261 | r47262 >
Date:13:23, 14 February 2009
Author:midom
Status:deferred
Tags:
Comment:
* don't strip debug symbols
* don't use futex'es, thats wrong.
Modified paths:
  • /trunk/debs/php5-apc/debian/changelog (modified) (history)
  • /trunk/debs/php5-apc/debian/rules (modified) (history)

Diff [purge]

Index: trunk/debs/php5-apc/debian/changelog
@@ -1,3 +1,9 @@
 2+php5-apc (3.0.19-1wm2) hardy; urgency=medium
 3+ * Disable pthread mutexes
 4+ * Don't strip symbols
 5+
 6+ -- Domas Mituzas <domas@wikimedia.org> Sat, 14 Feb 2009 15:08:38 +0200
 7+
28 php5-apc (3.0.19-1wm1) hardy; urgency=medium
39
410 * New upstream release
Index: trunk/debs/php5-apc/debian/rules
@@ -26,7 +26,7 @@
2727 dh_testdir
2828 # Add here commands to configure the package.
2929 phpize
30 - ./configure
 30+ ./configure --disable-apc-pthreadmutex
3131
3232 touch configure-stamp
3333
@@ -88,7 +88,7 @@
8989 # dh_installinfo
9090 dh_installman
9191 dh_link
92 - dh_strip
 92+# dh_strip
9393 dh_compress
9494 dh_fixperms
9595 # dh_perl

Status & tagging log