summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2009-05-19 07:39:08 +0200
committerGuillem Jover <guillem@debian.org>2009-05-19 09:47:21 +0200
commit655872184c55febb2299eb6a19aa4d0612d2da60 (patch)
tree66fb1021c451e102846f2e780a1f4d1f0a8e1c91 /man
parent3582817fd91ceab77cdd25d14ea2add1abe0be61 (diff)
downloaddpkg-655872184c55febb2299eb6a19aa4d0612d2da60.tar.gz
Remove deprecated status for substvars in dpkg-source and dpkg-genchanges
Even if there's no use at all for substvars or they are (currently) undesirable making the source not easily reproducible for Debian and most derivatives using the same build processesor, it might be interesting for uses like templated source package generation and similar, or other interesting ideas we might not have thought about. Also the same logic we applied for the removal of the substvar support could be applied to most of the “Build options” as well, as those do not make sense in the normal build for official packages (like -U, or -D). Changed the code to stop producing warnings, and remove deprecated notes from man page.
Diffstat (limited to 'man')
-rw-r--r--man/dpkg-source.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/dpkg-source.1 b/man/dpkg-source.1
index aab42ad7f..ecbd3e13f 100644
--- a/man/dpkg-source.1
+++ b/man/dpkg-source.1
@@ -96,11 +96,11 @@ multiple times, they are tried in order. It does
override any format given in \fBdebian/source/format\fP.
.TP
.BI \-V name = value
-\fBDeprecated\fP. Set an output substitution variable.
+Set an output substitution variable.
See \fBdeb\-substvars\fP(5) for a discussion of output substitution.
.TP
.BI \-T substvarsfile
-\fBDeprecated\fP. Read substitution variables in
+Read substitution variables in
.IR substvarsfile ;
the default is to not read any file.
.TP