[Debian-live-changes] r1346 - dists/trunk/live-helper/examples

Daniel Baumann daniel at alioth.debian.org
Mon May 7 09:02:10 UTC 2007


Author: daniel
Date: 2007-05-07 09:02:10 +0000 (Mon, 07 May 2007)
New Revision: 1346

Modified:
   dists/trunk/live-helper/examples/svn-build.sh
Log:


Modified: dists/trunk/live-helper/examples/svn-build.sh
===================================================================
--- dists/trunk/live-helper/examples/svn-build.sh	2007-05-07 08:59:43 UTC (rev 1345)
+++ dists/trunk/live-helper/examples/svn-build.sh	2007-05-07 09:02:10 UTC (rev 1346)
@@ -3,7 +3,6 @@
 # Needs: build-essential fakeroot lsb-release svn [...]
 
 PACKAGES="live-helper live-initramfs"
-VERSION="1.0a10~"
 SERVER="/srv/debian-unofficial/ftp/debian-live/debian-snapshot"
 
 for PACKAGE in ${PACKAGES}
@@ -24,7 +23,7 @@
 
 	# Building package
 	cd /srv/tmp2/${PACKAGE}-${REVISION}
-	dch --newversion ${VERSION}${REVISION} --distribution UNRELEASED Autobuild snapshot.
+	dch --newversion ${REVISION} --distribution UNRELEASED Autobuild snapshot.
 	dpkg-buildpackage -rfakeroot -sa -uc -us
 	cd "${OLDPWD}"
 	rm -rf cd /srv/tmp2/${PACKAGE}-${REVISION}
@@ -47,11 +46,11 @@
 
 # Updating indices
 cd "${SERVER}"
-apt-ftparchive packages > Packages
-gzip -9 -c Packages ./ > Packages.gz
+apt-ftparchive packages ./ > Packages
+gzip -9 -c Packages > Packages.gz
 
-apt-ftparchive sources > Sources
-gzip -9 -c Sources ./ > Sources.gz
+apt-ftparchive sources ./ > Sources
+gzip -9 -c Sources > Sources.gz
 cd "${OLDPWD}"
 
 rm -rf /srv/tmp2




More information about the Debian-live-changes mailing list