Skip to content

Commit

Permalink
Merge pull request #301 from pgeorgi/dont-unapply-patches
Browse files Browse the repository at this point in the history
Debian: Don't try to unapply patches
  • Loading branch information
trunkmaster committed Jul 13, 2020
2 parents 686ad92 + 43463d3 commit 9f0d4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packaging/Debian/create-dscs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ create_dsc() {
cd "$dir"
if [ -f debian/patches/series ]; then
cat debian/patches/series | while read filename; do
patch -p1 -i "debian/patches/$filename"
patch -N -p1 -i "debian/patches/$filename"
done
fi
dpkg-source -b .
Expand Down

0 comments on commit 9f0d4b9

Please sign in to comment.