------------------------------------------------------------
revno: 2460
committer: Anton Gladky <[email protected]>
branch nick: trunk
timestamp: Sat 2010-10-02 10:05:50 +0200
message:
  1. scripts/debian now takes the name of person from DEBFULLNAME and DEBEMAIL 
environment varaibles.
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-09-23 18:57:26 +0000
+++ scripts/debian-prep	2010-10-02 08:05:50 +0000
@@ -48,8 +48,8 @@
 
   * Automatic debian changelog entry for yade-%s
 
- -- Václav Å milauer <[email protected]>  %s
-'''%(VERSION,VERSION,UPDATE,DISTRIBUTION,DISTRIBUTION,VERSION,time.strftime("%a, %d %b %Y %H:%M:%S +0000",time.gmtime())))
+ -- %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())))
 
 # remove some generated files
 for p in ('doc/doxygen','doc/sphinx/_build','tags'):

_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to