summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Control/Types.pm
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2017-09-02 01:58:51 +0200
committerGuillem Jover <guillem@debian.org>2017-09-24 21:03:09 +0200
commitfb45d741f8edb5f9282ff8aaf79cab7e86fa95dd (patch)
treec322b939a7cfc835a03801f0edae0835cd375c7b /scripts/Dpkg/Control/Types.pm
parentda7c7542f1337d15f1435ca30eb3a4348fefe3e7 (diff)
downloaddpkg-fb45d741f8edb5f9282ff8aaf79cab7e86fa95dd.tar.gz
Dpkg::Control::Types: Move misplaced comments
Diffstat (limited to 'scripts/Dpkg/Control/Types.pm')
-rw-r--r--scripts/Dpkg/Control/Types.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Dpkg/Control/Types.pm b/scripts/Dpkg/Control/Types.pm
index 445079d41..5d9496a90 100644
--- a/scripts/Dpkg/Control/Types.pm
+++ b/scripts/Dpkg/Control/Types.pm
@@ -61,9 +61,9 @@ use constant {
CTRL_INFO_SRC => 1,
# Subsequent control blocks in debian/control.
CTRL_INFO_PKG => 2,
- # Entry in repository's Packages files.
- CTRL_INDEX_SRC => 4,
# Entry in repository's Sources files.
+ CTRL_INDEX_SRC => 4,
+ # Entry in repository's Packages files.
CTRL_INDEX_PKG => 8,
# .dsc file of source package.
CTRL_PKG_SRC => 16,