[Pkg-uml-commit] user-mode-linux: Changes to 'master'

Ritesh Raj Sarraf rrs at moszumanska.debian.org
Tue Nov 7 17:04:29 UTC 2017


 debian/changelog |    7 +++++++
 debian/control   |    2 +-
 debian/gbp.conf  |    2 ++
 debian/rules     |    2 +-
 4 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 36241bba3cd9e96bdb726bd0a74cdf1a5fdfbe64
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Tue Nov 7 21:54:17 2017 +0530

    Update changelog for release to Unstable

diff --git a/debian/changelog b/debian/changelog
index d5fca75..9bfbc5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+user-mode-linux (4.13-1um-1) unstable; urgency=medium
+
+  * [a1b6db8] Bump UML to newer 4.13 kernel (Closes: #880304)
+  * [c516bca] Add debian/gbp.conf
+
+ -- Ritesh Raj Sarraf <rrs at debian.org>  Tue, 07 Nov 2017 21:53:50 +0530
+
 user-mode-linux (4.9-1um-1) unstable; urgency=medium
 
   * [e2e3efe] New Linux Release: 4.9

commit c516bcafa98a154f49b152a60f78cd0c41d743c8
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Tue Nov 7 21:52:27 2017 +0530

    Add debian/gbp.conf

diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..beac2b8
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[dch]
+id-length = 7

commit a1b6db8d69904672803442623ba8dbc3beb7e53b
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Tue Nov 7 21:50:19 2017 +0530

    Bump UML to newer 4.13 kernel
    
    Closes: #880304

diff --git a/debian/control b/debian/control
index fad31d1..b2a2d66 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: user-mode-linux
 Section: kernel
 Priority: extra
 Maintainer: User Mode Linux Maintainers <pkg-uml-pkgs at lists.alioth.debian.org>
-Build-Depends: debhelper (>> 9.0.0), quilt, linux-source-4.9, docbook-to-man, xz-utils, m4, kmod, libvdeplug2-dev, libpcap-dev, bc, dpkg (>= 1.16.2), libssl-dev
+Build-Depends: debhelper (>> 9.0.0), quilt, linux-source-4.13, docbook-to-man, xz-utils, m4, kmod, libvdeplug2-dev, libpcap-dev, bc, dpkg (>= 1.16.2), libssl-dev
 Uploaders: Mattia Dongili <malattia at debian.org>, Ritesh Raj Sarraf <rrs at debian.org>
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-uml/user-mode-linux.git
diff --git a/debian/rules b/debian/rules
index 05391dd..40fa144 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 config_target:=oldconfig
-kernel_version:=4.9
+kernel_version:=4.13
 kernel_src:=linux-source-$(kernel_version)
 BUILT_USING := $(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W linux-source-$(kernel_version))
 debian:=$(CURDIR)/debian



More information about the Pkg-uml-commit mailing list