Browse Source

Dpkg::Changelog::Debian: Move SEE ALSO section to the end

Guillem Jover 8 years ago
parent
commit
e8f3c9e676
2 changed files with 5 additions and 4 deletions
  1. 1 0
      debian/changelog
  2. 4 4
      scripts/Dpkg/Changelog/Debian.pm

+ 1 - 0
debian/changelog

@@ -96,6 +96,7 @@ dpkg (1.18.5) UNRELEASED; urgency=medium
     - Document the format of the origins filename in deb-origin(5).
     - Add list of flags set by bug feature area to dpkg-buildflags(1).
     - Switch output encoding of man pages to UTF-8.
+    - Move SEE ALSO section to the end of Dpkg::Changelog::Debian.
 
   [ Updated programs translations ]
   * Portuguese (Miguel Figueiredo).

+ 4 - 4
scripts/Dpkg/Changelog/Debian.pm

@@ -245,10 +245,6 @@ __END__
 
 =back
 
-=head1 SEE ALSO
-
-Dpkg::Changelog
-
 =head1 CHANGES
 
 =head2 Version 1.00 (dpkg 1.15.6)
@@ -260,4 +256,8 @@ Mark the module as public.
 Frank Lichtenheld, E<lt>frank@lichtenheld.deE<gt>
 Raphaël Hertzog, E<lt>hertzog@debian.orgE<gt>
 
+=head1 SEE ALSO
+
+Dpkg::Changelog
+
 =cut