Przeglądaj źródła

Dpkg::Vendor: add the module the supported Perl API

Bump its version to 1.00.

Lintian would like to use it when dpkg-dev is absent to provide some
vendor specific behaviour.
Raphaël Hertzog 15 lat temu
rodzic
commit
cbf13f86a9
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 2 0
      debian/changelog
  2. 1 1
      scripts/Dpkg/Vendor.pm

+ 2 - 0
debian/changelog

@@ -28,6 +28,8 @@ dpkg (1.16.1) UNRELEASED; urgency=low
   * Add the extraction part of Dpkg::Source::Package to the supported API.
     Useful to extract source packages without having to depend on dpkg-source
     (and hence dpkg-dev).
+  * Add the Dpkg::Vendor moduled to the supported API. Useful for lintian
+    when dpkg-dev is absent.
   * Check presence of required parameters in dpkg-vendor. Closes: #628726
     Thanks to Niels Thykier <niels@thykier.net> for the patch.
 

+ 1 - 1
scripts/Dpkg/Vendor.pm

@@ -18,7 +18,7 @@ package Dpkg::Vendor;
 use strict;
 use warnings;
 
-our $VERSION = "0.01";
+our $VERSION = "1.00";
 
 use Dpkg::ErrorHandling;
 use Dpkg::Gettext;