[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Proposed: 0.6nmu2 - roll up + 1 new fix - debdiff attached



Hi,

To roll up all the patches I have sent to the list. Attached is a nmu2
debdiff that addresses what was included in previous emails (excluding
.gitignore change). This debdiff also includes addition of 'squashfs-
tools' dependency to rectify email warning to this list from 'Debian
testing autoremoval watch'.

Regards

Phil

-- 
*** If this is a mailing list, I am subscribed, no need to CC me.***

Playing the game for the games sake.

Web: https://kathenas.org

Twitter: kathenasorg

Instagram: kathenasorg
diff -Nru live-wrapper-0.6+nmu1/debian/changelog live-wrapper-0.6+nmu2/debian/changelog
--- live-wrapper-0.6+nmu1/debian/changelog	2017-05-16 22:31:36.000000000 +0100
+++ live-wrapper-0.6+nmu2/debian/changelog	2017-07-14 04:43:06.000000000 +0100
@@ -1,3 +1,13 @@
+live-wrapper (0.6+nmu2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Remove incorrect instance of converting to UTF-8.
+  * Eliminate 'pyversions' warnings at build time.
+  * Add 'python-requests' build dependency. Fixes docs build.
+  * Add 'squashfs-tools' dependency.
+
+ -- Phil Wyett <philwyett@kathenas.org>  Fri, 14 Jul 2017 04:43:06 +0100
+
 live-wrapper (0.6+nmu1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru live-wrapper-0.6+nmu1/debian/control live-wrapper-0.6+nmu2/debian/control
--- live-wrapper-0.6+nmu1/debian/control	2017-05-16 22:31:36.000000000 +0100
+++ live-wrapper-0.6+nmu2/debian/control	2017-07-14 04:43:06.000000000 +0100
@@ -8,6 +8,7 @@
                python-all,
                python-apt,
                python-cliapp,
+               python-requests,
                python-setuptools,
                python-sphinx,
                vmdebootstrap
@@ -20,10 +21,11 @@
 Architecture: all
 Depends: ${misc:Depends},
          ${python:Depends},
-         xorriso,
-         isolinux,
          debian-archive-keyring,
-         python-distro-info
+         isolinux,
+         python-distro-info,
+         squashfs-tools,
+         xorriso
 Suggests: cmdtest
 Description: Wrapper for vmdebootstrap for creating live images
  live-wrapper is a wrapper around vmdebootstrap to install a live Debian
diff -Nru live-wrapper-0.6+nmu1/debian/rules live-wrapper-0.6+nmu2/debian/rules
--- live-wrapper-0.6+nmu1/debian/rules	2017-05-16 22:06:02.000000000 +0100
+++ live-wrapper-0.6+nmu2/debian/rules	2017-07-14 04:43:06.000000000 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2,sphinxdoc
+	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build
diff -Nru live-wrapper-0.6+nmu1/lwr/run.py live-wrapper-0.6+nmu2/lwr/run.py
--- live-wrapper-0.6+nmu1/lwr/run.py	2017-05-16 22:06:02.000000000 +0100
+++ live-wrapper-0.6+nmu2/lwr/run.py	2017-07-14 04:43:06.000000000 +0100
@@ -44,7 +44,7 @@
 
 
     def add_settings(self):
-        default_arch = subprocess.check_output(["dpkg", "--print-architecture"]).decode('utf-8').strip()
+        default_arch = subprocess.check_output(["dpkg", "--print-architecture"]).strip()
         self.settings.string(
             ['o', 'image_output'], 'Location for built image',
             metavar='/PATH/TO/FILE.ISO',

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: