← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2463: Fixed an error in debian-prep

 

------------------------------------------------------------
revno: 2463
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
branch nick: trunk
timestamp: Thu 2010-10-07 14:48:22 +0200
message:
  Fixed an error in debian-prep
modified:
  scripts/debian-prep


--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'scripts/debian-prep'
--- scripts/debian-prep	2010-10-06 13:51:14 +0000
+++ scripts/debian-prep	2010-10-07 12:48:22 +0000
@@ -46,11 +46,11 @@
 try:
 	open('debian/changelog','w').write(
 	'''yade-%s (%s%s-%s1) %s; urgency=low
-	
-	  * Automatic debian changelog entry for yade-%s
-	
-	 -- %s <%s>  %s
-	'''%(VERSION,VERSION,UPDATE,DISTRIBUTION,DISTRIBUTION,VERSION,os.environ['DEBFULLNAME'],os.environ['DEBEMAIL'],time.strftime("%a, %d %b %Y %H:%M:%S +0000",time.gmtime())))
+
+  * Automatic debian changelog entry for yade-%s
+
+ -- %s <%s>  %s
+'''%(VERSION,VERSION,UPDATE,DISTRIBUTION,DISTRIBUTION,VERSION,os.environ['DEBFULLNAME'],os.environ['DEBEMAIL'],time.strftime("%a, %d %b %Y %H:%M:%S +0000",time.gmtime())))
 except KeyError:
 	print "Please, set DEBEMAIL and DEBFULLNAME as described here http://www.debian.org/doc/maint-guide/ch-first.en.html";