← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2460: 1. scripts/debian now takes the name of person from DEBFULLNAME and DEBEMAIL environment varaibles.

 

------------------------------------------------------------
revno: 2460
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
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 <eudoxos@xxxxxxxx>  %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'):