rev 13737 - in branches/kde3-legacy/kdebase/debian: . patches

Xavier Vello wdgt-guest at alioth.debian.org
Tue Feb 3 15:42:31 UTC 2009


Author: wdgt-guest
Date: 2009-02-03 15:42:31 +0000 (Tue, 03 Feb 2009)
New Revision: 13737

Added:
   branches/kde3-legacy/kdebase/debian/patches/99_strip.diff
Modified:
   branches/kde3-legacy/kdebase/debian/changelog
   branches/kde3-legacy/kdebase/debian/control
   branches/kde3-legacy/kdebase/debian/patches/97_automake_cleanup.diff
   branches/kde3-legacy/kdebase/debian/patches/series
   branches/kde3-legacy/kdebase/debian/rules
Log:
rename source to kdebase3
clean patches
added 99_strip.diff to strip some KCMs



Modified: branches/kde3-legacy/kdebase/debian/changelog
===================================================================
--- branches/kde3-legacy/kdebase/debian/changelog	2009-02-03 14:48:46 UTC (rev 13736)
+++ branches/kde3-legacy/kdebase/debian/changelog	2009-02-03 15:42:31 UTC (rev 13737)
@@ -1,4 +1,4 @@
-kdebase (4:3.5.9.dfsg.1-7) UNRELEASED; urgency=low
+kdebase3 (4:3.5.9.dfsg.1-7) UNRELEASED; urgency=low
 
   * kde3-legacy branch
 

Modified: branches/kde3-legacy/kdebase/debian/control
===================================================================
--- branches/kde3-legacy/kdebase/debian/control	2009-02-03 14:48:46 UTC (rev 13736)
+++ branches/kde3-legacy/kdebase/debian/control	2009-02-03 15:42:31 UTC (rev 13737)
@@ -1,4 +1,4 @@
-Source: kdebase
+Source: kdebase3
 Section: kde
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>

Modified: branches/kde3-legacy/kdebase/debian/patches/97_automake_cleanup.diff
===================================================================
--- branches/kde3-legacy/kdebase/debian/patches/97_automake_cleanup.diff	2009-02-03 14:48:46 UTC (rev 13736)
+++ branches/kde3-legacy/kdebase/debian/patches/97_automake_cleanup.diff	2009-02-03 15:42:31 UTC (rev 13737)
@@ -814,19 +814,6 @@
  
  SUBDIRS = . lock pics patterns programs init kwebdesktop
  
---- kdebase-3.5.9.dfsg.1/kdm/backend/Makefile.am	2008-03-08 19:05:46.000000000 +0200
-+++ kdebase-3.5.9.dfsg.1/kdm/backend/Makefile.am	2008-03-08 18:33:46.000000000 +0200
-@@ -3,8 +3,8 @@
- CPPFLAGS = $(USER_INCLUDES) $(X_INCLUDES) $(KRB4_INCS) $(KRB5_INCS) $(DBUS_INCS) -I.. -I../..
- LDFLAGS = $(USER_LDFLAGS) $(X_LDFLAGS) $(X_RPATH) $(KRB4_RPATH) $(KRB5_RPATH)
- LDADD = $(LIB_X11) -lXau $(LIBXDMCP) $(PASSWDLIBS) $(LIBSHADOW) $(LIBGEN) \
--    $(LIB_LIBS) $(KRB4_LIBS) $(KRB5_LIBS) $(DBUS_LIBS) $(LIBSOCKET) $(LIBRESOLV) \
--    $(LIBUCB) $(LIBUTIL) $(LIBPOSIX4)
-+    $(LIB_LIBS) $(KRB4_LIBS) $(KRB5_LIBS) $(DBUS_LIBS) $(LIBSOCKET) \
-+    $(LIBUCB) $(LIBPOSIX4)
- 
- bin_PROGRAMS = kdm
- kdm_SOURCES = \
 --- kdebase-3.5.9.dfsg.1/kdm/kfrontend/Makefile.am	2008-03-08 19:05:43.000000000 +0200
 +++ kdebase-3.5.9.dfsg.1/kdm/kfrontend/Makefile.am	2008-03-08 18:32:41.000000000 +0200
 @@ -9,7 +9,7 @@

