[pkg-kde-commits] rev 2692 - in kde-extras/rsibreak/trunk/debian: . patches

Achim Bohnet ach-guest at costa.debian.org
Wed Dec 21 01:17:56 UTC 2005


Author: ach-guest
Date: 2005-12-21 01:17:55 +0000 (Wed, 21 Dec 2005)
New Revision: 2692

Added:
   kde-extras/rsibreak/trunk/debian/patches/11_fix_used_libs.diff.patch
Modified:
   kde-extras/rsibreak/trunk/debian/changelog
Log:
rsibreak:
  * patches/11_fix_used_libs.diff.patch: Replace LIB_XSS
    with -lXss.  LIB_XSS pulls in unnecessary libXext dependency
  * relibtoolisation entry in changelog

Modified: kde-extras/rsibreak/trunk/debian/changelog
===================================================================
--- kde-extras/rsibreak/trunk/debian/changelog	2005-12-20 22:06:12 UTC (rev 2691)
+++ kde-extras/rsibreak/trunk/debian/changelog	2005-12-21 01:17:55 UTC (rev 2692)
@@ -2,13 +2,20 @@
 
   [ Achim Bohnet ]
   * Add Tom Albers, the upstream author, to uploaders
+  * rsibreak: the usual diffs from common-patches + buildprep
+  * add buildprep target to debian/rules instead of the kde.mk
+    from pkg-kde to get create-buildprep working
+  * patches/11_fix_used_libs.diff.patch: Replace LIB_XSS
+    with -lXss.  LIB_XSS pulls in unnecessary libXext dependency
 
   [ Tom Albers ]
   * New upstream release. Implements wish reports
     + would like a 'pause' feature (Closes: #341212)
     + tuning ideas (Closes: #341214)
+  * patches/10_add_newline_to_AUTHORS.diff to add missing final
+    newline
 
- -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 20 Dec 2005 00:31:43 +0100
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 21 Dec 2005 02:14:38 +0100
 
 rsibreak (0.0.3-1) unstable; urgency=low
 

Added: kde-extras/rsibreak/trunk/debian/patches/11_fix_used_libs.diff.patch
===================================================================
--- kde-extras/rsibreak/trunk/debian/patches/11_fix_used_libs.diff.patch	2005-12-20 22:06:12 UTC (rev 2691)
+++ kde-extras/rsibreak/trunk/debian/patches/11_fix_used_libs.diff.patch	2005-12-21 01:17:55 UTC (rev 2692)
@@ -0,0 +1,12 @@
+diff -Nur rsibreak-0.4.0/rsibreak/src/Makefile.am rsibreak-0.4.0.new/rsibreak/src/Makefile.am
+--- rsibreak-0.4.0/rsibreak/src/Makefile.am	2005-12-16 20:05:15.000000000 +0100
++++ rsibreak-0.4.0.new/rsibreak/src/Makefile.am	2005-12-21 01:47:01.000000000 +0100
+@@ -26,7 +26,7 @@
+ 	main.cpp rsiwidget.cpp rsitimer.cpp rsipopup.cpp setuppopup.cpp \
+     setupmaximized.cpp
+ rsibreak_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+-rsibreak_LDADD = $(LIB_KDEUI) $(LIB_KIO) $(LIBXSS)
++rsibreak_LDADD = $(LIB_KDEUI) $(LIB_KIO) -lXss
+ 
+ # this is where the desktop file will go
+ xdg_apps_DATA = rsibreak.desktop


Property changes on: kde-extras/rsibreak/trunk/debian/patches/11_fix_used_libs.diff.patch
___________________________________________________________________
Name: svn:mime-type
   + text/x-patch




More information about the pkg-kde-commits mailing list