Show More
@@ -58,6 +58,10 b' if [ -n "$type" ] ; then' | |||
|
58 | 58 | fi |
|
59 | 59 | if [ -n "$distance" ] ; then |
|
60 | 60 | debver="$debver+$distance-$CODENAME-$node" |
|
61 | elif [ "$DEBFLAGS" = "-S" ] ; then | |
|
62 | # for building a ppa (--source-only) for a release (distance == 0), we need | |
|
63 | # to version the distroseries so that we can upload to launchpad | |
|
64 | debver="$debver~${CODENAME}1" | |
|
61 | 65 | fi |
|
62 | 66 | |
|
63 | 67 | control=debian/control |
General Comments 0
You need to be logged in to leave comments.
Login now