[Git][debian-gis-team/debian-gis-team.pages.debian.net][master] Don't require debian/patches to exist.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Jan 17 16:56:46 GMT 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / debian-gis-team.pages.debian.net
Commits:
1fe8dfd4 by Bas Couwenberg at 2025-01-17T17:56:38+01:00
Don't require debian/patches to exist.
- - - - -
2 changed files:
- policy.xml
- public/policy/policy.html
Changes:
=====================================
policy.xml
=====================================
@@ -2911,7 +2911,7 @@ pbuilder-options = --source-only-changes
<programlisting>
# For debian packages
for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
- if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+ if [ -e ${where}debian/rules ]; then
export QUILT_PATCHES=debian/patches
export QUILT_PUSH_ARGS="--color=auto"
export QUILT_DIFF_ARGS="--no-timestamps --no-index -p ab --color=auto"
=====================================
public/policy/policy.html
=====================================
@@ -294,7 +294,7 @@ pbuilder-options = --source-only-changes
</p><pre class="programlisting">
# For debian packages
for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
- if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+ if [ -e ${where}debian/rules ]; then
export QUILT_PATCHES=debian/patches
export QUILT_PUSH_ARGS="--color=auto"
export QUILT_DIFF_ARGS="--no-timestamps --no-index -p ab --color=auto"
View it on GitLab: https://salsa.debian.org/debian-gis-team/debian-gis-team.pages.debian.net/-/commit/1fe8dfd46f1af1ab67516826bd16ac78f3e5829b
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/debian-gis-team.pages.debian.net/-/commit/1fe8dfd46f1af1ab67516826bd16ac78f3e5829b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250117/81bf603f/attachment.htm>
More information about the Pkg-grass-devel
mailing list