summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--man/dh_xul-ext.14
-rw-r--r--man/install-xpi.14
-rw-r--r--man/moz-version.14
-rw-r--r--man/xpi-repack.14
-rwxr-xr-xsrc/dh_xul-ext2
-rwxr-xr-xsrc/install-xpi2
-rwxr-xr-xsrc/moz-version2
-rw-r--r--src/moz_version.py2
-rwxr-xr-xsrc/xpi-repack2
-rw-r--r--src/xpi.mk2
-rwxr-xr-xtests/test-moz-version2
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 <bdrung@debian.org> 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 <bdrung@ubuntu.com>
+.\"Copyright (c) 2010 Benjamin Drung <bdrung@debian.org>
.\"
.\"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 <bdrung@gmail.com>
+Benjamin Drung <bdrung@debian.org>
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 <bdrung@ubuntu.com>
+.\"Copyright (c) 2010 Benjamin Drung <bdrung@debian.org>
.\"
.\"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 <bdrung@gmail.com>
+Benjamin Drung <bdrung@debian.org>
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 <bdrung@ubuntu.com>
+.\"Copyright (c) 2009 Benjamin Drung <bdrung@debian.org>
.\"
.\"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 <bdrung@gmail.com>
+Benjamin Drung <bdrung@debian.org>
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 <bdrung@ubuntu.com>
+.\"Copyright (c) 2010 Benjamin Drung <bdrung@debian.org>
.\"
.\"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 <bdrung@gmail.com>
+Benjamin Drung <bdrung@debian.org>
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 <bdrung@ubuntu.com>
+# Copyright (c) 2009-2011, Benjamin Drung <bdrung@debian.org>
#
# 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 <bdrung@ubuntu.com>
+# Copyright (c) 2009 Benjamin Drung <bdrung@debian.org>
#
# 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 <bdrung@ubuntu.com>
+# Copyright (c) 2009 Benjamin Drung <bdrung@debian.org>
#
# 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 <bdrung@ubuntu.com>
+# Copyright (c) 2009 Benjamin Drung <bdrung@debian.org>
#
# 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 <bdrung@ubuntu.com>
+# Copyright (c) 2010 Benjamin Drung <bdrung@debian.org>
#
# 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 <asac@ubuntu.com>
# Fabien Tassin <fta@sofaraway.org>
-# Benjamin Drung <bdrung@ubuntu.com>
+# Benjamin Drung <bdrung@debian.org>
#
# 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 <bdrung@ubuntu.com>
+# Copyright (c) 2010 Benjamin Drung <bdrung@debian.org>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal