+2008-01-27 Raphael Hertzog <hertzog@debian.org>
+
+ * README.feature-removal-schedule: Deprecate support of substvars
+ in dpkg-source and dpkg-genchanges.
+
2008-01-27 Raphael Hertzog <hertzog@debian.org>
* scripts/Dpkg/Shlibs/SymbolFile.pm: Replace has_new_libs(),
Why:
This option has been superseded by -tudeb.
+What: substvars support in dpkg-source and dpkg-genchanges
+Status: deprecated
+When: lenny+1
+Warning: program
+Why:
+ substvars do not make sense during generation of .dsc and .changes files.
+ This also means that it won't be possible anymore to override the Format
+ field output by dpkg-genchanges.
$since= $POSTMATCH;
} elsif (m/^-T/) {
$varlistfile= $POSTMATCH;
+ warning(_g("substvars support is deprecated (see README.feature-removal-schedule)"));
} elsif (m/^-m/) {
$forcemaint= $POSTMATCH;
} elsif (m/^-e/) {
$substvars->set($1, $POSTMATCH);
} elsif (m/^-T/) {
$varlistfile = $POSTMATCH;
+ warning(_g("substvars support is deprecated (see README.feature-removal-schedule)"));
} elsif (m/^-(h|-help)$/) {
&usage; exit(0);
} elsif (m/^--version$/) {