[Glibc-bsd-commits] r5586 - branches/experimental/kfreebsd-10/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sat Oct 4 18:00:32 UTC 2014


Author: stevenc-guest
Date: 2014-10-04 18:00:32 +0000 (Sat, 04 Oct 2014)
New Revision: 5586

Modified:
   branches/experimental/kfreebsd-10/debian/changelog
   branches/experimental/kfreebsd-10/debian/rules
Log:
* Adjust revision to exactly match 10.1-RC1 branch point;  no
  differences in sys/ from r272500, just for consistency
* In get-orig-source, svn export with --ignore-keywords so that
  revision tags do not fuzzy the patches
* Mention refreshed patches in changelog


Modified: branches/experimental/kfreebsd-10/debian/changelog
===================================================================
--- branches/experimental/kfreebsd-10/debian/changelog	2014-10-04 16:54:49 UTC (rev 5585)
+++ branches/experimental/kfreebsd-10/debian/changelog	2014-10-04 18:00:32 UTC (rev 5586)
@@ -1,7 +1,7 @@
-kfreebsd-10 (10.1~svn272500-1) UNRELEASED; urgency=medium
+kfreebsd-10 (10.1~svn272463-1) UNRELEASED; urgency=medium
 
   [ Steven Chamberlain ]
-  * New upstream snapshot of 10.1 releng branch
+  * New upstream snapshot of 10.1-RC1
   * Set a Breaks: on freebsd-net-tools (<< 10.0~) due to an ABI change
     listing or modifying network interfaces
   * Set a Breaks: on freebsd-smbfs (<< 10.0~) due to an ABI change
@@ -11,7 +11,16 @@
   * Set a Breaks: on grub-common (<< 2.02~) because GRUB 2.02 or later
     is needed to boot from a ZFS pool having the LZ4 compression
     feature enabled
+  * In get-orig-source, svn export with --ignore-keywords so that
+    revision tags do not fuzzy the patches
 
+  [ Petr Salinger ]
+  * Refresh patches
+    - aicasm-parallel-build-dependencies.diff
+    - userland.diff
+    - 001_misc.diff
+    - 999_config.diff
+
  -- GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>  Sat, 20 Sep 2014 22:02:28 +0100
 
 kfreebsd-10 (10.1~svn271306-2) experimental; urgency=medium

Modified: branches/experimental/kfreebsd-10/debian/rules
===================================================================
--- branches/experimental/kfreebsd-10/debian/rules	2014-10-04 16:54:49 UTC (rev 5585)
+++ branches/experimental/kfreebsd-10/debian/rules	2014-10-04 18:00:32 UTC (rev 5586)
@@ -93,7 +93,7 @@
 
 get-orig-source:
 	rm -rf $(ORIG_DIR)
-	svn export -r $(svn_revision) $(SVN)/sys $(ORIG_DIR)/sys
+	svn export --ignore-keywords -r $(svn_revision) $(SVN)/sys $(ORIG_DIR)/sys
 	cd $(ORIG_DIR) && $(CURDIR)/debian/prune.sh
 	tar --numeric-owner --owner 0 --group 0 -cJf ../$(ORIG_TAR) $(ORIG_DIR)
 	rm -rf $(ORIG_DIR)




More information about the Glibc-bsd-commits mailing list