summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Control
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-05-14 18:18:59 +0200
committerGuillem Jover <guillem@debian.org>2015-05-18 06:25:12 +0200
commit9470e136e954de5821428d4b18b50cb634a23a2d (patch)
treed38af52d019fdad34ddf149d5640938d67c1612b /scripts/Dpkg/Control
parent448faad0f04d7f56e5b708ff76213fe0f92c2ae2 (diff)
downloaddpkg-9470e136e954de5821428d4b18b50cb634a23a2d.tar.gz
scripts: Document dpkg version when module versions got bumped
This has two purposes, first it will make it easier to know if the module version needs to be bumped for the current development release, and second it will make it easier for users to know how "old" that module version is, and to which dpkg series and specific version it corresponds to.
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r--scripts/Dpkg/Control/Changelog.pm2
-rw-r--r--scripts/Dpkg/Control/Fields.pm2
-rw-r--r--scripts/Dpkg/Control/FieldsCore.pm2
-rw-r--r--scripts/Dpkg/Control/Hash.pm2
-rw-r--r--scripts/Dpkg/Control/HashCore.pm4
-rw-r--r--scripts/Dpkg/Control/Info.pm4
6 files changed, 8 insertions, 8 deletions
diff --git a/scripts/Dpkg/Control/Changelog.pm b/scripts/Dpkg/Control/Changelog.pm
index 8307cd7ee..a73ccbeb3 100644
--- a/scripts/Dpkg/Control/Changelog.pm
+++ b/scripts/Dpkg/Control/Changelog.pm
@@ -56,7 +56,7 @@ sub new {
=head1 CHANGES
-=head2 Version 1.00
+=head2 Version 1.00 (dpkg 1.15.6)
Mark the module as public.
diff --git a/scripts/Dpkg/Control/Fields.pm b/scripts/Dpkg/Control/Fields.pm
index d3f92725d..cd0347c7b 100644
--- a/scripts/Dpkg/Control/Fields.pm
+++ b/scripts/Dpkg/Control/Fields.pm
@@ -57,7 +57,7 @@ inherited from Dpkg::Control::FieldsCore.
=head1 CHANGES
-=head2 Version 1.00
+=head2 Version 1.00 (dpkg 1.15.6)
Mark the module as public.
diff --git a/scripts/Dpkg/Control/FieldsCore.pm b/scripts/Dpkg/Control/FieldsCore.pm
index 1d0e56464..82e1a7285 100644
--- a/scripts/Dpkg/Control/FieldsCore.pm
+++ b/scripts/Dpkg/Control/FieldsCore.pm
@@ -675,7 +675,7 @@ sub field_insert_before($$@) {
=head1 CHANGES
-=head2 Version 1.00
+=head2 Version 1.00 (dpkg 1.17.0)
Mark the module as public.
diff --git a/scripts/Dpkg/Control/Hash.pm b/scripts/Dpkg/Control/Hash.pm
index 277b36126..5ab76d802 100644
--- a/scripts/Dpkg/Control/Hash.pm
+++ b/scripts/Dpkg/Control/Hash.pm
@@ -39,7 +39,7 @@ field knowledge.
=head1 CHANGES
-=head2 Version 1.00
+=head2 Version 1.00 (dpkg 1.15.6)
Mark the module as public.
diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm
index 6ecefbbb4..9aa933625 100644
--- a/scripts/Dpkg/Control/HashCore.pm
+++ b/scripts/Dpkg/Control/HashCore.pm
@@ -539,11 +539,11 @@ sub NEXTKEY {
=head1 CHANGES
-=head2 Version 1.01
+=head2 Version 1.01 (dpkg 1.17.2)
New method: $c->parse_error().
-=head2 Version 1.00
+=head2 Version 1.00 (dpkg 1.17.0)
Mark the module as public.
diff --git a/scripts/Dpkg/Control/Info.pm b/scripts/Dpkg/Control/Info.pm
index 89773da2a..5bf1639e4 100644
--- a/scripts/Dpkg/Control/Info.pm
+++ b/scripts/Dpkg/Control/Info.pm
@@ -213,11 +213,11 @@ information.
=head1 CHANGES
-=head2 Version 1.01
+=head2 Version 1.01 (dpkg 1.18.0)
New argument: The $c->new() constructor accepts an %opts argument.
-=head2 Version 1.00
+=head2 Version 1.00 (dpkg 1.15.6)
Mark the module as public.