-
Notifications
You must be signed in to change notification settings - Fork 864
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update disable-domain-reliability.patch to fix build error Update fix-building-without-safebrowsing.patch to fix linking error Change build_debian.sh 'k' flag to 'R' Fix domain_patcher.sh sed command Separate quilt variables to quilt_variables.sh
- Loading branch information
Showing
9 changed files
with
82 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
build_templates/debian/scripts/maintainer-utilities/apply_patches.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#!/bin/bash | ||
|
||
export QUILT_PATCHES=debian/patches | ||
export QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index" | ||
source "$(dirname $(readlink -f $0))/quilt_variables.sh" | ||
quilt push -a |
4 changes: 4 additions & 0 deletions
4
build_templates/debian/scripts/maintainer-utilities/quilt_variables.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
export QUILT_PATCHES=debian/patches | ||
export QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index" |
3 changes: 1 addition & 2 deletions
3
build_templates/debian/scripts/maintainer-utilities/remove_patches.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#!/bin/bash | ||
|
||
export QUILT_PATCHES=debian/patches | ||
export QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index" | ||
source "$(dirname $(readlink -f $0))/quilt_variables.sh" | ||
quilt pop -a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters