diff --git a/helpers/make-linux b/helpers/make-linux
index ab8128b7ec89f778eaa2a25e9b637df291431874..4e17e1d2c2c1afda1efa65e72e6f0e85244f9139 100644
--- a/helpers/make-linux
+++ b/helpers/make-linux
@@ -19,7 +19,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=18
+VERSION=19
 
 . ./config
 
@@ -123,7 +123,7 @@ EOF
 
 sed '/include.*2-binary-arch.mk/a\\n# Rules for building the udebs ($(DEBIAN)-installer)\ninclude $(DROOT)/rules.d/5-udebs.mk' -i debian/rules
 sed 's/+= binary-debs/+= binary-udebs/' -i debian/rules.d/2-binary-arch.mk
-sed '/Build-Depends:/a\ kernel-wedge,' -i debian/control
+sed '/Build-Depends:/a\ kernel-wedge <!stage1>,' -i debian.master/control.stub.in
 
 # Wipe dkms-versions
 # lists zfs / v4l2loopback versions
@@ -189,6 +189,7 @@ family='trisquel'
 EOF
 
 rename s/ubuntu/trisquel/ debian.*/config/config.common.ubuntu
+grep -lr config.common.ubuntu debian*/ | xargs sed -i 's|config.common.ubuntu|config.common.trisquel|g'
 
 find debian* -type f -name *control* -exec sed 's/ with Ubuntu patches//; s/Linux/Linux-libre/g' -i {} \;