[Pkg-samba-maint] r1437 - trunk/samba/debian

bubulle at alioth.debian.org bubulle at alioth.debian.org
Thu May 31 19:10:58 UTC 2007


Author: bubulle
Date: 2007-05-31 19:10:58 +0000 (Thu, 31 May 2007)
New Revision: 1437

Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/rules
Log:
Clean out some remaining files that are still there after "make clean".
Part of Ubuntu patches that seem safe


Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2007-05-30 21:29:30 UTC (rev 1436)
+++ trunk/samba/debian/changelog	2007-05-31 19:10:58 UTC (rev 1437)
@@ -3,8 +3,12 @@
   [ Debconf translations ]
   * Danish updated. Closes: #426773
 
- -- Christian Perrier <bubulle at debian.org>  Wed, 30 May 2007 23:21:07 +0200
+  [ Christian Perrier ]
+  * Clean out some remaining cruft that is not deleted
+    by "make clean". Taken from Ubuntu patches.
 
+ -- Christian Perrier <bubulle at debian.org>  Thu, 31 May 2007 21:09:30 +0200
+
 samba (3.0.25a-1) unstable; urgency=low
 
   [ Christian Perrier ]

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2007-05-30 21:29:30 UTC (rev 1436)
+++ trunk/samba/debian/rules	2007-05-31 19:10:58 UTC (rev 1437)
@@ -103,8 +103,15 @@
 
 	-$(MAKE) -C source distclean
 
+	# Delete stuff left after a build that is not deleted by 'make clean'
+	rm -f source/bin/wbinfo source/bin/winbindd source/bin/debug2html \
+	source/bin/libsmbclient.a \
+	source/client/mount.cifs source/client/umount.cifs \
+	source/include/stamp-h
+
 	sed -e "s/@libacl@/`type-handling any linux-gnu`/g" \
 		< debian/control.in > debian/control
+
 	debconf-updatepo
 
 	dh_clean




More information about the Pkg-samba-maint mailing list