~ubuntu-branches/ubuntu/vivid/gpodder/vivid

« back to all changes in this revision

Viewing changes to tools/generate-ubuntu-source.sh

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-04-12 22:07:02 UTC
  • mfrom: (5.2.27 sid)
  • Revision ID: package-import@ubuntu.com-20130412220702-mux8v9r8zt2jin0x
Tags: 3.5.1-1
* New upstream release.
* d/control: declare versioned dependency on python-gtk2 (>= 2.16)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
FOLDER=`echo $SOURCEFILE | sed -e 's/\([^_]*\)_.*/\1/g'`-${VERSION}
8
8
 
9
9
# See https://wiki.ubuntu.com/DevelopmentCodeNames
10
 
UBUNTU_RELEASES="maverick natty oneiric precise quantal"
 
10
UBUNTU_RELEASES="maverick natty oneiric precise quantal raring"
11
11
 
12
12
echo "SOURCEFILE = $SOURCEFILE"
13
13
echo "VERSION    = $VERSION"