~ubuntu-langpack/langpack-o-matic/main

« back to all changes in this revision

Viewing changes to packages

  • Committer: Martin Pitt
  • Date: 2015-08-27 06:03:51 UTC
  • Revision ID: martin.pitt@canonical.com-20150827060351-ogstswux2j9zdk3r
packages: Fix typo in destination series fudging

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
    dpkg-buildpackage -rfakeroot -S -us -uc
46
46
 
47
47
    # PPAs only accept release pockets, fudge the .changes
48
 
    if [ "${DEST#ppa}" ! "${DEST}" ]; then
 
48
    if [ "${DEST#ppa}" != "${DEST}" ]; then
49
49
        sed -ri '/^Distribution:/ s/-(proposed|updates|security)$//' ../${p}_*_source.changes
50
50
    fi
51
51
    debsign ../${p}_*_source.changes