[Glibc-bsd-commits] r3368 - in trunk: freebsd-libs/debian libmd/debian zfsutils/debian

Guillem Jover guillem at alioth.debian.org
Mon May 30 21:09:40 UTC 2011


Author: guillem
Date: 2011-05-30 21:09:40 +0000 (Mon, 30 May 2011)
New Revision: 3368

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/rules
   trunk/libmd/debian/rules
   trunk/zfsutils/debian/changelog
   trunk/zfsutils/debian/rules
Log:
Set numeric user and group id to 0 for files in get-orig-source


Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2011-05-30 20:20:35 UTC (rev 3367)
+++ trunk/freebsd-libs/debian/changelog	2011-05-30 21:09:40 UTC (rev 3368)
@@ -18,6 +18,7 @@
   * Line-wrap CFLAGS and PMAKE variables in debian/rules.
   * Intersperse Build-Depends description comments between the actual
     dependencies.
+  * Set numeric user and group id to 0 for files in get-orig-source.
 
  -- Robert Millan <rmh at debian.org>  Mon, 10 Jan 2011 16:01:31 +0100
 

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2011-05-30 20:20:35 UTC (rev 3367)
+++ trunk/freebsd-libs/debian/rules	2011-05-30 21:09:40 UTC (rev 3368)
@@ -50,7 +50,7 @@
 	rm -f $(ORIGDIR)/sys/cam/scsi/scsi_ch.*
 	rm -f $(ORIGDIR)/lib/libkvm/kvm_ia64.c
 	rm -f $(ORIGDIR)/lib/libkvm/kvm_powerpc.c
-	tar -czf ../$(TARNAME) $(ORIGDIR)
+	tar --numeric-owner --owner 0 --group 0 -czf ../$(TARNAME) $(ORIGDIR)
 	rm -rf $(ORIGDIR)
 
 ifeq ($(kernel), kfreebsd)

Modified: trunk/libmd/debian/rules
===================================================================
--- trunk/libmd/debian/rules	2011-05-30 20:20:35 UTC (rev 3367)
+++ trunk/libmd/debian/rules	2011-05-30 21:09:40 UTC (rev 3368)
@@ -30,7 +30,7 @@
 	for i in lib/libmd ; do \
 	    svn export $(SVN)/$$i $(ORIGDIR)/$$i ; \
 	done
-	tar -czf ../$(TARNAME) $(ORIGDIR)
+	tar --numeric-owner --owner 0 --group 0 -czf ../$(TARNAME) $(ORIGDIR)
 	rm -rf $(ORIGDIR)
 
 build-indep:

Modified: trunk/zfsutils/debian/changelog
===================================================================
--- trunk/zfsutils/debian/changelog	2011-05-30 20:20:35 UTC (rev 3367)
+++ trunk/zfsutils/debian/changelog	2011-05-30 21:09:40 UTC (rev 3368)
@@ -6,6 +6,7 @@
     - Remove now unneeded README.source.
   * Refactor source and tar name into SOURCE and TARNAME in debian/rules.
   * Line-wrap CFLAGS and PMAKE variables in debian/rules.
+  * Set numeric user and group id to 0 for files in get-orig-source.
 
  -- Guillem Jover <guillem at debian.org>  Sat, 23 Apr 2011 21:53:04 +0200
 

Modified: trunk/zfsutils/debian/rules
===================================================================
--- trunk/zfsutils/debian/rules	2011-05-30 20:20:35 UTC (rev 3367)
+++ trunk/zfsutils/debian/rules	2011-05-30 21:09:40 UTC (rev 3368)
@@ -65,7 +65,7 @@
 	rm -f $(ORIGDIR)/cddl/compat/opensolaris/include/alloca.h
 	rm -f $(ORIGDIR)/cddl/compat/opensolaris/include/stdlib.h
 	rm -rf $(ORIGDIR)/sys/cddl/contrib/opensolaris/uts/common/zmod
-	tar -czf ../$(TARNAME) $(ORIGDIR)
+	tar --numeric-owner --owner 0 --group 0 -czf ../$(TARNAME) $(ORIGDIR)
 	rm -rf $(ORIGDIR)
 
 build: build-libuutil build-libnvpair build-libzfs build-libumem build-libzpool build-zfsutils build-libavl




More information about the Glibc-bsd-commits mailing list