[Goodies-commits] r3155 - xfce4-smartpm-plugin/trunk
    Anders F Bjorklund 
    afb at xfce.org
       
    Fri Sep  7 16:55:42 CEST 2007
    
    
  
Author: afb
Date: 2007-09-07 14:55:42 +0000 (Fri, 07 Sep 2007)
New Revision: 3155
Modified:
   xfce4-smartpm-plugin/trunk/Makefile.am
Log:
ignore .svn directories in deb
Modified: xfce4-smartpm-plugin/trunk/Makefile.am
===================================================================
--- xfce4-smartpm-plugin/trunk/Makefile.am	2007-09-07 14:54:19 UTC (rev 3154)
+++ xfce4-smartpm-plugin/trunk/Makefile.am	2007-09-07 14:55:42 UTC (rev 3155)
@@ -13,7 +13,7 @@
 	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
 
 deb:
-	dpkg-buildpackage -rfakeroot -uc -us
+	dpkg-buildpackage -uc -us -rfakeroot -i.svn
 
 EXTRA_DIST =								\
 	xfce4-smartpm-plugin.spec					\
    
    
More information about the Goodies-commits
mailing list