Bug#469721: Wrote a patch

2008-04-30 Thread Folkert van Heusden
Thanks!

Really nice to see that people are really using my multitail program.
Especially that there are more then 5 people who use it is already
mindboggling.

On Thu, Mar 20, 2008 at 10:50:43PM +0100, Meike Reichle wrote:
 tags 469721 + patch
 
 thanks
 
 Hi
 
 I wrote a patch that should fix that problem. I removed the respective
 lines from the Makefile and installed the examples using dh_installexamples
 
 HTH,
 Meike

 diff -Nur multitail-5.2.0/debian/patches/01_makefile_fixes.dpatch 
 multitail-5.2.0_meike/debian/patches/01_makefile_fixes.dpatch
 --- multitail-5.2.0/debian/patches/01_makefile_fixes.dpatch   2008-03-20 
 22:46:38.0 +0100
 +++ multitail-5.2.0_meike/debian/patches/01_makefile_fixes.dpatch 
 2008-03-20 22:27:52.0 +0100
 @@ -5,10 +5,10 @@
  ## DP: No description.
  
  @DPATCH@
 -diff -urNad multitail-4.3.4~/Makefile multitail-4.3.4/Makefile
  multitail-4.3.4~/Makefile2007-03-20 14:32:22.0 +0100
 -+++ multitail-4.3.4/Makefile 2007-03-20 14:41:39.0 +0100
 -@@ -19,16 +19,14 @@
 +diff -urNad multitail-5.2.0~/Makefile multitail-5.2.0/Makefile
 +--- multitail-5.2.0~/Makefile2007-07-09 09:24:18.0 +0200
  multitail-5.2.0/Makefile 2008-03-20 22:27:49.0 +0100
 +@@ -19,17 +19,15 @@
   ccmalloc --no-wrapper $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o ccmultitail
   
   install: multitail
 @@ -23,10 +23,13 @@
  -### YOURSELF WITH THE NEW FILE
  -#
  -cp multitail.conf $(DESTDIR)/etc/multitail.conf.new
 +-mkdir -p $(DESTDIR)/etc/multitail/
 +-cp convert-* colors-* $(DESTDIR)/etc/multitail/
  +mkdir -p $(DESTDIR)/usr/share/doc/multitail
  +cp *.txt manual*.html $(DESTDIR)/usr/share/doc/multitail
 - mkdir -p $(DESTDIR)/etc/multitail/
 ++#mkdir -p $(DESTDIR)/etc/multitail/
  +cp multitail.conf $(DESTDIR)/etc/multitail.conf
 - cp convert-* colors-* $(DESTDIR)/etc/multitail/
 ++#cp convert-* colors-* $(DESTDIR)/etc/multitail/
   rm -f $(DESTDIR)/usr/share/man/man1/multitail.1.gz
   gzip -9 $(DESTDIR)/usr/share/man/man1/multitail.1
 + #
 diff -Nur multitail-5.2.0/debian/rules multitail-5.2.0_meike/debian/rules
 --- multitail-5.2.0/debian/rules  2008-03-20 22:46:38.0 +0100
 +++ multitail-5.2.0_meike/debian/rules2008-03-20 22:39:09.0 
 +0100
 @@ -61,6 +61,7 @@
   dh_installchangelogs 
   dh_installdocs
   dh_installman
 + dh_installexamples colors-example.pl colors-example.sh convert-geoip.pl 
 convert-simple.pl
   dh_link
   dh_strip
   dh_compress



Folkert van Heusden

-- 
Feeling generous? - http://www.vanheusden.com/wishlist.php
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469721: Wrote a patch

2008-03-20 Thread Meike Reichle
tags 469721 + patch

thanks

Hi

I wrote a patch that should fix that problem. I removed the respective
lines from the Makefile and installed the examples using dh_installexamples

HTH,
Meike
diff -Nur multitail-5.2.0/debian/patches/01_makefile_fixes.dpatch multitail-5.2.0_meike/debian/patches/01_makefile_fixes.dpatch
--- multitail-5.2.0/debian/patches/01_makefile_fixes.dpatch	2008-03-20 22:46:38.0 +0100
+++ multitail-5.2.0_meike/debian/patches/01_makefile_fixes.dpatch	2008-03-20 22:27:52.0 +0100
@@ -5,10 +5,10 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad multitail-4.3.4~/Makefile multitail-4.3.4/Makefile
 multitail-4.3.4~/Makefile	2007-03-20 14:32:22.0 +0100
-+++ multitail-4.3.4/Makefile	2007-03-20 14:41:39.0 +0100
-@@ -19,16 +19,14 @@
+diff -urNad multitail-5.2.0~/Makefile multitail-5.2.0/Makefile
+--- multitail-5.2.0~/Makefile	2007-07-09 09:24:18.0 +0200
 multitail-5.2.0/Makefile	2008-03-20 22:27:49.0 +0100
+@@ -19,17 +19,15 @@
  	ccmalloc --no-wrapper $(CC) -Wall -W $(OBJS) $(LDFLAGS) -o ccmultitail
  
  install: multitail
@@ -23,10 +23,13 @@
 -	### YOURSELF WITH THE NEW FILE
 -	#
 -	cp multitail.conf $(DESTDIR)/etc/multitail.conf.new
+-	mkdir -p $(DESTDIR)/etc/multitail/
+-	cp convert-* colors-* $(DESTDIR)/etc/multitail/
 +	mkdir -p $(DESTDIR)/usr/share/doc/multitail
 +	cp *.txt manual*.html $(DESTDIR)/usr/share/doc/multitail
- 	mkdir -p $(DESTDIR)/etc/multitail/
++	#mkdir -p $(DESTDIR)/etc/multitail/
 +	cp multitail.conf $(DESTDIR)/etc/multitail.conf
- 	cp convert-* colors-* $(DESTDIR)/etc/multitail/
++	#cp convert-* colors-* $(DESTDIR)/etc/multitail/
  	rm -f $(DESTDIR)/usr/share/man/man1/multitail.1.gz
  	gzip -9 $(DESTDIR)/usr/share/man/man1/multitail.1
+ 	#
diff -Nur multitail-5.2.0/debian/rules multitail-5.2.0_meike/debian/rules
--- multitail-5.2.0/debian/rules	2008-03-20 22:46:38.0 +0100
+++ multitail-5.2.0_meike/debian/rules	2008-03-20 22:39:09.0 +0100
@@ -61,6 +61,7 @@
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installman
+	dh_installexamples colors-example.pl colors-example.sh convert-geoip.pl convert-simple.pl
 	dh_link
 	dh_strip
 	dh_compress