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

vorlon at alioth.debian.org vorlon at alioth.debian.org
Mon Sep 26 00:18:01 UTC 2011


Author: vorlon
Date: 2011-09-26 00:18:00 +0000 (Mon, 26 Sep 2011)
New Revision: 3903

Added:
   trunk/samba/debian/clean
Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/rules
Log:
Use debian/clean instead of removing left-behind files by hand in the
clean target

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2011-09-25 23:53:04 UTC (rev 3902)
+++ trunk/samba/debian/changelog	2011-09-26 00:18:00 UTC (rev 3903)
@@ -9,6 +9,8 @@
     directories instead of moving files around in debian/rules.
   * We don't need to mess with perms on usr/include/libsmbclient.h anymore
     in debian/rules, the upstream install target gets it right
+  * Use debian/clean instead of removing left-behind files by hand in the
+    clean target
 
  -- Steve Langasek <vorlon at debian.org>  Sat, 24 Sep 2011 13:36:50 -0700
 

Added: trunk/samba/debian/clean
===================================================================
--- trunk/samba/debian/clean	                        (rev 0)
+++ trunk/samba/debian/clean	2011-09-26 00:18:00 UTC (rev 3903)
@@ -0,0 +1,7 @@
+source3/pkgconfig/*.pc
+source3/exports/libsmbclient.syms
+source3/exports/libsmbsharemodes.syms
+source3/lib/netapi/tests/Makefile
+source3/lib/netapi/examples/Makefile
+examples/libsmbclient/Makefile.internal
+

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2011-09-25 23:53:04 UTC (rev 3902)
+++ trunk/samba/debian/rules	2011-09-26 00:18:00 UTC (rev 3903)
@@ -110,11 +110,6 @@
 
 	[ ! -f source3/Makefile ] || $(MAKE) -C source3 distclean
 
-	# Delete stuff left after a build that is not deleted by 'make clean'
-	rm -f source3/pkgconfig/*.pc \
-	      source3/exports/libsmbclient.syms \
-	      source3/exports/libsmbsharemodes.syms
-
 	debconf-updatepo
 
 	dh_clean





More information about the Pkg-samba-maint mailing list