summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-06-22 13:07:41 +0200
committerGuillem Jover <guillem@debian.org>2012-06-30 06:35:24 +0200
commit1a60e5317318ab0d4097b524a2b5cd39ab905f11 (patch)
treeabecb0ebf139e84c86fea7d2e2ebce867c4a70ac /doc
parent36567121083135d8b616f193d79cd686c4a3ab6a (diff)
downloaddpkg-1a60e5317318ab0d4097b524a2b5cd39ab905f11.tar.gz
dpkg-query: Add new --control-list and --control-show commands
These replace the now deprecated --control-path command, as these do not rely on any specific database layout.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.feature-removal-schedule8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/README.feature-removal-schedule b/doc/README.feature-removal-schedule
index cd39a0274..0b039a0b3 100644
--- a/doc/README.feature-removal-schedule
+++ b/doc/README.feature-removal-schedule
@@ -54,6 +54,14 @@ Why:
support compressing new .deb files with that format, although unpacking
will be kept being supported to handle existing compressed files.
+What: --control-path (dpkg-query option)
+Status: deprecated
+When: 1.18.x
+Warning: man page
+ This was a semi-public interface now superceded by --control-list and
+ --control-show, which are a better interface as they do not rely on any
+ specific database layout.
+
History of feature removals
~~~~~~~~~~~~~~~~~~~~~~~~~~~