[Goodies-commits] r3153 - xfce4-smartpm-plugin/trunk

Anders F Bjorklund afb at xfce.org
Fri Sep 7 16:40:57 CEST 2007


Author: afb
Date: 2007-09-07 14:40:57 +0000 (Fri, 07 Sep 2007)
New Revision: 3153

Modified:
   xfce4-smartpm-plugin/trunk/Makefile.am
Log:
updated package targets

Modified: xfce4-smartpm-plugin/trunk/Makefile.am
===================================================================
--- xfce4-smartpm-plugin/trunk/Makefile.am	2007-09-07 14:30:31 UTC (rev 3152)
+++ xfce4-smartpm-plugin/trunk/Makefile.am	2007-09-07 14:40:57 UTC (rev 3153)
@@ -10,9 +10,11 @@
 	rm -rf *.cache *~
 
 rpm: dist
-	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.bz2
-	@rm -f $(PACKAGE)-$(VERSION).tar.bz2
+	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
 
+deb:
+	dpkg-buildpackage -rfakeroot -uc -us
+
 EXTRA_DIST =								\
 	xfce4-smartpm-plugin.spec					\
 	xfce4-smartpm-plugin.spec.in					\




More information about the Goodies-commits mailing list