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

Danai Sae-Han danai at alioth.debian.org
Tue May 18 00:16:07 UTC 2010


Author: danai
Date: 2010-05-18 00:16:03 +0000 (Tue, 18 May 2010)
New Revision: 4622

Modified:
   cjk/trunk/debian/changelog
   cjk/trunk/debian/rules
Log:
The ID after the "git reset" command always returned
empty.


Modified: cjk/trunk/debian/changelog
===================================================================
--- cjk/trunk/debian/changelog	2010-05-17 22:18:35 UTC (rev 4621)
+++ cjk/trunk/debian/changelog	2010-05-18 00:16:03 UTC (rev 4622)
@@ -14,7 +14,9 @@
   * [debian/rules]
      - We do not include the "thaifonts.tar.gz" file anymore, so we can
        remove this cleanup procedure;
-     - remove binary ad other files in utils/ created during compile time.
+     - remove binary ad other files in utils/ created during compile time;
+     - fix the "get-orig-source" target to work with /bin/sh pointing to
+       dash.
 
  -- Danai SAE-HAN (韓達耐) <danai at debian.org>  Sun, 16 May 2010 23:21:53 +0200
 

Modified: cjk/trunk/debian/rules
===================================================================
--- cjk/trunk/debian/rules	2010-05-17 22:18:35 UTC (rev 4621)
+++ cjk/trunk/debian/rules	2010-05-18 00:16:03 UTC (rev 4622)
@@ -181,7 +181,7 @@
 
 	# Download the latest GIT version and downgrade it to $(isodate).
 	git clone git://git.sv.gnu.org/cjk.git cjk-$(upstream_version)
-	cd cjk-$(upstream_version) && git reset --hard $(shell git rev-list --all -n 1 --before=$(unixdate))
+	cd cjk-$(upstream_version) && git reset --hard $(shell cd cjk-$(upstream_version) && git rev-list --all -n 1 --before=1231196400 2>&1)
 
 	# Make a pristine package.
 # --no-name/-n is important because it won't save the timestamp in the




More information about the Debian-tex-commits mailing list