Guest User

Untitled

a guest
Jul 22nd, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. diff -Nurp -x .bzr fontconfig/debian/control fontconfig-2.8.0/debian/control
  2. --- fontconfig/debian/control 2010-01-23 13:35:38.000000000 +0700
  3. +++ fontconfig-2.8.0/debian/control 2010-01-25 08:42:28.000000000 +0700
  4. @@ -1,14 +1,14 @@
  5. Source: fontconfig
  6. -Section: libs
  7. +Section: fonts
  8. Priority: optional
  9. -Maintainer: BlankOn Developers <blankon-dev@googlegroups.com>
  10. -XSBC-Original-Maintainer: Keith Packard <keithp@debian.org>, Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
  11. +Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
  12. +XSBC-Original-Maintainer: Keith Packard <keithp@debian.org>
  13. Uploaders: Josselin Mouette <joss@debian.org>
  14. -Build-Depends: cdbs (>= 0.4.5.4), debhelper (>= 5.0.22), libfreetype6-dev (>= 2.1.7), libexpat1-dev, defoma (>= 0.7.0), binutils (>= 2.12.90.0.9), po-debconf
  15. -Standards-Version: 3.7.3
  16. +Build-Depends: cdbs (>= 0.4.5.4), debhelper (>= 7), libfreetype6-dev (>= 2.1.7), libexpat1-dev, defoma (>= 0.7.0), binutils (>= 2.12.90.0.9), po-debconf
  17. +Standards-Version: 3.8.3
  18.  
  19. Package: fontconfig
  20. -Section: utils
  21. +Section: fonts
  22. Architecture: any
  23. Depends: ${shlibs:Depends}, ${misc:Depends}, fontconfig-config
  24. Replaces: fontconfig-config (<< 2.5.93-1)
  25. @@ -31,9 +31,9 @@ Description: generic font configuration
  26. available to fontconfig applications.
  27.  
  28. Package: fontconfig-config
  29. -Section: libs
  30. +Section: fonts
  31. Architecture: all
  32. -Depends: ${misc:Depends}, ucf (>= 0.29), ttf-dejavu | ttf-bitstream-vera | ttf-freefont | gsfonts-x11
  33. +Depends: ${misc:Depends}, ucf (>= 0.29), ttf-dejavu-core | ttf-bitstream-vera | ttf-freefont | gsfonts-x11
  34. Replaces: fontconfig (<< 2.3.2-2)
  35. Conflicts: fontconfig (<< 2.3.2-2)
  36. Description: generic font configuration library - configuration
  37. @@ -62,7 +62,7 @@ Description: generic font configuration
  38. Package: libfontconfig1-dev
  39. Section: libdevel
  40. Architecture: any
  41. -Depends: libfontconfig1 (= ${binary:Version}), libexpat1-dev, libfreetype6-dev (>= 2.1.7), pkg-config
  42. +Depends: libfontconfig1 (= ${binary:Version}), ${misc:Depends}, libexpat1-dev, libfreetype6-dev (>= 2.1.7), pkg-config
  43. Provides: libfontconfig-dev
  44. Description: generic font configuration library - development
  45. Fontconfig is a font configuration and customization library, which
  46. @@ -76,7 +76,8 @@ Description: generic font configuration
  47. Package: libfontconfig1
  48. Section: libs
  49. Architecture: any
  50. -Depends: ${shlibs:Depends}, fontconfig-config (= ${source:Version})
  51. +Depends: ${shlibs:Depends}, ${misc:Depends}, fontconfig-config (= ${source:Version})
  52. +Provides: libfontconfig
  53. Description: generic font configuration library - runtime
  54. Fontconfig is a font configuration and customization library, which
  55. does not depend on the X Window System. It is designed to locate
  56. @@ -87,10 +88,10 @@ Description: generic font configuration
  57. using fontconfig.
  58.  
  59. Package: libfontconfig1-dbg
  60. -Section: libdevel
  61. +Section: debug
  62. Priority: extra
  63. Architecture: any
  64. -Depends: libfontconfig1 (= ${binary:Version})
  65. +Depends: ${misc:Depends}, libfontconfig1 (= ${binary:Version})
  66. Description: generic font configuration library - debugging symbols
  67. Fontconfig is a font configuration and customization library, which
  68. does not depend on the X Window System. It is designed to locate
Add Comment
Please, Sign In to add comment