debian: Use Package-Type instead of XC-Package-Type

XC-Package-Type was deprecated and replaced with Package-Type starting
in dpkg-dev 1.15.7.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian
Theodore Ts'o 2016-05-21 14:13:34 -04:00
parent b41a4ffa50
commit 3a50a3eaf2
1 changed files with 3 additions and 3 deletions

6
debian/control.in vendored
View File

@ -124,7 +124,7 @@ Description: runtime components for the Universally Unique ID library
ifdef(`UDEB_PKGS',``
Package: libuuid1-udeb
XC-Package-Type: udeb
Package-Type: udeb
Section: debian-installer
Priority: optional
Depends: ${shlibs:Depends}
@ -161,7 +161,7 @@ Description: block device id library
ifdef(`UDEB_PKGS',``
Package: libblkid1-udeb
XC-Package-Type: udeb
Package-Type: udeb
Section: debian-installer
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
@ -193,7 +193,7 @@ Description: block device id library - headers and static libraries
ifdef(`UDEB_PKGS',``
Package: e2fsprogs-udeb
XC-Package-Type: udeb
Package-Type: udeb
Section: debian-installer
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}