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

Ritesh Raj Sarraf rrs at moszumanska.debian.org
Sat Jul 16 16:33:03 UTC 2016


 debian/changelog |   19 +++++++++++++++++++
 debian/compat    |    2 +-
 debian/control   |   11 ++++++-----
 debian/rules     |    2 +-
 4 files changed, 27 insertions(+), 7 deletions(-)

New commits:
commit 6c6cc56e5c4053b2d66fe9042c4c3506f0ddcd18
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Sat Jul 16 21:54:05 2016 +0530

    Update changelog and prepare for release to Unstable

diff --git a/debian/changelog b/debian/changelog
index f91470c..f750497 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,22 @@
+user-mode-linux (4.6-1um-1) unstable; urgency=medium
+
+  The "DebConf 16 Recharged" Release
+
+  * Initial bump to start work on 4.6 kernel
+  * Replace module-init-tools with the new (superseeding) kmod tool
+  * Update kernel version in debian/rules
+  * Update kernel config files with new features
+  * Add libssl-dev to build depends. Needed to compile newer kernels
+  * Promote uml-utilities to Recommends. The UML team has plans to continue
+    maintaining it. Thanks Mattia
+  * Bump debhelper compatibility to 9
+  * Fix Vcs URLs to secure ones
+  * Replace deprecated dh_clean with dh_prep
+  * Bump Standards Version to 3.9.8
+  * Fix Vcs URL to be canonical
+
+ -- Ritesh Raj Sarraf <rrs at debian.org>  Sat, 16 Jul 2016 21:48:06 +0530
+
 user-mode-linux (3.12-1um-1) unstable; urgency=high
 
   * New upstream release (Closes: #733351) - aka. I wish there was a better

commit 1391628c8ab3c31c2dd72660d3402abfff09c27f
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Sat Jul 16 21:27:38 2016 +0530

    Fix Vcs URL to be canonical

diff --git a/debian/control b/debian/control
index a995383..4df16ab 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: User Mode Linux Maintainers <pkg-uml-pkgs at lists.alioth.debian.org>
 Build-Depends: debhelper (>> 9.0.0), quilt, linux-source-4.6, 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://git.debian.org/git/pkg-uml/user-mode-linux.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-uml/user-mode-linux.git
 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-uml/user-mode-linux.git
 
 

commit 5c62cf8d77d24af09bb44f7738abe3f73b2709e6
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Sat Jul 16 21:22:36 2016 +0530

    Bump Standards Version to 3.9.8

diff --git a/debian/control b/debian/control
index a940959..a995383 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ 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.6, 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.4
+Standards-Version: 3.9.8
 Vcs-Git: https://git.debian.org/git/pkg-uml/user-mode-linux.git
 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-uml/user-mode-linux.git
 

commit 1c84174d766e37bc9b8794b30a619bfce0613751
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Sat Jul 16 21:21:59 2016 +0530

    Replace deprecated dh_clean with dh_prep

diff --git a/debian/rules b/debian/rules
index ae8b865..62bf42a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,7 +94,7 @@ unpatch:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs usr/bin usr/lib/uml usr/share/doc/user-mode-linux
 	install -D -m 0644 debian/user-mode-linux.lintian debian/user-mode-linux/usr/share/lintian/overrides/user-mode-linux
 

commit 99016537f6d9f34bd51e4573f6c926652a470634
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Sat Jul 16 21:06:12 2016 +0530

    Fix Vcs URLs to secure ones

diff --git a/debian/control b/debian/control
index 12091b4..a940959 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: User Mode Linux Maintainers <pkg-uml-pkgs at lists.alioth.debian.org>
 Build-Depends: debhelper (>> 9.0.0), quilt, linux-source-4.6, 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.4
-Vcs-Git: git://git.debian.org/git/pkg-uml/user-mode-linux.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-uml/user-mode-linux.git
+Vcs-Git: https://git.debian.org/git/pkg-uml/user-mode-linux.git
+Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-uml/user-mode-linux.git
 
 
 Package: user-mode-linux

commit 42397fbf41f1a23ae2992ce8d9c011fa1950ad20
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Sat Jul 16 20:58:20 2016 +0530

    Bump debhelper compatibility to 9

diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 9265361..12091b4 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 (>> 5.0.0), quilt, linux-source-4.6, 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.6, 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.4
 Vcs-Git: git://git.debian.org/git/pkg-uml/user-mode-linux.git

commit af6a0e2cc1adafdc4f92484311d65a0562e8d679
Author: Ritesh Raj Sarraf <rrs at debian.org>
Date:   Sat Jul 16 16:14:47 2016 +0530

    Promote uml-utilities to Recommends. The UML team has plans to continue maintaining it. Thanks Mattia

diff --git a/debian/control b/debian/control
index d3b64b8..9265361 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Package: user-mode-linux
 Architecture: i386 amd64
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Built-Using: ${Built-Using}
-Suggests: x-terminal-emulator, rootstrap, user-mode-linux-doc, slirp, vde2, uml-utilities (>= 20040406-1)
+Recommends: uml-utilities (>= 20040406-1)
+Suggests: x-terminal-emulator, rootstrap, user-mode-linux-doc, slirp, vde2
 Description: User-mode Linux (kernel)
  User-mode Linux (UML) is a port of the Linux kernel to its own system
  call interface.  It provides a kind of virtual machine, which runs



More information about the Pkg-uml-commit mailing list