diff contrib/builddeb @ 29045:52f71214efce stable

builddeb: use codename in version Apparently, this is needed to allow ppas to be built for multiple distros.
author Sean Farley <sean@farley.io>
date Sat, 30 Apr 2016 11:51:45 -0700
parents 8797f03db5b6
children 6b95a623ec90
line wrap: on
line diff
--- a/contrib/builddeb	Sat Apr 30 18:39:39 2016 +0200
+++ b/contrib/builddeb	Sat Apr 30 11:51:45 2016 -0700
@@ -57,7 +57,7 @@
     debver="$debver~$type"
 fi
 if [ -n "$distance" ] ; then
-    debver="$debver+$distance-$node"
+    debver="$debver+$distance-$CODENAME-$node"
 fi
 
 control=debian/control