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 | + |
2 | 8 | php5-apc (3.0.19-1wm1) hardy; urgency=medium |
3 | 9 | |
4 | 10 | * New upstream release |
Index: trunk/debs/php5-apc/debian/rules |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | dh_testdir |
28 | 28 | # Add here commands to configure the package. |
29 | 29 | phpize |
30 | | - ./configure |
| 30 | + ./configure --disable-apc-pthreadmutex |
31 | 31 | |
32 | 32 | touch configure-stamp |
33 | 33 | |
— | — | @@ -88,7 +88,7 @@ |
89 | 89 | # dh_installinfo |
90 | 90 | dh_installman |
91 | 91 | dh_link |
92 | | - dh_strip |
| 92 | +# dh_strip |
93 | 93 | dh_compress |
94 | 94 | dh_fixperms |
95 | 95 | # dh_perl |