[Pkg-samba-maint] r4097 - trunk/samba/debian
luk at alioth.debian.org
luk at alioth.debian.org
Sun May 13 16:04:38 UTC 2012
tags 672733 pending
thanks
Author: luk
Date: 2012-05-13 16:04:37 +0000 (Sun, 13 May 2012)
New Revision: 4097
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/libwbclient-dev.install
trunk/samba/debian/rules
Log:
* Ship wbclient.pc so cifs-utils can be built again (Closes: #672733).
* Activate parallel building. Might need DEB_BUILD_OPTIONS as usual.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2012-05-12 17:36:50 UTC (rev 4096)
+++ trunk/samba/debian/changelog 2012-05-13 16:04:37 UTC (rev 4097)
@@ -1,3 +1,10 @@
+samba (2:3.6.5-3) UNRELEASED; urgency=low
+
+ * Ship wbclient.pc so cifs-utils can be built again (Closes: #672733).
+ * Activate parallel building. Might need DEB_BUILD_OPTIONS as usual.
+
+ -- Luk Claes <luk at debian.org> Sun, 13 May 2012 16:31:11 +0200
+
samba (2:3.6.5-2) unstable; urgency=low
* The yearly "SambaXP bug cleaning party" release. 11 years
Modified: trunk/samba/debian/libwbclient-dev.install
===================================================================
--- trunk/samba/debian/libwbclient-dev.install 2012-05-12 17:36:50 UTC (rev 4096)
+++ trunk/samba/debian/libwbclient-dev.install 2012-05-13 16:04:37 UTC (rev 4097)
@@ -1,2 +1,3 @@
usr/lib/*/libwbclient.so
usr/include/wbclient.h
+../../source3/pkgconfig/wbclient.pc usr/lib/pkgconfig
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2012-05-12 17:36:50 UTC (rev 4096)
+++ trunk/samba/debian/rules 2012-05-13 16:04:37 UTC (rev 4097)
@@ -70,7 +70,7 @@
dh_auto_configure -- $(conf_args)
override_dh_auto_build:
- dh_auto_build -- everything nsswitch
+ dh_auto_build --parallel -- everything nsswitch
# our test suite requires including a wrapper lib we don't want to ship.
override_dh_auto_test:
More information about the Pkg-samba-maint
mailing list