[Glibc-bsd-commits] r5621 - trunk/ufsutils/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Wed Oct 8 23:40:58 UTC 2014


Author: stevenc-guest
Date: 2014-10-08 23:40:57 +0000 (Wed, 08 Oct 2014)
New Revision: 5621

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


Modified: trunk/ufsutils/debian/changelog
===================================================================
--- trunk/ufsutils/debian/changelog	2014-10-08 23:38:05 UTC (rev 5620)
+++ trunk/ufsutils/debian/changelog	2014-10-08 23:40:57 UTC (rev 5621)
@@ -1,9 +1,14 @@
 ufsutils (10.1~svn272500-1) UNRELEASED; urgency=medium
 
+  [ Petr Salinger ]
   * New upstream snapshot of 10.1-RC1
     - refresh patches
     - add mk_tests.diff
 
+  [ 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 20:24:56 +0200
 
 ufsutils (10.0-3) unstable; urgency=medium

Modified: trunk/ufsutils/debian/rules
===================================================================
--- trunk/ufsutils/debian/rules	2014-10-08 23:38:05 UTC (rev 5620)
+++ trunk/ufsutils/debian/rules	2014-10-08 23:40:57 UTC (rev 5621)
@@ -64,7 +64,7 @@
 		sys/ufs lib/libufs sys/geom/geom_bsd_enc.c \
 		sbin/mount \
 	; do \
-	    svn export $(SVN)/$$i $(ORIGDIR)/$$i || exit ; \
+	    svn export --ignore-keywords $(SVN)/$$i $(ORIGDIR)/$$i || exit ; \
 	done
 	tar --numeric-owner --owner 0 --group 0 -czf ../$(TARNAME) $(ORIGDIR)
 	rm -rf $(ORIGDIR)




More information about the Glibc-bsd-commits mailing list