~ubuntu-branches/ubuntu/lucid/kde-l10n-lv/lucid

« back to all changes in this revision

Viewing changes to debian/upload-l10n.sh

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2010-04-11 12:39:55 UTC
  • Revision ID: james.westby@ubuntu.com-20100411123955-tkl0r7k0oc7w1yci
Tags: 4:4.4.2-0ubuntu5
* Comment debian/rules a bit more.
* Make sure extragear and playground desktop files are coming from trunk,
  we need a more sensible approach to this though (LP: #560411)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
cd build/build-area
 
4
 
 
5
for changes in `ls kde-l10n-*.changes`; do
 
6
  dput ubuntu $changes
 
7
done