[Pkg-voip-commits] r6708 - /freepbx-core/trunk/debian/rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Wed Jan 28 16:56:25 UTC 2009


Author: tzafrir-guest
Date: Wed Jan 28 16:56:25 2009
New Revision: 6708

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6708
Log:
get-orig-source into ../tarballs .

Modified:
    freepbx-core/trunk/debian/rules

Modified: freepbx-core/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-core/trunk/debian/rules?rev=6708&op=diff
==============================================================================
--- freepbx-core/trunk/debian/rules (original)
+++ freepbx-core/trunk/debian/rules Wed Jan 28 16:56:25 2009
@@ -34,6 +34,7 @@
 binary: binary-arch binary-indep
 	dh $@
 
+# If it fails fetching files: make sure python-beautifulsoup is installed
 get-orig-source:
 	wget $(XML_URL)
 	mkdir $(UPSTREAM_DIR)
@@ -45,5 +46,6 @@
         rm $$tarball; \
     done
 	mv $(XML_FILE) $(UPSTREAM_DIR)
-	tar zcf $(ORIG_TARBALL) $(UPSTREAM_DIR)
+	mkdir -p ../tarballs
+	tar zcf ../tarballs/$(ORIG_TARBALL) $(UPSTREAM_DIR)
 	rm -rf $(UPSTREAM_DIR)




More information about the Pkg-voip-commits mailing list