[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kdevelop



On the last episode (Friday 01 November 2002 12:02), Paolo Ulivi wrote:

It seems my previous message was lost in space, so I resend it:

===============================================================

> If someone can host them on the Net I can provide my diffs (< 5Kb), all

Please don't think I am stupid, drunk or whatseover, just stopped
smoking a couple of weeks ago and feeling very bad today...  :-(
You'll find my diffs attached to this message.

Just grab the tarball on kde.org (kdevelop-2.1.3_for_KDE_3.0.tar.bz2), 
unpack it in a temporary directory, rename the directory created by the 
unpacking to kdevelop-2.1.3 and, in the parent, copy the file *.diff.gz 
and issue the command:

gzip -cd *.diff.gz | patch -p0

Then cd kdevelop-2.1.3 and dpkg-buildpackage -b -uc -us

===============================================================

This time I send the diffs inline, not as a attachment:

kdevelop_2.1.3-1woody1_i386.changes
-----------------------------------

Format: 1.7
Date: Sun, 15 Sep 2002 16:07:00 +0200
Source: kdevelop
Binary: kdevelop kdevelop-doc kdevelop-data
Architecture: source all i386
Version: 4:2.1.3-1woody1
Distribution: unstable
Urgency: low
Maintainer: Norman Jordan <njordan@debian.org>
Changed-By: Paolo Ulivi <pulivi@libero.it>
Description: 
 kdevelop   - An IDE for Unix/X11
 kdevelop-data - Platform independent data files for the kdevelop package
 kdevelop-doc - Documentation for the kdevelop package
Changes: 
 kdevelop (4:2.1.3-1woody1) unstable; urgency=low
 .
   * New upstream version (from tarball 
kdevelop-2.1.3_for_KDE_3.0.tar.bz2).
   * This is the latest and final version of kdevelop 2.
   * Built from source for woody/stable adding AMD K6 optimizations.
   * Merged in debian/htdig.conf debian/README-htdig.Debian and
   * debian/README-automake1.5.Debian from kdevelop-2.1.2-0kde2.2-1
   * sources, which are the latest Debian sources at the moment.
Files: 
 411f8ac5fb24b9b4ef1152b30adb014a 478 devel optional 
kdevelop_2.1.3-1woody1.dsc
 71e716d85ad615d6ac292a744521e546 2139 devel optional 
kdevelop_2.1.3-1woody1.diff.gz
 fb4066c12c7b395817f09db948e3e0bb 1091074 devel optional 
kdevelop_2.1.3-1woody1_i386.deb
 6275d8c3af92d29caf942ebc5373ba24 533724 doc optional 
kdevelop-doc_2.1.3-1woody1_all.deb
 89dc774b675562ed1697659aca45b07e 1017900 devel optional 
kdevelop-data_2.1.3-1woody1_all.deb

kdevelop_2.1.3-1woody1.diff.gz
------------------------------

--- kdevelop-2.1.3.orig/debian/rules
+++ kdevelop-2.1.3/debian/rules
@@ -11,7 +11,7 @@
 ifeq ($(ARCH),alpha)
   COMPILER_FLAGS=CFLAGS="-O0 -mieee" CXXFLAGS="-O0 -mieee 
-ftemplate-depth-99"
 else
-  COMPILER_FLAGS=CXXFLAGS="-ftemplate-depth-99"
+  COMPILER_FLAGS=CXXFLAGS="-O3 -march=k6 -ffast-math -finline-functions 
-malign-functions=4"
 endif
 
 build: build-stamp
--- kdevelop-2.1.3.orig/debian/README-htdig.Debian
+++ kdevelop-2.1.3/debian/README-htdig.Debian
@@ -0,0 +1,20 @@
+The following steps describe howto get kdevelop to work with htdig.
+
+1. You will need a modified htdig. You can get Debian packages at
+http://people.debian.org/~njordan/kdevelop/htdig/
+
+2. Login as the user that will use KDevelop and do the following steps.
+
+3. Create the following directories if they don't already exist.
+~/.kde/share/apps/kdevelop/tools
+~/.kde/share/apps/kdevelop/htdig
+~/.kde/share/apps/kdevelop/htdig/db
+
+4. Copy the file /usr/share/doc/kdevelop/examples/htdig.conf 
~/.kde/share/apps/kdevelop/tools
+
+5. Edit the file ~/.kde/share/apps/kdevelop/tools/htdig.conf and change 
"HOMEDIR" to your home directory.
+
+6. Go through the KDevelop Setup again. It will take a while to index all 
of the documentation, so be patient.
+
+7. If you have problems, try editing the file 
~/.kde/share/config/kdeveloprc and delete the line beginning with 
"doc_kde=" and then rerun the KDevelop Setup again.
+
--- kdevelop-2.1.3.orig/debian/changelog
+++ kdevelop-2.1.3/debian/changelog
@@ -1,3 +1,14 @@
+kdevelop (4:2.1.3-1woody1) unstable; urgency=low
+
+  * New upstream version (from tarball 
kdevelop-2.1.3_for_KDE_3.0.tar.bz2).
+  * This is the latest and final version of kdevelop 2.
+  * Built from source for woody/stable adding AMD K6 optimizations.
+  * Merged in debian/htdig.conf debian/README-htdig.Debian and
+  * debian/README-automake1.5.Debian from kdevelop-2.1.2-0kde2.2-1
+  * sources, which are the latest Debian sources at the moment.
+
+ -- Paolo Ulivi <pulivi@libero.it>  Sun, 15 Sep 2002 16:07:00 +0200
+
 kdevelop (4:2.1.2-0.1) unstable; urgency=low
 
   * New upstream version (from CVS)
--- kdevelop-2.1.3.orig/debian/README-automake1.5.Debian
+++ kdevelop-2.1.3/debian/README-automake1.5.Debian
@@ -0,0 +1,22 @@
+If you have Automake 1.5 installed, then take note of the following.
+
+For Existing Projects
+---------------------
+You will need to copy the following files into the admin directory of 
your project if you have one
+
+/usr/share/doc/kdevelop/updates/conf.change.pl.gz
+/usr/share/doc/kdevelop/updates/config.pl.gz
+
+Make sure to uncompress the files after you have copied them.
+
+If you get errors when you run automake, then you will need to make sure 
that no variables are redefined in you Makefile.am files.
+For example you may need to change the following line in the toplevel 
Makefile.am
+
+EXTRA_DIST = admin
+
+to
+
+EXTRA_DIST += admin
+
+In other places you may need to comment out one of the definitions.
+
--- kdevelop-2.1.3.orig/debian/htdig.conf
+++ kdevelop-2.1.3/debian/htdig.conf
@@ -0,0 +1,66 @@
+#=======================================================================
+#
+# Example config file for ht://Dig.
+#
+database_dir:		/HOMEDIR/.kde/share/apps/kdevelop/htdig/db
+limit_urls_to:		file://
+exclude_urls:		/cgi-bin/ .cgi
+maintainer:		unconfigured@htdig.searchengine.maintainer
+max_head_length:	10000
+max_doc_size:		200000
+search_algorithm:	exact:1 synonyms:0.5 endings:0.1
+
+common_dir:	/HOMEDIR/.kde/share/apps/kdevelop/htdig/common
+maximum_pages:	1
+ignore_noindex: true
+
+#
+# The following are the templates used in the builtin search results
+# The default is to use compiled versions of these files, which produces
+# slightly faster results. However, uncommenting these lines makes it
+# very easy to change the format of search results.
+# See <http://www.htdig.org/hts_templates.html for more details.
+#
+# template_map: Long long ${common_dir}/long.html \
+#		Short short ${common_dir}/short.html
+# template_name: long
+
+#
+# The following are used to change the text for the page index.
+# The defaults are just boring text numbers.  These images spice
+# up the result pages quite a bit.  (Feel free to do whatever, though)
+#
+next_page_text:		<img src=/var/www/htdig/buttonr.png border=0 
align=middle width=30 height=30 alt=next>
+no_next_page_text:
+prev_page_text:		<img src=/var/www/htdig/buttonl.png border=0 
align=middle width=30 height=30 alt=prev>
+no_prev_page_text:
+page_number_text:	"<img src=/var/www/htdig/button1.gif border=0 
align=middle width=30 height=30 alt=1>" \
+			"<img src=/var/www/htdig/button2.png border=0 align=middle width=30 
height=30 alt=2>" \
+			"<img src=/var/www/htdig/button3.gif border=0 align=middle width=30 
height=30 alt=3>" \
+			"<img src=/var/www/htdig/button4.gif border=0 align=middle width=30 
height=30 alt=4>" \
+			"<img src=/var/www/htdig/button5.gif border=0 align=middle width=30 
height=30 alt=5>" \
+			"<img src=/var/www/htdig/button6.gif border=0 align=middle width=30 
height=30 alt=6>" \
+			"<img src=/var/www/htdig/button7.gif border=0 align=middle width=30 
height=30 alt=7>" \
+			"<img src=/var/www/htdig/button8.gif border=0 align=middle width=30 
height=30 alt=8>" \
+			"<img src=/var/www/htdig/button9.gif border=0 align=middle width=30 
height=30 alt=9>" \
+			"<img src=/var/www/htdig/button10.gif border=0 align=middle width=30 
height=30 alt=10>"
+#
+# To make the current page stand out, we will put a border arround the
+# image for that page.
+#
+no_page_number_text:	"<img src=/var/www/htdig/button1.png border=2 
align=middle width=30 height=30 alt=1>" \
+			"<img src=/var/www/htdig/button2.gif border=2 align=middle width=30 
height=30 alt=2>" \
+			"<img src=/var/www/htdig/button3.gif border=2 align=middle width=30 
height=30 alt=3>" \
+			"<img src=/var/www/htdig/button4.gif border=2 align=middle width=30 
height=30 alt=4>" \
+			"<img src=/var/www/htdig/button5.gif border=2 align=middle width=30 
height=30 alt=5>" \
+			"<img src=/var/www/htdig/button6.gif border=2 align=middle width=30 
height=30 alt=6>" \
+			"<img src=/var/www/htdig/button7.gif border=2 align=middle width=30 
height=30 alt=7>" \
+			"<img src=/var/www/htdig/button8.gif border=2 align=middle width=30 
height=30 alt=8>" \
+			"<img src=/var/www/htdig/button9.gif border=2 align=middle width=30 
height=30 alt=9>" \
+			"<img src=/var/www/htdig/button10.gif border=2 align=middle width=30 
height=30 alt=10>"
+
+star_image:	file://localhost/var/www/htdig/star.png
+star_blank:	file://localhost/var/www/htdig/star_blank.png
+
+# local variables:
+local_urls: file://localhost=

P.S. After cutting&pasting the above, please restore the resulting file, 
since the mailer wrapped the lines at 74,  sorry for this inconvenience.

Ciao,
Paolo

-- 
If Linux is not Unix then Windows are not Gates
                         Anonymous, XXI Century



Reply to: