Bas Couwenberg pushed to branch master at Debian GIS Project /
debian-gis-team.pages.debian.net
Commits:
4fc31c5a by Bas Couwenberg at 2018-09-02T16:42:23Z
Update .quiltrc content.
- - - - -
2 changed files:
- policy.xml
- public/policy/policy.html
Changes:
=====================================
policy.xml
=====================================
@@ -2929,9 +2929,17 @@ pristine-tar = True
open <filename>.quiltrc</filename> in your home directory
(create it if you don't have one), and make sure it looks like this:
<programlisting>
-QUILT_DIFF_ARGS="--no-timestamps --no-index"
-QUILT_REFRESH_ARGS="--no-timestamps --no-index"
-QUILT_PATCHES="debian/patches"
+# For debian packages
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+ if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+ export QUILT_PATCHES=debian/patches
+ export QUILT_PUSH_ARGS="--color=auto"
+ export QUILT_DIFF_ARGS="--no-timestamps --no-index -p ab
--color=auto"
+ export QUILT_REFRESH_ARGS="--no-timestamps --no-index -p ab"
+ export QUILT_DIFF_OPTS='-p'
+ break
+ fi
+done
</programlisting>
</para>
<para>
=====================================
public/policy/policy.html
=====================================
@@ -300,9 +300,17 @@ pristine-tar = True
open <code class="filename">.quiltrc</code> in your home directory
(create it if you don't have one), and make sure it looks like this:
</p><pre class="programlisting">
-QUILT_DIFF_ARGS="--no-timestamps --no-index"
-QUILT_REFRESH_ARGS="--no-timestamps --no-index"
-QUILT_PATCHES="debian/patches"
+# For debian packages
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+ if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+ export QUILT_PATCHES=debian/patches
+ export QUILT_PUSH_ARGS="--color=auto"
+ export QUILT_DIFF_ARGS="--no-timestamps --no-index -p ab
--color=auto"
+ export QUILT_REFRESH_ARGS="--no-timestamps --no-index -p ab"
+ export QUILT_DIFF_OPTS='-p'
+ break
+ fi
+done
</pre><p>
</p><p>
After this, you're ready to start working with quilt.
View it on GitLab:
https://salsa.debian.org/debian-gis-team/debian-gis-team.pages.debian.net/commit/4fc31c5a5e4f8f1a4f2bcea5ba456c151003ac12
--
View it on GitLab:
https://salsa.debian.org/debian-gis-team/debian-gis-team.pages.debian.net/commit/4fc31c5a5e4f8f1a4f2bcea5ba456c151003ac12
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