~robru/unity-scopes-api/vivid-tweaks

« back to all changes in this revision

Viewing changes to debian/gen-debian-files.sh

  • Committer: Robert Bruce Park
  • Date: 2016-03-12 02:44:36 UTC
  • Revision ID: robert.park@canonical.com-20160312024436-w37m5wlyercl74lc
Fix unassigned $distro var.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    | sed -e "s/@UNITY_SCOPES_SOVERSION@/${soversion}/" \
93
93
          -e "s/@UNITY_SCOPES_QT_SOVERSION@/${qt_soversion}/" >"$outfile"
94
94
 
95
 
[ "$distro" != "vivid" ] && {
 
95
[ "$SERIES" != "vivid" ] && {
96
96
    sed -i -e "/Replaces: libunity-scopes0,/a\
97
97
\          libunity-scopes${vivid_soversion}," \
98
98
           -e "/Conflicts: libunity-scopes0,/a\