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.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to