From f99e1341db9979e7edad31c14a769173e4dc1f9c Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Sat, 16 Jul 2011 18:30:42 +0200 Subject: Update and fix my email addresses. --- debian/changelog | 1 + man/dh_xul-ext.1 | 4 ++-- man/install-xpi.1 | 4 ++-- man/moz-version.1 | 4 ++-- man/xpi-repack.1 | 4 ++-- src/dh_xul-ext | 2 +- src/install-xpi | 2 +- src/moz-version | 2 +- src/moz_version.py | 2 +- src/xpi-repack | 2 +- src/xpi.mk | 2 +- tests/test-moz-version | 2 +- 12 files changed, 16 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index b5ab751..f442ee6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ mozilla-devscripts (0.27) UNRELEASED; urgency=low (Closes: #632895). * Add an --all parameter to dh_xul-ext to make packages that work with every browser they can actually work with (Closes: #610499). + * Update and fix my email addresses. -- Benjamin Drung Sat, 09 Jul 2011 11:07:58 +0200 diff --git a/man/dh_xul-ext.1 b/man/dh_xul-ext.1 index b54fa95..c90ea6f 100644 --- a/man/dh_xul-ext.1 +++ b/man/dh_xul-ext.1 @@ -1,4 +1,4 @@ -.\"Copyright (c) 2010 Benjamin Drung +.\"Copyright (c) 2010 Benjamin Drung .\" .\"Permission is hereby granted, free of charge, to any person obtaining a copy .\"of this software and associated documentation files (the "Software"), to deal @@ -47,4 +47,4 @@ provided, all package listed in the control file will be processed. \fB\-v\fR, \fB\-\-verbose\fR Print more information. .SH AUTHOR -Benjamin Drung +Benjamin Drung diff --git a/man/install-xpi.1 b/man/install-xpi.1 index 11634a1..839c8ca 100644 --- a/man/install-xpi.1 +++ b/man/install-xpi.1 @@ -1,4 +1,4 @@ -.\"Copyright (c) 2010 Benjamin Drung +.\"Copyright (c) 2010 Benjamin Drung .\" .\"Permission is hereby granted, free of charge, to any person obtaining a copy .\"of this software and associated documentation files (the "Software"), to deal @@ -79,4 +79,4 @@ Files with names like copying, licence, or license will not be installed. \fB\-v\fR, \fB\-\-verbose\fR Print more information. .SH AUTHOR -Benjamin Drung +Benjamin Drung diff --git a/man/moz-version.1 b/man/moz-version.1 index 7eb68d6..510ae7b 100644 --- a/man/moz-version.1 +++ b/man/moz-version.1 @@ -1,4 +1,4 @@ -.\"Copyright (c) 2009 Benjamin Drung +.\"Copyright (c) 2009 Benjamin Drung .\" .\"Permission is hereby granted, free of charge, to any person obtaining a copy .\"of this software and associated documentation files (the "Software"), to deal @@ -55,4 +55,4 @@ Do not print anything and die silent on errors. \fB\-v\fR, \fB\-\-verbose\fR Print more information. .SH AUTHOR -Benjamin Drung +Benjamin Drung diff --git a/man/xpi-repack.1 b/man/xpi-repack.1 index 657b3f7..86cf8d3 100644 --- a/man/xpi-repack.1 +++ b/man/xpi-repack.1 @@ -1,4 +1,4 @@ -.\"Copyright (c) 2010 Benjamin Drung +.\"Copyright (c) 2010 Benjamin Drung .\" .\"Permission is hereby granted, free of charge, to any person obtaining a copy .\"of this software and associated documentation files (the "Software"), to deal @@ -50,4 +50,4 @@ specify this parameter. \fB\-v\fR, \fB\-\-verbose\fR Print more information. .SH AUTHOR -Benjamin Drung +Benjamin Drung diff --git a/src/dh_xul-ext b/src/dh_xul-ext index 844ef7b..26bc0d5 100755 --- a/src/dh_xul-ext +++ b/src/dh_xul-ext @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2009-2010, Benjamin Drung +# Copyright (c) 2009-2011, Benjamin Drung # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/src/install-xpi b/src/install-xpi index 0c7b6f7..024c5c8 100755 --- a/src/install-xpi +++ b/src/install-xpi @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2009 Benjamin Drung +# Copyright (c) 2009 Benjamin Drung # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/moz-version b/src/moz-version index 85ec81a..07c3d6b 100755 --- a/src/moz-version +++ b/src/moz-version @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2009 Benjamin Drung +# Copyright (c) 2009 Benjamin Drung # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/moz_version.py b/src/moz_version.py index b65f678..29c8c9a 100644 --- a/src/moz_version.py +++ b/src/moz_version.py @@ -1,4 +1,4 @@ -# Copyright (c) 2009 Benjamin Drung +# Copyright (c) 2009 Benjamin Drung # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/xpi-repack b/src/xpi-repack index 0852dfc..5f24add 100755 --- a/src/xpi-repack +++ b/src/xpi-repack @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2010 Benjamin Drung +# Copyright (c) 2010 Benjamin Drung # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/xpi.mk b/src/xpi.mk index e1324aa..77b8720 100644 --- a/src/xpi.mk +++ b/src/xpi.mk @@ -3,7 +3,7 @@ # Copyright (c) 2008-2009 Canonical Ltd. # Author(s): Alexander Sack # Fabien Tassin -# Benjamin Drung +# Benjamin Drung # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/tests/test-moz-version b/tests/test-moz-version index db6c282..3b787dc 100755 --- a/tests/test-moz-version +++ b/tests/test-moz-version @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2010 Benjamin Drung +# Copyright (c) 2010 Benjamin Drung # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal -- cgit v1.2.3