r281 - in /packages/gnash/trunk/debian: changelog rules

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Tue Aug 5 12:22:49 UTC 2008


Author: miriam
Date: Tue Aug  5 12:22:49 2008
New Revision: 281

URL: http://svn.debian.org/wsvn/?sc=1&rev=281
Log:
New changelog entry
Get latest version from bazaar instead of cvs


Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/rules

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/changelog?rev=281&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Tue Aug  5 12:22:49 2008
@@ -1,3 +1,10 @@
+gnash (0.8.3-5) UNRELEASED; urgency=low
+
+  * Replaced get-cvs-source by get-bzr-source in debian/rules to get latest
+    changes from the Bazaar repository.
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Tue, 05 Aug 2008 14:21:03 +0200
+
 gnash (0.8.3-4) unstable; urgency=low
 
   [ Miriam Ruiz ]

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=281&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Tue Aug  5 12:22:49 2008
@@ -223,17 +223,16 @@
 	dh_builddeb
 
 VERSION_DATE = $(shell /bin/date --utc +%0Y%0m%0d.%0k%0M)
-VERSION_ID = 0.8.3~cvs$(VERSION_DATE)
-get-cvs-source:
-	echo Downloading gnash $(VERSION_ID) from CVS...
+VERSION_ID = 0.8.3+bzr$(VERSION_DATE)
+get-bzr-source:
+	echo Downloading gnash $(VERSION_ID) from Bazaar...
 	#test -e gnashd && exit
-	export CVS_RSH="ssh"; cvs -z3 -d:pserver:anonymous at cvs.sv.gnu.org:/sources/gnash co gnash
-	#cd gnash; rm -rf `find . -name CVS`
+	#bzr branch http://bzr.savannah.gnu.org/r/gnash/rtmp/ gnash
+	bzr branch http://bzr.savannah.gnu.org/r/gnash/trunk/ gnash
 	tar cvfz "gnash_$(VERSION_ID).orig.tar.gz" gnash
 	mv gnash "gnash-$(VERSION_ID)"
 	cp debian "gnash-$(VERSION_ID)" -a
-	cd "gnash-$(VERSION_ID)"; dch -v "$(VERSION_ID)-1" "New Upstream Release. Downloaded from CVS."
-
+	cd "gnash-$(VERSION_ID)"; dch -v "$(VERSION_ID)-1" "New Upstream Release. Downloaded from Bazaar."
 
 binary: binary-indep binary-arch
 .PHONY: config build clean binary-indep binary-arch binary install get-orig-source




More information about the pkg-flash-devel mailing list