File: 02-dpkg-source-Add-options.patch

package info (click to toggle)
bash-completion 1%3A2.8-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,860 kB
  • sloc: exp: 9,759; makefile: 1,104; sh: 261; perl: 56; python: 47; xml: 29; ansic: 7; ruby: 2
file content (25 lines) | stat: -rw-r--r-- 965 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: Antonio Terceiro <terceiro@debian.org>
Subject: dpkg-source: Add --before-build --after-build --commit, and --print-format
Origin: upstream, https://github.com/scop/bash-completion/commit/1404d3f995649e1f70ffbb8239acd585e8246df4.patch
Bug-Debian: https://bugs.debian.org/756887

---
 completions/dpkg-source | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/completions/dpkg-source b/completions/dpkg-source
index 54403851..826d0f83 100644
--- a/completions/dpkg-source
+++ b/completions/dpkg-source
@@ -10,7 +10,7 @@ _dpkg_source()
     packopts="-c -l -F -V -T -D -U -W -E -sa -i -I -sk -sr -ss -sA -sK -sP \
         -sU -sR"
     unpackopts="-sp -sn -su"
-    options="-x -b $packopts $unpackopts"
+    options="-x -b --print-format --before-build --after-build --commit $packopts $unpackopts"
     fields="Format Source Version Binary Maintainer Uploader Architecture \
             Standards-Version Build-Depends Files"
 
-- 
2.16.2