chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a811ce2
)
bin/mdw-sbuild: Ignore version-control cruft when making source package.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 24 Dec 2018 11:34:16 +0000
(11:34 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 24 Dec 2018 11:34:16 +0000
(11:34 +0000)
bin/mdw-sbuild
patch
|
blob
|
blame
|
history
diff --git
a/bin/mdw-sbuild
b/bin/mdw-sbuild
index f9ceee5f58dda3770c4260e4ae1ae86df7b2f42e..a8864c77436667062dac5e6e1b723a6ed0583815 100755
(executable)
--- a/
bin/mdw-sbuild
+++ b/
bin/mdw-sbuild
@@
-88,7
+88,7
@@
case ${ver+t} in t) ;; *) fail "can't figure out the package version" ;; esac
## Build a Debian source package. Don't sign anything yet. That will happen
## at the end, all in one go.
## Build a Debian source package. Don't sign anything yet. That will happen
## at the end, all in one go.
-dpkg-buildpackage -S -uc -us -d
+dpkg-buildpackage -S -uc -us -d
-i
cd ..
dsc=${pkg}_${ver}.dsc
[ -f "$dsc" ] || fail "where is my \`.dsc' file?"
cd ..
dsc=${pkg}_${ver}.dsc
[ -f "$dsc" ] || fail "where is my \`.dsc' file?"