[Pkg-samba-maint] r3003 - trunk/samba/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Mon Aug 24 20:10:30 UTC 2009
Author: vorlon
Date: 2009-08-24 20:10:28 +0000 (Mon, 24 Aug 2009)
New Revision: 3003
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/rules
Log:
fix up the list of files that need to be removed by hand in the clean
target; the majority of these are now correctly handled upstream.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2009-08-24 18:00:49 UTC (rev 3002)
+++ trunk/samba/debian/changelog 2009-08-24 20:10:28 UTC (rev 3003)
@@ -10,6 +10,8 @@
debhelper build
* don't call pyversions from debian/rules, this throws a useless error
message during build.
+ * fix up the list of files that need to be removed by hand in the clean
+ target; the majority of these are now correctly handled upstream.
-- Steve Langasek <vorlon at debian.org> Sun, 23 Aug 2009 22:35:16 -0700
Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules 2009-08-24 18:00:49 UTC (rev 3002)
+++ trunk/samba/debian/rules 2009-08-24 20:10:28 UTC (rev 3003)
@@ -116,10 +116,7 @@
[ ! -f source3/Makefile ] || $(MAKE) -C source3 distclean
# Delete stuff left after a build that is not deleted by 'make clean'
- rm -f source3/bin/wbinfo source3/bin/winbindd source3/bin/debug2html \
- source3/bin/libsmbclient.a \
- source3/client/mount.cifs source3/client/umount.cifs \
- source3/include/stamp-h
+ rm -f source3/bin/cifs.upcall
debconf-updatepo
More information about the Pkg-samba-maint
mailing list