rev 8157 - branches/kde4/packages/kdebase/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Fri Dec 7 16:07:35 UTC 2007


Author: ana
Date: 2007-12-07 16:07:35 +0000 (Fri, 07 Dec 2007)
New Revision: 8157

Removed:
   branches/kde4/packages/kdebase/debian/kdebase-kio-plugins.install
   branches/kde4/packages/kdebase/debian/knetattach.install
Modified:
   branches/kde4/packages/kdebase/debian/changelog
   branches/kde4/packages/kdebase/debian/control
   branches/kde4/packages/kdebase/debian/rules
Log:
+  * Remove empty packages knetattach and kdebase-kio-plugins.
+  * Add export LDFLAGS+="-Wl,--as-needed" in rules to make dpkg-shlibdeps
+    happier.



Modified: branches/kde4/packages/kdebase/debian/changelog
===================================================================
--- branches/kde4/packages/kdebase/debian/changelog	2007-12-07 15:49:51 UTC (rev 8156)
+++ branches/kde4/packages/kdebase/debian/changelog	2007-12-07 16:07:35 UTC (rev 8157)
@@ -7,6 +7,9 @@
     - Update *.install files.
   * Update Standards-Version to 3.7.3.
   * Remove README about beta packages, they are supposed to be stable now.
+  * Remove empty packages knetattach and kdebase-kio-plugins. 
+  * Add export LDFLAGS+="-Wl,--as-needed" in rules to make dpkg-shlibdeps
+    happier.
 
   +++ Changes by Armin Berres:
 

Modified: branches/kde4/packages/kdebase/debian/control
===================================================================
--- branches/kde4/packages/kdebase/debian/control	2007-12-07 15:49:51 UTC (rev 8156)
+++ branches/kde4/packages/kdebase/debian/control	2007-12-07 16:07:35 UTC (rev 8157)
@@ -12,10 +12,9 @@
 Architecture: all
 Depends: dolphin (>= ${binary:Version}), kappfinder (>= ${binary:Version}), 
  kdebase-bin (>= ${binary:Version}), kdebase-data (>= ${binary:Version}), 
- kdebase-kio-plugins (>= ${binary:Version}), kdepasswd (>= ${binary:Version}), 
- kfind (>= ${binary:Version}), knetattach (>= ${binary:Version}),
- konqueror-nsplugins (>= ${binary:Version}), konqueror (>= ${binary:Version}),
- konsole (>= ${binary:Version}), kwrite (>= ${binary:Version}),
+ kdepasswd (>= ${binary:Version}), kfind (>= ${binary:Version}), 
+ konqueror-nsplugins (>= ${binary:Version}), konqueror (>= ${binary:Version}), 
+ konsole (>= ${binary:Version}), kwrite (>= ${binary:Version}), 
  libkonq5 (>= ${binary:Version})
 Recommends: kdm (>= ${binary:Version})
 Description: base components from the official KDE release
@@ -88,22 +87,6 @@
  This package is part of KDE, and a component of the KDE base module.
  See the 'kde' and 'kdebase' packages for more information.
 
-Package: kdebase-kio-plugins
-Section: kde
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: core I/O slaves for KDE
- This package includes the base kioslaves. They include, amongst many others,
- file, http, ftp, smtp, pop and imap.
- .
- It also includes the media kioslave, which handles removable devices, and
- which works best with hal (and therefore udev) and pmount. Media also extends
- the functionality of many other kioslaves. To use this service, please make
- sure that your user is a member of the plugdev group.
- .
- This package is part of KDE, and a component of the KDE base module.
- See the 'kde' and 'kdebase' packages for more information.
-
 Package: kdepasswd
 Section: kde
 Architecture: any
@@ -125,17 +108,6 @@
  This package is part of KDE, and a component of the KDE base module.
  See the 'kde' and 'kdebase' packages for more information.
 
-Package: knetattach
-Section: kde
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: KDE network wizard
- KNetAttach is an application which makes it easier to integrate your network
- resources with your KDE Desktop.
- .
- This package is part of KDE, and a component of the KDE base module.
- See the 'kde' and 'kdebase' packages for more information.
-
 Package: konqueror
 Section: kde
 Architecture: any

Deleted: branches/kde4/packages/kdebase/debian/kdebase-kio-plugins.install

Deleted: branches/kde4/packages/kdebase/debian/knetattach.install

Modified: branches/kde4/packages/kdebase/debian/rules
===================================================================
--- branches/kde4/packages/kdebase/debian/rules	2007-12-07 15:49:51 UTC (rev 8156)
+++ branches/kde4/packages/kdebase/debian/rules	2007-12-07 16:07:35 UTC (rev 8157)
@@ -1,3 +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