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

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sun Apr 10 22:27:55 UTC 2016


Author: stevenc-guest
Date: 2016-04-10 22:27:55 +0000 (Sun, 10 Apr 2016)
New Revision: 6000

Modified:
   trunk/ctfutils/debian/changelog
   trunk/ctfutils/debian/rules
Log:
Use new preferred hostname for upstream SVN with HTTPS
(svn.freebsd.org).


Modified: trunk/ctfutils/debian/changelog
===================================================================
--- trunk/ctfutils/debian/changelog	2016-04-10 22:26:58 UTC (rev 5999)
+++ trunk/ctfutils/debian/changelog	2016-04-10 22:27:55 UTC (rev 6000)
@@ -6,6 +6,8 @@
     - ulong_t.diff
   * Make get-orig-source tarball reproducible
   * Use XZ to compress orig source tarball
+  * Use new preferred hostname for upstream SVN with HTTPS
+    (svn.freebsd.org).
   * 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:26:58 UTC (rev 5999)
+++ trunk/ctfutils/debian/rules	2016-04-10 22:27:55 UTC (rev 6000)
@@ -41,10 +41,11 @@
 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/stable/$(major)
-#SVN		:= https://svn0.us-west.freebsd.org/base/head
+SVN_BASE	:= https://svn.freebsd.org/base
+#SVN		:= $(SVN_BASE)/release/$(version).0
+SVN		:= $(SVN_BASE)/releng/$(version)
+#SVN		:= $(SVN_BASE)/stable/$(major)
+#SVN		:= $(SVN_BASE)/head
 
 SOURCE = ctfutils
 ORIG_DIR = $(SOURCE)-$(tar_version)




More information about the Glibc-bsd-commits mailing list