[Glibc-bsd-commits] r5606 - trunk/freebsd-smbfs/debian

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


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

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


Modified: trunk/freebsd-smbfs/debian/changelog
===================================================================
--- trunk/freebsd-smbfs/debian/changelog	2014-10-05 16:26:08 UTC (rev 5605)
+++ trunk/freebsd-smbfs/debian/changelog	2014-10-05 19:10:44 UTC (rev 5606)
@@ -5,6 +5,8 @@
 
   [ Steven Chamberlain ]
   * 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-smbfs/debian/rules
===================================================================
--- trunk/freebsd-smbfs/debian/rules	2014-10-05 16:26:08 UTC (rev 5605)
+++ trunk/freebsd-smbfs/debian/rules	2014-10-05 19:10:44 UTC (rev 5606)
@@ -60,7 +60,7 @@
 		sbin/mount/{getmntopts.c,mntopts.h} \
 		etc/nsmb.conf \
 	; do \
-	    svn export $(SVN)/$$i -r $(svn_revision) $(ORIGDIR)/$$i ; \
+	    svn export --ignore-keywords $(SVN)/$$i -r $(svn_revision) $(ORIGDIR)/$$i ; \
 	done
 	tar --numeric-owner --owner 0 --group 0 -czf ../$(TARNAME) $(ORIGDIR)
 	rm -rf $(ORIGDIR)




More information about the Glibc-bsd-commits mailing list