mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] wireshark: fix juergen beiserts mail address
@ 2014-01-26 10:25 Alexander Aring
  2014-01-27  8:53 ` Juergen Beisert
  2014-01-30  8:48 ` Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Aring @ 2014-01-26 10:25 UTC (permalink / raw)
  To: ptxdist; +Cc: j.beisert, Alexander Aring

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
---
detected while starring on ptxdist output :-)

 rules/wireshark.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/wireshark.make b/rules/wireshark.make
index fbf666f..9f117f5 100644
--- a/rules/wireshark.make
+++ b/rules/wireshark.make
@@ -74,7 +74,7 @@ $(STATEDIR)/wireshark.targetinstall:
 	@$(call install_init, wireshark)
 	@$(call install_fixup, wireshark,PRIORITY,optional)
 	@$(call install_fixup, wireshark,SECTION,base)
-	@$(call install_fixup, wireshark,AUTHOR,"Juergen Beisert <j.bisert@pengutronix.de>")
+	@$(call install_fixup, wireshark,AUTHOR,"Juergen Beisert <j.beisert@pengutronix.de>")
 	@$(call install_fixup, wireshark,DESCRIPTION,missing)
 #
 # executables
-- 
1.8.5.3


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] wireshark: fix juergen beiserts mail address
  2014-01-26 10:25 [ptxdist] [PATCH] wireshark: fix juergen beiserts mail address Alexander Aring
@ 2014-01-27  8:53 ` Juergen Beisert
  2014-01-30  8:48 ` Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Juergen Beisert @ 2014-01-27  8:53 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Aring

On Sunday 26 January 2014 11:25:12 Alexander Aring wrote:
> Signed-off-by: Alexander Aring <alex.aring@gmail.com>
> ---
> detected while starring on ptxdist output :-)
>
>  rules/wireshark.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rules/wireshark.make b/rules/wireshark.make
> index fbf666f..9f117f5 100644
> --- a/rules/wireshark.make
> +++ b/rules/wireshark.make
> @@ -74,7 +74,7 @@ $(STATEDIR)/wireshark.targetinstall:
>  	@$(call install_init, wireshark)
>  	@$(call install_fixup, wireshark,PRIORITY,optional)
>  	@$(call install_fixup, wireshark,SECTION,base)
> -	@$(call install_fixup, wireshark,AUTHOR,"Juergen Beisert <j.bisert@pengutronix.de>")
> +	@$(call install_fixup, wireshark,AUTHOR,"Juergen Beisert <j.beisert@pengutronix.de>")
>  	@$(call install_fixup, wireshark,DESCRIPTION,missing)
>  #
>  # executables

\o/

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] wireshark: fix juergen beiserts mail address
  2014-01-26 10:25 [ptxdist] [PATCH] wireshark: fix juergen beiserts mail address Alexander Aring
  2014-01-27  8:53 ` Juergen Beisert
@ 2014-01-30  8:48 ` Michael Olbrich
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2014-01-30  8:48 UTC (permalink / raw)
  To: ptxdist

On Sun, Jan 26, 2014 at 11:25:12AM +0100, Alexander Aring wrote:
> Signed-off-by: Alexander Aring <alex.aring@gmail.com>
> ---
> detected while starring on ptxdist output :-)
> 

Thanks, applied.

Michael

>  rules/wireshark.make | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/rules/wireshark.make b/rules/wireshark.make
> index fbf666f..9f117f5 100644
> --- a/rules/wireshark.make
> +++ b/rules/wireshark.make
> @@ -74,7 +74,7 @@ $(STATEDIR)/wireshark.targetinstall:
>  	@$(call install_init, wireshark)
>  	@$(call install_fixup, wireshark,PRIORITY,optional)
>  	@$(call install_fixup, wireshark,SECTION,base)
> -	@$(call install_fixup, wireshark,AUTHOR,"Juergen Beisert <j.bisert@pengutronix.de>")
> +	@$(call install_fixup, wireshark,AUTHOR,"Juergen Beisert <j.beisert@pengutronix.de>")
>  	@$(call install_fixup, wireshark,DESCRIPTION,missing)
>  #
>  # executables
> -- 
> 1.8.5.3
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-30  8:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-26 10:25 [ptxdist] [PATCH] wireshark: fix juergen beiserts mail address Alexander Aring
2014-01-27  8:53 ` Juergen Beisert
2014-01-30  8:48 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox