Skip to content
Snippets Groups Projects
Unverified Commit 4ae9785b authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

build.sh: use our own distribution name instead of 'unstable' in d/changelog

parent d3db9345
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ for p in patches/*; do
chdist_base apt-get source --only-source -t "$BASESUITE" "$p"
cd "$p-"*
dch --local "+$OURSUITE" "apply mnt reform patch"
dch --release ""
dch --force-distribution --distribution="$OURSUITE" --release ""
"$PATCHDIR/$p"
# cross build foreign arch:any packages
if [ -n "$(env DEB_HOST_ARCH=$HOST_ARCH dh_listpackages -a)" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment