[Pkg-kde-commits] rev 351 - in branches/kde-3.3.2/kdegraphics/debian: . patches

Adeodato Sim?? dato-guest@haydn.debian.org
Sun, 19 Dec 2004 13:29:57 -0700


Author: dato-guest
Date: 2004-12-19 13:28:17 -0700 (Sun, 19 Dec 2004)
New Revision: 351

Added:
   branches/kde-3.3.2/kdegraphics/debian/patches/10_correct-nedit-invocation.diff
Modified:
   branches/kde-3.3.2/kdegraphics/debian/changelog
   branches/kde-3.3.2/kdegraphics/debian/control
Log:
  +++ Changes by Adeodato Sim?\195?\179:

  * debian/control:
    - make kpdf Provide: pdf-viewer.
    - version Build-Dependency on libexif-dev to (>= 0.6.9-1), just in case,
      acknowledging NMU from Steve Langasek. (Closes: #268966)

  * debian/patches:
    - added new patch 10_correct-nedit-invocation.diff, to invoke NEdit with
      the proper binary name on Debian systems. (Closes: #274035)

  * Acknowledge old NMU from Andrew Lau. (Closes: #266505)



Modified: branches/kde-3.3.2/kdegraphics/debian/changelog
===================================================================
--- branches/kde-3.3.2/kdegraphics/debian/changelog	2004-12-19 20:05:48 UTC (rev 350)
+++ branches/kde-3.3.2/kdegraphics/debian/changelog	2004-12-19 20:28:17 UTC (rev 351)
@@ -6,6 +6,19 @@
   * Tightened build-dep on libsane-dev to >> 1.0.15. (Closes: #270488)
   * Updated kfax package description. (Closes: #280563)
 
+  +++ Changes by Adeodato Simó:
+
+  * debian/control:
+    - make kpdf Provide: pdf-viewer.
+    - version Build-Dependency on libexif-dev to (>= 0.6.9-1), just in case,
+      acknowledging NMU from Steve Langasek. (Closes: #268966)
+
+  * debian/patches:
+    - added new patch 10_correct-nedit-invocation.diff, to invoke NEdit with
+      the proper binary name on Debian systems. (Closes: #274035)
+
+  * Acknowledge old NMU from Andrew Lau. (Closes: #266505)
+
  -- Christopher Martin <chrsmrtn@freeshell.org>  Thu, 16 Dec 2004 11:48:23 -0500
 
 kdegraphics (4:3.3.1-1) unstable; urgency=low

Modified: branches/kde-3.3.2/kdegraphics/debian/control
===================================================================
--- branches/kde-3.3.2/kdegraphics/debian/control	2004-12-19 20:05:48 UTC (rev 350)
+++ branches/kde-3.3.2/kdegraphics/debian/control	2004-12-19 20:28:17 UTC (rev 351)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
 Uploaders: Christopher L Cheney <ccheney@debian.org>, Christopher Martin <chrsmrtn@freeshell.org>, Adeodato Simó <asp16@alu.ua.es>
-Build-Depends: debhelper (>> 4.2.0), gawk, gettext, imlib11-dev, kdelibs4-dev (>> 4:3.3.2), libexif-dev, libfribidi-dev, libglut3-dev, libgphoto2-2-dev, libgtk1.2-dev, libopenexr-dev (>= 1.2.1), libpaper-dev, libsane-dev (>> 1.0.15), libtiff4-dev, libtiff-tools, libusb-dev, sharutils, tetex-bin, texinfo, xlibs-static-pic, xpdf-utils
+Build-Depends: debhelper (>> 4.2.0), gawk, gettext, imlib11-dev, kdelibs4-dev (>> 4:3.3.2), libexif-dev (>= 0.6.9-1), libfribidi-dev, libglut3-dev, libgphoto2-2-dev, libgtk1.2-dev, libopenexr-dev (>= 1.2.1), libpaper-dev, libsane-dev (>> 1.0.15), libtiff4-dev, libtiff-tools, libusb-dev, sharutils, tetex-bin, texinfo, xlibs-static-pic, xpdf-utils
 Standards-Version: 3.6.1
 
 Package: kdegraphics
@@ -248,6 +248,7 @@
 Depends: ${shlibs:Depends}
 Recommends: kghostview
 Suggests: khelpcenter
+Provides: pdf-viewer
 Description: PDF viewer for KDE
  KDE is a powerful Open Source graphical desktop environment
  for Unix workstations. It combines ease of use, contemporary

Added: branches/kde-3.3.2/kdegraphics/debian/patches/10_correct-nedit-invocation.diff
===================================================================
--- branches/kde-3.3.2/kdegraphics/debian/patches/10_correct-nedit-invocation.diff	2004-12-19 20:05:48 UTC (rev 350)
+++ branches/kde-3.3.2/kdegraphics/debian/patches/10_correct-nedit-invocation.diff	2004-12-19 20:28:17 UTC (rev 351)
@@ -0,0 +1,11 @@
+--- x/kdvi/optionDialogSpecialWidget.cpp~	2004-05-22 22:28:50.000000000 +0200
++++ y/kdvi/optionDialogSpecialWidget.cpp	2004-10-25 18:10:29.000000000 +0200
+@@ -51,7 +51,7 @@
+   editorDescriptionString += i18n("Kile works very well");
+   
+   editorNameString        += "NEdit";
+-  editorCommandString     += "ncl -noask -line %l %f || nc -noask -line %l %f";
++  editorCommandString     += "nedit-nc -noask -line %l %f";
+   editorDescriptionString += i18n("NEdit perfectly supports inverse search.");
+   
+   editorNameString        += "VIM - Vi IMproved / GUI";