[Glibc-bsd-commits] r5607 - trunk/freebsd-utils/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sun Oct 5 19:28:28 UTC 2014


Author: stevenc-guest
Date: 2014-10-05 19:28:28 +0000 (Sun, 05 Oct 2014)
New Revision: 5607

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


Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2014-10-05 19:10:44 UTC (rev 5606)
+++ trunk/freebsd-utils/debian/changelog	2014-10-05 19:28:28 UTC (rev 5607)
@@ -5,6 +5,8 @@
   * Drop Breaks: on old kernel versions, which can't have the
     intended effect anyway until reboot (Closes: #756464)
   * Add myself to uploaders
+  * In get-orig-source, svn export with --ignore-keywords so that                                                                                            
+    revision tags do not fuzzy the patches 
 
   [ Christoph Egger ]
   * Upload to unstable

Modified: trunk/freebsd-utils/debian/rules
===================================================================
--- trunk/freebsd-utils/debian/rules	2014-10-05 19:10:44 UTC (rev 5606)
+++ trunk/freebsd-utils/debian/rules	2014-10-05 19:28:28 UTC (rev 5607)
@@ -148,7 +148,7 @@
 		 usr.bin/showmount \
 		 usr.sbin/powerd \
 	; do \
-	    svn export -r $(svn_revision) $(SVN)/$$i $(ORIGDIR)/src/$$i || exit ; \
+	    svn export --ignore-keywords -r $(svn_revision) $(SVN)/$$i $(ORIGDIR)/src/$$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