[Glibc-bsd-commits] r5613 - trunk/freebsd-buildutils/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Wed Oct 8 20:04:33 UTC 2014


Author: stevenc-guest
Date: 2014-10-08 20:04:33 +0000 (Wed, 08 Oct 2014)
New Revision: 5613

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/rules
Log:
In get-orig-source, svn export with --ignore-keywords so that
revision tags do not fuzzy the patches


Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2014-10-05 22:56:20 UTC (rev 5612)
+++ trunk/freebsd-buildutils/debian/changelog	2014-10-08 20:04:33 UTC (rev 5613)
@@ -1,7 +1,12 @@
 freebsd-buildutils (10.0-5) UNRELEASED; urgency=low
 
+  [ Petr Salinger ]
   * Backport mk_hyperv, needed by 10.1 RC
 
+  [ Steven Chamberlain ]
+  * In get-orig-source, svn export with --ignore-keywords so that
+    revision tags do not fuzzy the patches
+
  -- Petr Salinger <Petr.Salinger at seznam.cz>  Sat, 04 Oct 2014 18:16:23 +0200
 
 freebsd-buildutils (10.0-4) unstable; urgency=low

Modified: trunk/freebsd-buildutils/debian/rules
===================================================================
--- trunk/freebsd-buildutils/debian/rules	2014-10-05 22:56:20 UTC (rev 5612)
+++ trunk/freebsd-buildutils/debian/rules	2014-10-08 20:04:33 UTC (rev 5613)
@@ -90,7 +90,7 @@
 		usr.sbin/mtree \
 		sys/dev/aic7xxx/aicasm \
 	; do \
-		svn export -r $(svn_revision) $(SVN)/$$i $(ORIGDIR)/src/$$i ; \
+		svn export --ignore-keywords -r $(svn_revision) $(SVN)/$$i $(ORIGDIR)/src/$$i ; \
 	done
 	tar --numeric-owner --owner 0 --group 0 -czf ../$(TARNAME) $(ORIGDIR)
 	rm -rf $(ORIGDIR)




More information about the Glibc-bsd-commits mailing list