[Python-apps-team] Bug#917468: authors.txt

Geert Stappers stappers at stappers.nl
Fri Dec 28 21:15:47 GMT 2018


<screenshot>
stappers at trancilo:~/src/python-apps/wip$ svn co svn://localhost/packages/pelican/trunk 
A    trunk/debian
A    trunk/debian/control
  <snip/>
A    trunk/debian/source
A    trunk/debian/source/format
Checked out revision 14607.
stappers at trancilo:~/src/python-apps/wip$ cd trunk/
stappers at trancilo:~/src/python-apps/wip/trunk$ svn log -q | awk -F '|' '/^r/ {sub("^ ", "", $2); sub(" $", "", $2); print $2" = "$2" <"$2">"}' | sort -u
vcheng = vcheng <vcheng>
stappers at trancilo:~/src/python-apps/wip/trunk$ less debian/changelog 
stappers at trancilo:~/src/python-apps/wip/trunk$ echo 'vcheng = Vincent Cheng <vcheng at debian.org>' > authors.txt
stappers at trancilo:~/src/python-apps/wip/trunk$ cat authors.txt
vcheng = Vincent Cheng <vcheng at debian.org>
stappers at trancilo:~/src/python-apps/wip/trunk$ 
</screenshot>



More information about the Python-apps-team mailing list