Преглед изворни кода

Dpkg::Deps: Bump VERSION to 1.03

This was missed in commit e8950d7e2d4a58f96c74782825e2edf7ceb583ca.
Guillem Jover пре 12 година
родитељ
комит
ad75cd9bdf
2 измењених фајлова са 6 додато и 1 уклоњено
  1. 1 0
      debian/changelog
  2. 5 1
      scripts/Dpkg/Deps.pm

+ 1 - 0
debian/changelog

@@ -37,6 +37,7 @@ dpkg (1.17.10) UNRELEASED; urgency=low
     matching currently active processors, when using -jauto. Closes: #748012
   * Perl modules:
     - Bump $VERSION for Dpkg::Patch, missed in 1.16.1.
+    - Bump $VERSION for Dpkg::Deps, missed in 1.17.0.
 
   [ Updated manpages translations ]
   * German (Helge Kreutzmann).

+ 5 - 1
scripts/Dpkg/Deps.pm

@@ -49,7 +49,7 @@ All the deps_* functions are exported by default.
 use strict;
 use warnings;
 
-our $VERSION = '1.02';
+our $VERSION = '1.03';
 
 use Dpkg::Version;
 use Dpkg::Arch qw(get_host_arch get_build_arch);
@@ -1440,6 +1440,10 @@ sub _evaluate_simple_dep {
 
 =head1 CHANGES
 
+=head2 Version 1.03
+
+New option: Add build_arch option to Dpkg::Deps::deps_parse().
+
 =head2 Version 1.02
 
 =over