All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 1/2] debian: Bump Standards-Version to 4.1.3
@ 2018-01-04 14:27 Benjamin Drung
       [not found] ` <20180104142751.32705-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Drung @ 2018-01-04 14:27 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Drung

No changes are needed to support the new Debian policy version. See
https://www.debian.org/doc/debian-policy/ for details.

Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 27d23791..2342b623 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: cmake (>= 2.8.11),
                pkg-config,
                python,
                valgrind [!alpha !armel !hppa !m68k !powerpcspe !sh4 !sparc64 !x32]
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Vcs-Git: https://github.com/linux-rdma/rdma-core.git
 Vcs-Browser: https://github.com/linux-rdma/rdma-core
 Homepage: https://github.com/linux-rdma/rdma-core
-- 
2.14.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH rdma-core 2/2] debian: Update changelog to include Debian uploads 16.x
       [not found] ` <20180104142751.32705-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
@ 2018-01-04 14:27   ` Benjamin Drung
  2018-01-09 11:21   ` [PATCH rdma-core 1/2] debian: Bump Standards-Version to 4.1.3 Leon Romanovsky
  1 sibling, 0 replies; 3+ messages in thread
From: Benjamin Drung @ 2018-01-04 14:27 UTC (permalink / raw)
  To: linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Benjamin Drung

rdma-core 16.0-1 and 16.1-1 were uploaded to Debian unstable.
Include the changelogs from these uploads and update the timestamp from
the top commit.

Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
---
 debian/changelog | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 597deefe..7aa1408d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,24 @@
-rdma-core (17.0-1) unstable; urgency=low
+rdma-core (17.0-1) unstable; urgency=medium
 
   * New upstream release.
 
- -- Jason Gunthorpe <jgg-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>  Tue, 14 Nov 2017 12:24:09 +0100
+ -- Jason Gunthorpe <jgg-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>  Thu, 04 Jan 2018 15:25:06 +0100
+
+rdma-core (16.1-1) unstable; urgency=medium
+
+  * New upstream bugfix release.
+  * Bump Standards-Version to 4.1.3 (no changes needed)
+  * Add udev dependency to rdma-core and srptools
+
+ -- Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>  Thu, 04 Jan 2018 14:42:26 +0100
+
+rdma-core (16.0-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Update private libibverbs symbols
+  * Bump Standards-Version to 4.1.2 (no changes needed)
+
+ -- Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>  Tue, 12 Dec 2017 11:01:38 +0100
 
 rdma-core (15.1-1) unstable; urgency=medium
 
-- 
2.14.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH rdma-core 1/2] debian: Bump Standards-Version to 4.1.3
       [not found] ` <20180104142751.32705-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
  2018-01-04 14:27   ` [PATCH rdma-core 2/2] debian: Update changelog to include Debian uploads 16.x Benjamin Drung
@ 2018-01-09 11:21   ` Leon Romanovsky
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Romanovsky @ 2018-01-09 11:21 UTC (permalink / raw)
  To: Benjamin Drung; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]

On Thu, Jan 04, 2018 at 03:27:50PM +0100, Benjamin Drung wrote:
> No changes are needed to support the new Debian policy version. See
> https://www.debian.org/doc/debian-policy/ for details.
>
> Signed-off-by: Benjamin Drung <benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
> ---
>  debian/control | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Thanks, both commits applied.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2018-01-09 11:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-04 14:27 [PATCH rdma-core 1/2] debian: Bump Standards-Version to 4.1.3 Benjamin Drung
     [not found] ` <20180104142751.32705-1-benjamin.drung-EIkl63zCoXaH+58JC4qpiA@public.gmane.org>
2018-01-04 14:27   ` [PATCH rdma-core 2/2] debian: Update changelog to include Debian uploads 16.x Benjamin Drung
2018-01-09 11:21   ` [PATCH rdma-core 1/2] debian: Bump Standards-Version to 4.1.3 Leon Romanovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.