Make stage1 merge in "packaging" branch.
authorRaspbian automatic git importer <root@raspbian.org>
Sat, 3 Mar 2018 14:45:01 +0000 (14:45 +0000)
committerRaspbian automatic git importer <root@raspbian.org>
Sat, 3 Mar 2018 14:45:01 +0000 (14:45 +0000)
debian/buildnewlinuxpackage/buildnewlinuxpackage-stage1

index 743ca591db9b201d94a066fb74908cff88444ed9..906d0ef862b6fceb346aa72d45d253ec555c8691 100755 (executable)
@@ -15,6 +15,9 @@ git config --local user.name "Raspbian kernel package updater"
 git config --local user.email root@raspbian.org
 git config merge.conflictstyle diff3
 
+#merge any changes from "packaging" branch
+git merge --no-edit packaging
+
 #merge in existing packaging
 git merge buildnewlinuxpackage-deb || true