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

Bug#924471: unblock: aptfs/2:0.13.1-1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Dear Release Team,

Please unblock aptfs/2:0.13.1-1 for buster. This will fix:

  https://bugs.debian.org/923811

… and prevent an AUTORM from testing. This is via the following minor
typo fix:

  https://salsa.debian.org/lamby/aptfs/commit/48b64c5d38ca74c0ef319fccc7a24865726bcefe.patch

The full debdiff is attached, however.

I do spot I semi-automatically bumped the Standards-Version when
performing the upload last week without (!) considering the freeze. If
it helps, I am both upstream and Debian maintainer for this project.

unblock aptfs/2:0.13.1-1


Best wishes,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org 🍥 chris-lamb.co.uk
       `-
diffstat for aptfs-0.13.0 aptfs-0.13.1

 PKG-INFO         |    2 +-
 debian/changelog |    7 +++++++
 debian/control   |    2 +-
 mount.aptfs      |    2 +-
 setup.py         |    2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)

diff -Nru aptfs-0.13.0/debian/changelog aptfs-0.13.1/debian/changelog
--- aptfs-0.13.0/debian/changelog	2018-07-24 12:55:54.000000000 +0100
+++ aptfs-0.13.1/debian/changelog	2019-03-06 09:52:48.000000000 +0000
@@ -1,3 +1,10 @@
+aptfs (2:0.13.1-1) unstable; urgency=medium
+
+  * New upstream release. (Closes: #923811)
+  * Bump Standards-Version to 4.3.0.
+
+ -- Chris Lamb <lamby@debian.org>  Wed, 06 Mar 2019 09:52:48 +0000
+
 aptfs (2:0.13.0-1) unstable; urgency=medium
 
   * New upstream release:
diff -Nru aptfs-0.13.0/debian/control aptfs-0.13.1/debian/control
--- aptfs-0.13.0/debian/control	2018-07-24 12:55:54.000000000 +0100
+++ aptfs-0.13.1/debian/control	2019-03-06 09:52:48.000000000 +0000
@@ -6,7 +6,7 @@
  debhelper (>= 11),
  dh-python,
  python,
-Standards-Version: 4.1.5
+Standards-Version: 4.3.0
 Homepage: https://chris-lamb.co.uk/projects/aptfs
 Vcs-Git: https://salsa.debian.org/lamby/pkg-aptfs.git
 Vcs-Browser: https://salsa.debian.org/lamby/pkg-aptfs
diff -Nru aptfs-0.13.0/mount.aptfs aptfs-0.13.1/mount.aptfs
--- aptfs-0.13.0/mount.aptfs	2018-07-24 11:34:28.000000000 +0100
+++ aptfs-0.13.1/mount.aptfs	2019-03-06 09:47:06.000000000 +0000
@@ -60,7 +60,7 @@
         val = raw in ('true', 'yes', 'y', '1', 'on')
         setattr(server, x, val)
 
-    for x in ('max_unpackaged_packages',):
+    for x in ('max_unpacked_packages',):
         val = int(getattr(server, x))
         setattr(server, x, val)
 
diff -Nru aptfs-0.13.0/PKG-INFO aptfs-0.13.1/PKG-INFO
--- aptfs-0.13.0/PKG-INFO	2018-07-24 11:47:44.000000000 +0100
+++ aptfs-0.13.1/PKG-INFO	2019-03-06 09:49:13.000000000 +0000
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: aptfs
-Version: 0.13.0
+Version: 0.13.1
 Summary: UNKNOWN
 Home-page: UNKNOWN
 Author: Chris Lamb
diff -Nru aptfs-0.13.0/setup.py aptfs-0.13.1/setup.py
--- aptfs-0.13.0/setup.py	2018-07-24 11:47:43.000000000 +0100
+++ aptfs-0.13.1/setup.py	2019-03-06 09:48:32.000000000 +0000
@@ -21,7 +21,7 @@
 
 setup(
     name='aptfs',
-    version='0.13.0',
+    version='0.13.1',
     author="Chris Lamb",
     author_email="lamby@debian.org",
     packages=(

Reply to: