summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:53:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:53:52 +0000
commitefe47381c599b07e4c7bbdb2e91e8090a541c887 (patch)
tree05cf57183f5a23394eca11b00f97a74a5dfdf79d /examples
parentInitial commit. (diff)
downloaddevscripts-efe47381c599b07e4c7bbdb2e91e8090a541c887.tar.xz
devscripts-efe47381c599b07e4c7bbdb2e91e8090a541c887.zip
Adding upstream version 2.23.4+deb12u1.upstream/2.23.4+deb12u1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/debbisect_buildsrc.sh17
-rw-r--r--examples/forward.exim6
2 files changed, 23 insertions, 0 deletions
diff --git a/examples/debbisect_buildsrc.sh b/examples/debbisect_buildsrc.sh
new file mode 100755
index 0000000..df27538
--- /dev/null
+++ b/examples/debbisect_buildsrc.sh
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# use this script to build a source package with debbisect like this:
+#
+# $ DEBIAN_BISECT_SRCPKG=mysrc ./debbisect --cache=./cache "two years ago" yesterday /usr/share/doc/devscripts/examples/debbisect_buildsrc.sh
+#
+# copy this script and edit it if you want to customize it
+
+set -eu
+
+mmdebstrap --variant=apt unstable \
+--aptopt='Apt::Key::gpgvcommand "/usr/share/debuerreotype/scripts/.gpgv-ignore-expiration.sh"' \
+--aptopt='Acquire::Check-Valid-Until "false"' \
+--customize-hook='chroot "$1" apt-get --yes build-dep '"$DEBIAN_BISECT_SRCPKG" \
+--customize-hook="chroot \"\$1\" dpkg-query --showformat '\${binary:Package}=\${Version}\n' --show" \
+--customize-hook='chroot "$1" apt-get source --build '"$DEBIAN_BISECT_SRCPKG" \
+/dev/null $DEBIAN_BISECT_MIRROR "deb-src $DEBIAN_BISECT_MIRROR unstable main"
diff --git a/examples/forward.exim b/examples/forward.exim
new file mode 100644
index 0000000..8c42c76
--- /dev/null
+++ b/examples/forward.exim
@@ -0,0 +1,6 @@
+# Exim Filter <<== do not edit or remove this line!
+# Assortment of debian lists
+if $header_resent-sender: matches "debian-(.*)-request@"
+then
+ save $home/mail/debian-$1
+endif