소스 검색

debian: Add manpages-it Replaces to dselect and dpkg-dev

Closes: #717983

Reported-by: Andreas Beckmann <anbe@debian.org>
Guillem Jover 13 년 전
부모
커밋
0aa83a6fe8
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 0
      debian/changelog
  2. 2 1
      debian/control

+ 2 - 0
debian/changelog

@@ -2,6 +2,8 @@ dpkg (1.17.2) UNRELEASED; urgency=low
 
   * Make Dpkg::Arch debwildcard_to_debtriplet() more robust by matching
     on exact 'any' strings, instead of substrings.
+  * Add manpages-it Replaces to dselect and dpkg-dev. Closes: #717983
+    Reported by Andreas Beckmann <anbe@debian.org>.
 
  -- Guillem Jover <guillem@debian.org>  Sun, 28 Jul 2013 15:06:29 +0200
 

+ 2 - 1
debian/control

@@ -54,6 +54,7 @@ Depends: libdpkg-perl (= ${source:Version}), bzip2, xz-utils,
 Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv, libalgorithm-merge-perl
 Suggests: debian-keyring
 Breaks: dpkg-cross (<< 2.0.0), devscripts (<< 2.10.26)
+Replaces: manpages-it
 Description: Debian package development tools
  This package provides the development tools (including dpkg-source)
  required to unpack, build and upload Debian source packages.
@@ -106,7 +107,7 @@ Multi-Arch: foreign
 Depends: ${shlibs:Depends}, dpkg (>= 1.13.1), ${misc:Depends}
 Suggests: perl
 Conflicts: dpkg-ftp, dpkg-multicd
-Replaces: dpkg-ftp, dpkg-multicd
+Replaces: dpkg-ftp, dpkg-multicd, manpages-it
 Description: Debian package management front-end
  dselect is a high-level interface for managing the installation and
  removal of Debian software packages.