[Debian-tex-commits] SVN CJK commit + diffs: r5582 - cjk/trunk/debian

Danai Sae-Han danai at alioth.debian.org
Sun Jun 24 23:46:58 UTC 2012


Author: danai
Date: 2012-06-24 23:46:57 +0000 (Sun, 24 Jun 2012)
New Revision: 5582

Modified:
   cjk/trunk/debian/rules
Log:
Modify get-orig-source to create ../tarballs if it does not exist yet.


Modified: cjk/trunk/debian/rules
===================================================================
--- cjk/trunk/debian/rules	2012-06-24 09:31:33 UTC (rev 5581)
+++ cjk/trunk/debian/rules	2012-06-24 23:46:57 UTC (rev 5582)
@@ -185,6 +185,7 @@
 #	cd cjk-$(upstream_version) && git reset --hard `git rev-list --all -n 1 --before=$(unixdate)`
 
 	# Make a pristine package.
+	mkdir -p ../tarballs
 # --no-name/-n is important because it won't save the timestamp in the
 # 5th to 8th byte of the gzip.
 	cd cjk-$(upstream_version) && git archive --format=tar --prefix=cjk-$(upstream_version)/ $$(git rev-list --all -n 1 --before=$(unixdate)) | gzip -9 --no-name -c > ../../tarballs/cjk_$(upstream_version).orig.tar.gz




More information about the Debian-tex-commits mailing list