rev 8661 - branches/kde4/packages/kdewebdev/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Sun Dec 30 01:48:14 UTC 2007


Author: ana
Date: 2007-12-30 01:48:14 +0000 (Sun, 30 Dec 2007)
New Revision: 8661

Modified:
   branches/kde4/packages/kdewebdev/debian/changelog
   branches/kde4/packages/kdewebdev/debian/control
   branches/kde4/packages/kdewebdev/debian/rules
Log:
more stuff for kdewebdev


Modified: branches/kde4/packages/kdewebdev/debian/changelog
===================================================================
--- branches/kde4/packages/kdewebdev/debian/changelog	2007-12-30 01:41:03 UTC (rev 8660)
+++ branches/kde4/packages/kdewebdev/debian/changelog	2007-12-30 01:48:14 UTC (rev 8661)
@@ -2,6 +2,7 @@
 
   * Svn ... 
   * Split out files in different packages.
+  * todo: update Source-Versions, review descriptions, do copyright
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sun, 30 Dec 2007 02:30:00 +0100
 

Modified: branches/kde4/packages/kdewebdev/debian/control
===================================================================
--- branches/kde4/packages/kdewebdev/debian/control	2007-12-30 01:41:03 UTC (rev 8660)
+++ branches/kde4/packages/kdewebdev/debian/control	2007-12-30 01:48:14 UTC (rev 8661)
@@ -2,13 +2,15 @@
 Section: web
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), cmake, quilt, kdelibs5-dev (>=4:3.97.0),
+Build-Depends: cdbs, debhelper (>= 5), cmake, quilt, kdelibs5-dev (>=4:3.98.0~),
  libtidy-dev
 Standards-Version: 3.7.3
 
 Package: kdewebdev
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Architecture: all
+Section: kde
+Depends: kfilereplace (>= ${Source-Version}), kimagemapeditor (>= ${Source-Version}), klinkstatus (>= ${Source-Version}), kxsldbg (>= ${Source-Version})
+Suggests: kommander-dev (>= ${Source-Version}), kdewebdev-doc-html (>= ${Source-Version})
 Description: web development apps from the official KDE release
  KDE (the K Desktop Environment) is a powerful Open Source graphical
  desktop environment for Unix workstations. It combines ease of use,
@@ -17,3 +19,75 @@
  .
  This metapackage includes a collection of web development applications
  provided with the official release of KDE.
+
+
+Package: kfilereplace
+Architecture: any
+Section: kde
+Depends: ${shlibs:Depends}
+Description: batch search-and-replace component for KDE
+ KFileReplace is an embedded component for KDE that acts as a batch
+ search-and-replace tool. It allows you to replace one expression with
+ another in many files at once.
+ .
+ Note that at the moment KFileReplace does not come as a standalone
+ application. An example of an application that uses the KFileReplace
+ component is Quanta Plus (found in the package quanta).
+ .
+ This package is part of KDE, as a component of the KDE web development module.
+ See the 'kde' and 'kdewebdev' packages for more information.
+
+Package: kimagemapeditor
+Architecture: any
+Section: editors
+Depends: ${shlibs:Depends}
+Description: HTML image map editor for KDE
+ KImageMapEditor is a tool that allows you to edit image maps in HTML
+ files. As well as providing a standalone application, KImageMapEditor
+ makes itself available as a KPart for embedding into larger applications.
+ .
+ This package is part of KDE, as a component of the KDE web development module.
+ See the 'kde' and 'kdewebdev' packages for more information.
+
+Package: klinkstatus
+Architecture: any
+Section: web
+Depends: ${shlibs:Depends}
+Suggests: quanta (= ${Source-Version}), khelpcenter
+Description: web link validity checker for KDE
+ KLinkStatus is KDE's web link validity checker. It allows you to
+ search internal and external links throughout your web site. Simply
+ point it to a single page and choose the depth to search.
+ .
+ You can also check local files, or files over ftp:, fish: or any other
+ KIO protocols. For performance, links can be checked simultaneously.
+ .
+ This package is part of KDE, as a component of the KDE web development module.
+ See the 'kde' and 'kdewebdev' packages for more information.
+
+
+Package: kxsldbg
+Architecture: any
+Section: text
+Depends: ${shlibs:Depends}
+Description: graphical XSLT debugger for KDE
+ KXSLDbg is a debugger for XSLT scripts. It includes a graphical user
+ interface as well as a text-based debugger. KXSLDbg can be run as a
+ standalone application or as an embedded KDE part.
+ .
+ XSLT is an XML language for defining transformations of XML files from
+ XML to some other arbitrary format, such as XML, HTML, plain text, etc.,
+ using standard XSLT stylesheets.
+ .
+ This package is part of KDE, as a component of the KDE web development module.
+ See the 'kde' and 'kdewebdev' packages for more information.
+
+Package: kdewebdev-dbg
+Section: libdevel
+Architecture: any
+Depends: kdelibs-dbg
+Priority: extra
+Description: debugging symbols for kdewebdev
+ This package contains the debugging symbols associated with kdewebdev.
+ They will automatically be used by gdb for debugging kdewebdev-related
+ issues.
\ No newline at end of file

Modified: branches/kde4/packages/kdewebdev/debian/rules
===================================================================
--- branches/kde4/packages/kdewebdev/debian/rules	2007-12-30 01:41:03 UTC (rev 8660)
+++ branches/kde4/packages/kdewebdev/debian/rules	2007-12-30 01:48:14 UTC (rev 8661)
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
 
-export LDFLAGS+="-Wl,--as-needed"
 include debian/cdbs/kde.mk
 




More information about the pkg-kde-commits mailing list