r6043 - in /vdr/vdr-plugin-live/trunk/debian: changelog rules

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Jan 2 18:38:11 UTC 2008


Author: tiber-guest
Date: Wed Jan  2 18:38:10 2008
New Revision: 6043

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6043
Log:
* NOT RELEASED YET
* Changed get-orig-source target to use a CVS export instead of a checkout

Modified:
    vdr/vdr-plugin-live/trunk/debian/changelog
    vdr/vdr-plugin-live/trunk/debian/rules

Modified: vdr/vdr-plugin-live/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/debian/changelog?rev=6043&op=diff
==============================================================================
--- vdr/vdr-plugin-live/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-live/trunk/debian/changelog Wed Jan  2 18:38:10 2008
@@ -1,3 +1,10 @@
+vdr-plugin-live (0.1.0+cvs20071228.1851-3) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Changed get-orig-source target to use a CVS export instead of a checkout
+
+ -- Tobias Grimm <tg at e-tobi.net>  Wed, 02 Jan 2008 19:35:53 +0100
+
 vdr-plugin-live (0.1.0+cvs20071228.1851-2) unstable; urgency=low
 
   * Fixed small error in debian/postrm

Modified: vdr/vdr-plugin-live/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-live/trunk/debian/rules?rev=6043&op=diff
==============================================================================
--- vdr/vdr-plugin-live/trunk/debian/rules (original)
+++ vdr/vdr-plugin-live/trunk/debian/rules Wed Jan  2 18:38:10 2008
@@ -21,8 +21,7 @@
 VERSION_ID = 0.1.0+cvs$(VERSION_DATE)
 get-orig-source::
 	echo Downloading vdr-live $(VERSION_ID) from cvs...
-	cvs -d:pserver:anoncvs at vdr-developer.org:/var/cvsroot co live
-	rm -rf `find live -type d -name CVS`
+	cvs -d:pserver:anoncvs at vdr-developer.org:/var/cvsroot export -DNOW live
 	tar cvfz "../vdr-plugin-live_$(VERSION_ID).orig.tar.gz" live
 	rm -rf live
 	dch -v "$(VERSION_ID)-1" "New Upstream Snapshot"




More information about the pkg-vdr-dvb-changes mailing list