[axel-commits] r113 - /branches/2.x/Makefile /branches/3.x-broken/Makefile /trunk/Makefile

phihag-guest at users.alioth.debian.org phihag-guest at users.alioth.debian.org
Sun May 10 21:19:16 UTC 2009


Author: phihag-guest
Date: Sun May 10 21:19:15 2009
New Revision: 113

URL: http://svn.debian.org/wsvn/axel/?sc=1&rev=113
Log:
Remove user name from tarball

Modified:
    branches/2.x/Makefile
    branches/3.x-broken/Makefile
    trunk/Makefile

Modified: branches/2.x/Makefile
URL: http://svn.debian.org/wsvn/axel/branches/2.x/Makefile?rev=113&op=diff
==============================================================================
--- branches/2.x/Makefile (original)
+++ branches/2.x/Makefile Sun May 10 21:19:15 2009
@@ -68,7 +68,7 @@
 
 tar:
 	version=$$(sed -n 's/#define AXEL_VERSION_STRING[ \t]*"\([^"]*\)"/\1/p' < axel.h) && \
-	tar --create --transform "s#^#axel-$${version}/#" "--file=axel-$${version}.tar" --exclude-vcs -- *.c *.h *.po *.1 configure Makefile axelrc.example gui API CHANGES COPYING CREDITS README && \
+	tar --create --numeric-owner --owner 0 --group 0 --transform "s#^#axel-$${version}/#" "--file=axel-$${version}.tar" --exclude-vcs -- *.c *.h *.po *.1 configure Makefile axelrc.example gui API CHANGES COPYING CREDITS README && \
 	gzip --best < "axel-$${version}.tar" > "axel-$${version}.tar.gz" && \
 	bzip2 --best < "axel-$${version}.tar" > "axel-$${version}.tar.bz2"
 

Modified: branches/3.x-broken/Makefile
URL: http://svn.debian.org/wsvn/axel/branches/3.x-broken/Makefile?rev=113&op=diff
==============================================================================
--- branches/3.x-broken/Makefile (original)
+++ branches/3.x-broken/Makefile Sun May 10 21:19:15 2009
@@ -24,17 +24,17 @@
 fast: main
 
 prepare:
-	mkdir -p "${OUTDIR}"
+	mkdir -p -- "${OUTDIR}"
 
 clean:
-	rm -rf "${OUTDIR}"
+	rm -rf -- "${OUTDIR}"
 
 distclean: clean
-	rm -rf "${CFGDIR}"
+	rm -rf -- "${CFGDIR}"
 
 tar: main prepare
 	version=$$(sed -n 's/#define AXEL_VERSION_STRING[ \t]*"\([^"]*\)"/\1/p' < axel.h) && \
-	tar --create --transform "s#^#axel-$${version}/#" "--file=${OUTDIR}axel-$${version}.tar" --exclude-vcs -- "${SRCDIR}" "${TESTDIR}" "${I18NDIR}" "${DOCDIR}" configure Makefile axelrc.example axel.spec && \
+	tar --create --numeric-owner --owner 0 --group 0 --transform "s#^#axel-$${version}/#" "--file=${OUTDIR}axel-$${version}.tar" --exclude-vcs -- "${SRCDIR}" "${TESTDIR}" "${I18NDIR}" "${DOCDIR}" configure Makefile axelrc.example axel.spec && \
 	gzip --best < "${OUTDIR}axel-$${version}.tar" > "${OUTDIR}axel-$${version}.tar.gz" && \
 	bzip2 --best < "${OUTDIR}axel-$${version}.tar" > "${OUTDIR}axel-$${version}.tar.bz2"
 

Modified: trunk/Makefile
URL: http://svn.debian.org/wsvn/axel/trunk/Makefile?rev=113&op=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun May 10 21:19:15 2009
@@ -68,7 +68,7 @@
 
 tar:
 	version=$$(sed -n 's/#define AXEL_VERSION_STRING[ \t]*"\([^"]*\)"/\1/p' < axel.h) && \
-	tar --create --transform "s#^#axel-$${version}/#" "--file=axel-$${version}.tar" --exclude-vcs -- *.c *.h *.po *.1 configure Makefile axelrc.example gui API CHANGES COPYING CREDITS README && \
+	tar --create --numeric-owner --owner 0 --group 0 --transform "s#^#axel-$${version}/#" "--file=axel-$${version}.tar" --exclude-vcs -- *.c *.h *.po *.1 configure Makefile axelrc.example gui API CHANGES COPYING CREDITS README && \
 	gzip --best < "axel-$${version}.tar" > "axel-$${version}.tar.gz" && \
 	bzip2 --best < "axel-$${version}.tar" > "axel-$${version}.tar.bz2"
 




More information about the axel-commits mailing list