rev 7854 - trunk/packages/kdegraphics/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Sun Nov 11 19:09:40 UTC 2007


Author: ana
Date: 2007-11-11 19:09:40 +0000 (Sun, 11 Nov 2007)
New Revision: 7854

Modified:
   trunk/packages/kdegraphics/debian/changelog
   trunk/packages/kdegraphics/debian/control
   trunk/packages/kdegraphics/debian/control.in
Log:
Make kdegrahpics binNMU safe.


Modified: trunk/packages/kdegraphics/debian/changelog
===================================================================
--- trunk/packages/kdegraphics/debian/changelog	2007-11-11 19:04:52 UTC (rev 7853)
+++ trunk/packages/kdegraphics/debian/changelog	2007-11-11 19:09:40 UTC (rev 7854)
@@ -2,6 +2,7 @@
 
   * Patch to multiple xpdf based vulnerabilities. (Closes: #450630)
     CVE-2007-4352, CVE-2007-5392, CVE-2007-5393.
+  * Make kdegrahpics binNMU safe. Thanks Lior! (Closes: #448254)
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 11 Nov 2007 19:50:13 +0100
 

Modified: trunk/packages/kdegraphics/debian/control
===================================================================
--- trunk/packages/kdegraphics/debian/control	2007-11-11 19:04:52 UTC (rev 7853)
+++ trunk/packages/kdegraphics/debian/control	2007-11-11 19:09:40 UTC (rev 7854)
@@ -2,8 +2,8 @@
 Section: kde
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Christopher Martin <chrsmrtn at debian.org>, Francesco Pedrini <francesco.pedrini at gmail.com>, Josh Metzler <joshdeb at metzlers.org>, Sune Vuorela <debian at pusling.com>
-Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, imlib11-dev, kdelibs4-dev (>= 4:3.5.8), libexif-dev (>= 0.6.9-1), libfribidi-dev, freeglut3-dev, libgphoto2-2-dev, libltdl3-dev, libopenexr-dev (>= 1.2.1), libpaper-dev, libpoppler-qt-dev, libsane-dev (>> 1.0.15), libtiff4-dev, libtiff-tools, libusb-dev, sharutils, libxxf86vm-dev, xpdf-common, chrpath [powerpc]
+Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>, Francesco Pedrini <francesco.pedrini at gmail.com>, Josh Metzler <joshdeb at metzlers.org>, Sune Vuorela <debian at pusling.com>
+Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, imlib11-dev, kdelibs4-dev (>= 4:3.5.6), libexif-dev (>= 0.6.9-1), libfribidi-dev, freeglut3-dev, libgphoto2-2-dev, libltdl3-dev, libopenexr-dev (>= 1.2.1), libpaper-dev, libpoppler-qt-dev, libsane-dev (>> 1.0.15), libtiff4-dev, libtiff-tools, libusb-dev, sharutils, libxxf86vm-dev, xpdf-common, chrpath [powerpc]
 Standards-Version: 3.7.2
 
 Package: kdegraphics
@@ -65,7 +65,7 @@
 Package: kdegraphics-dev
 Section: devel
 Architecture: any
-Depends: kghostview (= ${source:Version}), kmrml (= ${source:Version}), kpovmodeler (= ${source:Version}), ksvg (= ${source:Version}), kuickshow (= ${source:Version}), kview (= ${source:Version}), kviewshell (= ${source:Version}), kdelibs4-dev (>= 4:3.5.8)
+Depends: kghostview (= ${binary:Version}), kmrml (= ${binary:Version}), kpovmodeler (= ${binary:Version}), ksvg (= ${binary:Version}), kuickshow (= ${binary:Version}), kview (= ${binary:Version}), kviewshell (= ${binary:Version}), kdelibs4-dev (>= 4:3.5.8)
 Description: development files for the KDE graphics module
  This package contains headers and other development files for the KDE
  graphics module.
@@ -127,9 +127,9 @@
 Depends: ${shlibs:Depends}
 Suggests: khelpcenter
 Description: gamma correction module for the KDE Control Center
- KGamma is a KDE Control Center module for gamma calibration/correction.
- With proper gamma settings, your display (websites, images, etc.) 
- will look the same on your monitor as on other monitors.
+ KGamma is a KDE Control Center module for gamma calibration/correction
+ of XFree86. With proper gamma settings, your display (websites, images,
+ etc.) will look the same on your monitor as on other monitors.
  .
  This package is part of KDE, as a component of the KDE graphics module.
  See the 'kde' and 'kdegraphics' packages for more information.
@@ -229,7 +229,7 @@
 Section: graphics
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: kghostview (= ${source:Version})
+Recommends: kghostview (= ${binary:Version})
 Suggests: khelpcenter
 Provides: pdf-viewer
 Description: PDF viewer for KDE
@@ -349,7 +349,7 @@
 Package: libkscan-dev
 Section: libdevel
 Architecture: any
-Depends: libkscan1 (= ${source:Version}), kdelibs4-dev (>= 4:3.5.8)
+Depends: libkscan1 (= ${binary:Version}), kdelibs4-dev (>= 4:3.5.8)
 Description: development files for the KDE scanner library
  This package contains development files for KDE's scanner library.
  .
@@ -372,7 +372,7 @@
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: kdelibs-dbg, libkscan1 (= ${source:Version})
+Depends: kdelibs-dbg, libkscan1 (= ${binary:Version})
 Description: debugging symbols for kdegraphics
  This package contains the debugging symbols associated with kdegraphics.
  They will automatically be used by gdb for debugging kdegraphics-related

Modified: trunk/packages/kdegraphics/debian/control.in
===================================================================
--- trunk/packages/kdegraphics/debian/control.in	2007-11-11 19:04:52 UTC (rev 7853)
+++ trunk/packages/kdegraphics/debian/control.in	2007-11-11 19:09:40 UTC (rev 7854)
@@ -65,7 +65,7 @@
 Package: kdegraphics-dev
 Section: devel
 Architecture: any
-Depends: kghostview (= ${source:Version}), kmrml (= ${source:Version}), kpovmodeler (= ${source:Version}), ksvg (= ${source:Version}), kuickshow (= ${source:Version}), kview (= ${source:Version}), kviewshell (= ${source:Version}), kdelibs4-dev (>= 4:3.5.6)
+Depends: kghostview (= ${binary:Version}), kmrml (= ${binary:Version}), kpovmodeler (= ${binary:Version}), ksvg (= ${binary:Version}), kuickshow (= ${binary:Version}), kview (= ${binary:Version}), kviewshell (= ${binary:Version}), kdelibs4-dev (>= 4:3.5.8)
 Description: development files for the KDE graphics module
  This package contains headers and other development files for the KDE
  graphics module.
@@ -134,7 +134,7 @@
  This package is part of KDE, as a component of the KDE graphics module.
  See the 'kde' and 'kdegraphics' packages for more information.
  .
- Homepage: http://kgamma.berlios.de/index2.php
+  Homepage: http://kgamma.berlios.de/index2.php
 
 Package: kghostview
 Section: graphics
@@ -199,7 +199,7 @@
  This package is part of KDE, as a component of the KDE graphics module.
  See the 'kde' and 'kdegraphics' packages for more information.
  .
- Homepage: http://kolourpaint.sourceforge.net
+  Homepage: http://kolourpaint.sourceforge.net
 
 Package: kooka
 Section: graphics
@@ -223,13 +223,13 @@
  This package is part of KDE, as a component of the KDE graphics module.
  See the 'kde' and 'kdegraphics' packages for more information.
  .
- Homepage: http://kooka.kde.org/
+  Homepage: http://kooka.kde.org/
 
 Package: kpdf
 Section: graphics
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: kghostview (= ${source:Version})
+Recommends: kghostview (= ${binary:Version})
 Suggests: khelpcenter
 Provides: pdf-viewer
 Description: PDF viewer for KDE
@@ -261,7 +261,7 @@
  This package is part of KDE, as a component of the KDE graphics module.
  See the 'kde' and 'kdegraphics' packages for more information.
  .
- Homepage: http://www.kpovmodeler.org
+  Homepage: http://www.kpovmodeler.org
 
 Package: kruler
 Section: graphics
@@ -316,7 +316,7 @@
  This package is part of KDE, as a component of the KDE graphics module.
  See the 'kde' and 'kdegraphics' packages for more information.
  .
- Homepage: http://kuickshow.sourceforge.net
+  Homepage: http://kuickshow.sourceforge.net
 
 Package: kview
 Section: graphics
@@ -349,7 +349,7 @@
 Package: libkscan-dev
 Section: libdevel
 Architecture: any
-Depends: libkscan1 (= ${source:Version}), kdelibs4-dev (>= 4:3.5.6)
+Depends: libkscan1 (= ${binary:Version}), kdelibs4-dev (>= 4:3.5.8)
 Description: development files for the KDE scanner library
  This package contains development files for KDE's scanner library.
  .
@@ -372,7 +372,7 @@
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: kdelibs-dbg, libkscan1 (= ${source:Version})
+Depends: kdelibs-dbg, libkscan1 (= ${binary:Version})
 Description: debugging symbols for kdegraphics
  This package contains the debugging symbols associated with kdegraphics.
  They will automatically be used by gdb for debugging kdegraphics-related




More information about the pkg-kde-commits mailing list