[Glibc-bsd-commits] r5999 - trunk/ctfutils/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sun Apr 10 22:26:58 UTC 2016


Author: stevenc-guest
Date: 2016-04-10 22:26:58 +0000 (Sun, 10 Apr 2016)
New Revision: 5999

Modified:
   trunk/ctfutils/debian/changelog
   trunk/ctfutils/debian/rules
Log:
Use XZ to compress orig source tarball


Modified: trunk/ctfutils/debian/changelog
===================================================================
--- trunk/ctfutils/debian/changelog	2016-04-10 22:18:16 UTC (rev 5998)
+++ trunk/ctfutils/debian/changelog	2016-04-10 22:26:58 UTC (rev 5999)
@@ -1,10 +1,11 @@
 ctfutils (10.3~svn297264-1) UNRELEASED; urgency=medium
 
   * New upstream snapshot of 10.3-RELEASE
-  * Make get-orig-source tarball reproducible
   * Refresh patches:
     - compat_opensolaris.diff
     - ulong_t.diff
+  * Make get-orig-source tarball reproducible
+  * Use XZ to compress orig source tarball
   * Now using Standards-Version 3.9.8 (no changes needed)
   * Turn a "sou %s has too many values" error into a warning;
     encode only the first CTF_MAX_VLEN members.

Modified: trunk/ctfutils/debian/rules
===================================================================
--- trunk/ctfutils/debian/rules	2016-04-10 22:18:16 UTC (rev 5998)
+++ trunk/ctfutils/debian/rules	2016-04-10 22:26:58 UTC (rev 5999)
@@ -41,14 +41,14 @@
 major           := $(shell echo $(version) | sed -e 's/\..*//g')
 revision	:= $(shell echo $(full_version) | sed -e 's/^[^+-]*//g')
 
-SVN		:= https://svn0.us-west.freebsd.org/base/release/$(version).0
-#SVN		:= https://svn0.us-west.freebsd.org/base/releng/$(version)
+#SVN		:= https://svn0.us-west.freebsd.org/base/release/$(version).0
+SVN		:= https://svn0.us-west.freebsd.org/base/releng/$(version)
 #SVN		:= https://svn0.us-west.freebsd.org/base/stable/$(major)
 #SVN		:= https://svn0.us-west.freebsd.org/base/head
 
 SOURCE = ctfutils
 ORIG_DIR = $(SOURCE)-$(tar_version)
-ORIG_TAR = $(SOURCE)_$(tar_version).orig.tar.gz
+ORIG_TAR = $(SOURCE)_$(tar_version).orig.tar.xz
 
 PATH := /usr/lib/freebsd:$(PATH)
 SOURCE_DATE_EPOCH ?= $(shell date -d "$$(dpkg-parsechangelog -SDate)" +%s)




More information about the Glibc-bsd-commits mailing list