| Submitter | Keng-Yu Lin |
|---|---|
| Date | Dec. 17, 2012, 8:08 a.m. |
| Message ID | <1355731684-3750-1-git-send-email-kengyu@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/206794/ |
| State | Accepted |
| Headers | show |
Comments
On 17/12/12 08:08, Keng-Yu Lin wrote: > Since the main mailing list is the most used one, no mail gets lost > or unattended if it goes there. > > Further Ubuntu dpkg-dev checks this field if there is any distro fix. > > If the package version has the suffix like -1ubuntu1, the mail needs > to be @ubuntu.com. If not, dpkg-source reports an error. > > Signed-off-by: Keng-Yu Lin <kengyu@canonical.com> > --- > debian/control | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/debian/control b/debian/control > index f299037..048b37c 100644 > --- a/debian/control > +++ b/debian/control > @@ -1,7 +1,7 @@ > Source: fwts > Section: devel > Priority: optional > -Maintainer: Firmware Testing Team <firmware-testing-team@lists.launchpad.net> > +Maintainer: Firmware Testing Team <fwts-devel@lists.ubuntu.com> > Uploaders: Colin King <colin.king@ubuntu.com>, Keng-Yu Lin <kengyu@ubuntu.com>, Alex Hung <alex.hung@canonical.com>, Chris Van Hoof <vanhoof@canonical.com>, Ivan Hu <ivan.hu@canonical.com> > Standards-Version: 3.9.3 > Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libpcre3-dev (>= 7.8), libjson0-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms >
On 12/17/2012 04:08 PM, Keng-Yu Lin wrote: > Since the main mailing list is the most used one, no mail gets lost > or unattended if it goes there. > > Further Ubuntu dpkg-dev checks this field if there is any distro fix. > > If the package version has the suffix like -1ubuntu1, the mail needs > to be @ubuntu.com. If not, dpkg-source reports an error. > > Signed-off-by: Keng-Yu Lin <kengyu@canonical.com> > --- > debian/control | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/debian/control b/debian/control > index f299037..048b37c 100644 > --- a/debian/control > +++ b/debian/control > @@ -1,7 +1,7 @@ > Source: fwts > Section: devel > Priority: optional > -Maintainer: Firmware Testing Team <firmware-testing-team@lists.launchpad.net> > +Maintainer: Firmware Testing Team <fwts-devel@lists.ubuntu.com> > Uploaders: Colin King <colin.king@ubuntu.com>, Keng-Yu Lin <kengyu@ubuntu.com>, Alex Hung <alex.hung@canonical.com>, Chris Van Hoof <vanhoof@canonical.com>, Ivan Hu <ivan.hu@canonical.com> > Standards-Version: 3.9.3 > Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libpcre3-dev (>= 7.8), libjson0-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms > Acked-by: Alex Hung <alex.hung@canonical.com>
Patch
diff --git a/debian/control b/debian/control index f299037..048b37c 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: fwts Section: devel Priority: optional -Maintainer: Firmware Testing Team <firmware-testing-team@lists.launchpad.net> +Maintainer: Firmware Testing Team <fwts-devel@lists.ubuntu.com> Uploaders: Colin King <colin.king@ubuntu.com>, Keng-Yu Lin <kengyu@ubuntu.com>, Alex Hung <alex.hung@canonical.com>, Chris Van Hoof <vanhoof@canonical.com>, Ivan Hu <ivan.hu@canonical.com> Standards-Version: 3.9.3 Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, libpcre3-dev (>= 7.8), libjson0-dev (>= 0.9), flex, bison, hardening-wrapper, dh-autoreconf, dkms
Since the main mailing list is the most used one, no mail gets lost or unattended if it goes there. Further Ubuntu dpkg-dev checks this field if there is any distro fix. If the package version has the suffix like -1ubuntu1, the mail needs to be @ubuntu.com. If not, dpkg-source reports an error. Signed-off-by: Keng-Yu Lin <kengyu@canonical.com> --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)