~ubuntu-branches/ubuntu/natty/arora/natty

« back to all changes in this revision

Viewing changes to generateReleaseContributors

  • Committer: Bazaar Package Importer
  • Author(s): Roderick B. Greening
  • Date: 2009-12-07 09:52:39 UTC
  • mfrom: (1.1.13 upstream) (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091207095239-00h2eyq1fompivh5
Tags: 0.10.2-0ubuntu1
* New upstream release 
* Merge from Debian, remaining changes:
 - Add watch file
 - Add postinst and prerm for x-www-browser
 - Provides www-browser
 - Add dh_desktop to debian/rules
 - Better clean rule
 - Use quilt and add patch target
 - kubuntu_01_locationbar_painting_fix.diff from upstream
 - kubuntu_03_flash_install_prompt.diff for kubuntu notifier
 - kubuntu_04_webpage_destructor.diff from upstream
 - kubuntu_05_no_javascript_fix.diff from upstream
 - kubuntu_06_fix_desktop_translations.diff make translations work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
 
./generateAuthors 0.10.0..HEAD | while read line
 
2
./generateAuthors 0.10.1..HEAD | while read line
3
3
do
4
4
        name=`echo $line | sed -e 's/ [^ ]*@[^ ]*//g'`
5
5
        email=`echo $line | sed -e 's/.* //g' | tr [A-Z] [a-z]`