[dpkg] 117/192: Dpkg::Control::Types: Move misplaced comments

Ximin Luo infinity0 at debian.org
Tue Oct 17 11:04:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit fb45d741f8edb5f9282ff8aaf79cab7e86fa95dd
Author: Guillem Jover <guillem at debian.org>
Date:   Sat Sep 2 01:58:51 2017 +0200

    Dpkg::Control::Types: Move misplaced comments
---
 scripts/Dpkg/Control/Types.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/Dpkg/Control/Types.pm b/scripts/Dpkg/Control/Types.pm
index 445079d..5d9496a 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,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list