Added: branches/kde3-legacy/kdebase/debian/patches/99_strip.diff
===================================================================
--- branches/kde3-legacy/kdebase/debian/patches/99_strip.diff	                        (rev 0)
+++ branches/kde3-legacy/kdebase/debian/patches/99_strip.diff	2009-02-03 15:42:31 UTC (rev 13737)
@@ -0,0 +1,22 @@
+--- a/kcontrol/Makefile.am
++++ b/kcontrol/Makefile.am
+@@ -28,12 +28,10 @@
+ endif
+ 
+ # 'colors' and 'fonts' should come after 'krdb'
+-SUBDIRS = bell background dnssd filetypes samba krdb input info ioslaveinfo kdm\
+-	kicker locale launch keys kio konq style kded \
+-	konqhtml ebrowsing arts kcontrol knotify\
+-	clock pics $(ACCESS_SUBDIR) colors energy fonts css \
+-	icons screensaver taskbar crypto privacy smserver \
+-	konsole spellchecking $(USBVIEW_SUBDIR) \
+-	$(KSMCARD_SUBDIR) nics $(FONTINST_SUBDIR) $(RANDR_SUBDIR) \
+-	componentchooser performance xinerama $(VIEW1394_SUBDIR) display kthememanager \
+-        $(JOYSTICK_SUBDIR)
++SUBDIRS = bell background dnssd filetypes samba krdb input info ioslaveinfo\
++	locale keys kio style kded \
++	konqhtml kcontrol knotify\
++	pics $(ACCESS_SUBDIR) colors fonts css \
++	icons crypto privacy \
++	spellchecking \
++	componentchooser kthememanager

Modified: branches/kde3-legacy/kdebase/debian/patches/series
===================================================================
--- branches/kde3-legacy/kdebase/debian/patches/series	2009-02-03 14:48:46 UTC (rev 13736)
+++ branches/kde3-legacy/kdebase/debian/patches/series	2009-02-03 15:42:31 UTC (rev 13737)
@@ -1,3 +1,4 @@
+99_strip.diff
 common/02_autotools_update.diff
 common/03_libtool_update.diff
 common/04_am_maintainer_mode.diff
@@ -20,3 +21,4 @@
 76_force_iocharset=iso8859-1_when_mounting_fat_disks.diff
 97_automake_cleanup.diff
 98_buildprep.diff
+99_strip.diff

Modified: branches/kde3-legacy/kdebase/debian/rules
===================================================================
--- branches/kde3-legacy/kdebase/debian/rules	2009-02-03 14:48:46 UTC (rev 13736)
+++ branches/kde3-legacy/kdebase/debian/rules	2009-02-03 15:42:31 UTC (rev 13737)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DO_NOT_COMPILE="drkonqi kappfinder kate kcheckpass kdebugdialog kdeeject kdepasswd kdesktop kdm kdmlib kfind khelpcenter khotkeys kicker klipper kmenuedit knetattach konqueror konsole kpager kpersonalizer kscreensaver ksmserver ksplashml kstart ksysguard ksystraycmd ktip kwin kxkb nsplugins"
+export DO_NOT_COMPILE="drkonqi kappfinder kate kcheckpass kcminit kdebugdialog kdeeject kdepasswd kdesktop kdm kdmlib kfind khelpcenter khotkeys kicker klipper kmenuedit knetattach konqueror konsole kpager kpersonalizer kscreensaver ksmserver ksplashml kstart ksysguard ksystraycmd ktip kwin kxkb nsplugins"
 
 DEB_DH_GENCONTROL_ARGS = $(DEB_DH_GENCONTROL_ARGS_ALL) $(DEB_DH_GENCONTROL_ARGS_$(cdbs_curpkg))
 UNEPOCHEDCURRENTVERSION := $(shell head -1 debian/changelog  | sed 's/[^(]*(\([^)]*\)).*/\1/'| sed 's/[[:digit:]]*://')




More information about the pkg-kde-commits mailing list