[Pkg-samba-maint] r3647 - trunk/samba/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Mon Nov 22 21:51:19 UTC 2010
Author: vorlon
Date: 2010-11-22 21:51:19 +0000 (Mon, 22 Nov 2010)
New Revision: 3647
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/rules
Log:
Fix debian/rules update-archs target to not add extra spaces on every
invocation...
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2010-11-22 21:47:05 UTC (rev 3646)
+++ trunk/samba/debian/changelog 2010-11-22 21:51:19 UTC (rev 3647)
@@ -1,6 +1,8 @@
samba (2:3.5.6~dfsg-2) UNRELEASED; urgency=low
* Support armh port. Closes: #604523
+ * Fix debian/rules update-archs target to not add extra spaces on every
+ invocation...
[ Debconf translations ]
* Catalan (Jordi Mallach). Closes: #601101
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2010-11-22 21:47:05 UTC (rev 3646)
+++ trunk/samba/debian/rules 2010-11-22 21:51:19 UTC (rev 3647)
@@ -248,9 +248,9 @@
binary: binary-indep binary-arch
update-archs:
- sed -i -e "s/libacl1-dev\( ([^)]\+)\)* \[[^]]\+\]/libacl1-dev \1 [`type-handling any linux-gnu`]/g" \
- -e "s/libkeyutils-dev\( ([^)]\+)\)* \[[^]]\+\]/libkeyutils-dev \1 [`type-handling any linux-gnu`]/g" \
- -e "s/libcap2-dev\( ([^)]\+)\)* \[[^]]\+\]/libcap2-dev \1 [`type-handling any linux-gnu`]/g" \
+ sed -i -e "s/libacl1-dev\( ([^)]\+)\)* \[[^]]\+\]/libacl1-dev\1 [`type-handling any linux-gnu`]/g" \
+ -e "s/libkeyutils-dev\( ([^)]\+)\)* \[[^]]\+\]/libkeyutils-dev\1 [`type-handling any linux-gnu`]/g" \
+ -e "s/libcap2-dev\( ([^)]\+)\)* \[[^]]\+\]/libcap2-dev\1 [`type-handling any linux-gnu`]/g" \
debian/control
.PHONY: build clean binary-indep binary-arch binary install configure update-archs
More information about the Pkg-samba-maint
mailing list