~ubuntu-branches/ubuntu/precise/kde-l10n-sk/precise-proposed

« back to all changes in this revision

Viewing changes to debian/build-l10n.sh

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter, Jonathan Thomas, Harald Sitter
  • Date: 2010-07-31 12:59:35 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20100731125935-5pnuijbmfubel3hp
Tags: 4:4.5.0-0ubuntu1
[ Jonathan Thomas ]
* Depend on libkdecore5 rather than on kdelibs5, since the latter is
  transitional now

[ Harald Sitter ]
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
if [ $clean_dld -ne 0 ]; then
134
134
  if [[ "$subset" == "" ]]; then
135
135
    # get all
136
 
    $GET/unstable/${KDEVERSION}/src/kde-l10n/kde-l10n-*.tar.bz2 .
 
136
    $GET/stable/${KDEVERSION}/src/kde-l10n/kde-l10n-*.tar.bz2 .
137
137
  else
138
138
    # only get subset
139
139
    for pkg in $subset; do
140
 
      $GET/unstable/${KDEVERSION}/src/kde-l10n/kde-l10n-$pkg-*.tar.bz2 .
 
140
      $GET/stable/${KDEVERSION}/src/kde-l10n/kde-l10n-$pkg-*.tar.bz2 .
141
141
    done
142
142
  fi
143
143
fi