~ubuntu-branches/ubuntu/lucid/landscape-client/lucid-updates

« back to all changes in this revision

Viewing changes to dev/upload-to-ppa

  • Committer: Package Import Robot
  • Author(s): Andreas Hasenack
  • Date: 2012-04-10 14:28:48 UTC
  • mfrom: (1.1.27)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: package-import@ubuntu.com-20120410142848-7xsy4g2xii7y7ntc
ImportĀ upstreamĀ versionĀ 12.04.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
#
86
86
# Build source packages and upload them
87
87
#
88
 
releases="dapper_6.06 hardy_8.04 karmic_9.10 lucid_10.04 maverick_10.10"
 
88
releases="hardy_8.04 karmic_9.10 lucid_10.04 maverick_10.10 natty_11.04 oneiric_11.10"
89
89
 
90
90
if [ "$snapshot" = "yes" ]; then
91
91
    # Snapshot, we'll add a dummy changelog entry like for all releases
96
96
    dpkg-buildpackage -S -sa -k$key
97
97
    dput $ppa ../${package}_${version}_source.changes
98
98
    source_opt="-sd"
99
 
fi    
 
99
fi
100
100
 
101
101
for release in $releases; do
102
102