Message ID | 20200609180044.500230-1-sergio.durigan@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Separate binary names using comma in mount.cifs.rst | expand |
Merged. Thanks! -- Best regards, Pavel Shilovsky вт, 9 июн. 2020 г. в 11:03, Sergio Durigan Junior <sergio.durigan@canonical.com>: > > According to lexgrog(1), when a manpage refers to multiple programs > their names should be separated using a comma and a whitespace. This > helps silence a lintian warning when building cifs-utils on Debian. > > Signed-off-by: Sergio Durigan Junior <sergio.durigan@canonical.com> > --- > mount.cifs.rst | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/mount.cifs.rst b/mount.cifs.rst > index 354269b..6ad84f1 100644 > --- a/mount.cifs.rst > +++ b/mount.cifs.rst > @@ -1,6 +1,6 @@ > -===================== > -mount.cifs mount.smb3 > -===================== > +====================== > +mount.cifs, mount.smb3 > +====================== > > -------------------------------------------------- > mount using the Common Internet File System (CIFS) > -- > 2.25.1 >
On Friday, August 28 2020, Pavel Shilovsky wrote:
> Merged. Thanks!
Thanks for the reply, Pavel!
I'm writing because I don't see my patch merged in the git repository.
I noticed that there was a cifs-utils release recently, and
unfortunately the patch wasn't included. Can you double-check this,
please?
Thanks!
Hi Sergio, The recent release included only a security fix -- see details below: https://lists.samba.org/archive/samba-technical/2020-September/135747.html I am planning to make another release soon which will contain all patches merged into next branch: https://github.com/piastry/cifs-utils/commits/next Your patch is already there, so it will be included into 6.12. -- Best regards, Pavel Shilovsky пн, 21 дек. 2020 г. в 14:52, Sergio Durigan Junior <sergio.durigan@canonical.com>: > > On Friday, August 28 2020, Pavel Shilovsky wrote: > > > Merged. Thanks! > > Thanks for the reply, Pavel! > > I'm writing because I don't see my patch merged in the git repository. > I noticed that there was a cifs-utils release recently, and > unfortunately the patch wasn't included. Can you double-check this, > please? > > Thanks! > > -- > Sergio > GPG key ID: E92F D0B3 6B14 F1F4 D8E0 EB2F 106D A1C8 C3CB BF14
On Monday, December 28 2020, Pavel Shilovsky wrote: > Hi Sergio, > > The recent release included only a security fix -- see details below: > > https://lists.samba.org/archive/samba-technical/2020-September/135747.html > > I am planning to make another release soon which will contain all > patches merged into next branch: > > https://github.com/piastry/cifs-utils/commits/next > > Your patch is already there, so it will be included into 6.12. Ah, thanks so much for the reply :-).
diff --git a/mount.cifs.rst b/mount.cifs.rst index 354269b..6ad84f1 100644 --- a/mount.cifs.rst +++ b/mount.cifs.rst @@ -1,6 +1,6 @@ -===================== -mount.cifs mount.smb3 -===================== +====================== +mount.cifs, mount.smb3 +====================== -------------------------------------------------- mount using the Common Internet File System (CIFS)
According to lexgrog(1), when a manpage refers to multiple programs their names should be separated using a comma and a whitespace. This helps silence a lintian warning when building cifs-utils on Debian. Signed-off-by: Sergio Durigan Junior <sergio.durigan@canonical.com> --- mount.cifs.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)