Package: autopep8
Version: 0.9.1-2
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for autopep8 (versioned as 0.9.1-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards,

Daniele

diff -Nru autopep8-0.9.1/debian/changelog autopep8-0.9.1/debian/changelog
--- autopep8-0.9.1/debian/changelog     2013-06-12 17:56:22.000000000 -0300
+++ autopep8-0.9.1/debian/changelog     2016-12-14 16:04:25.000000000 -0200
@@ -1,3 +1,19 @@
+autopep8 (0.9.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Bumped DH level to 10.
+  * debian/control:
+      - Added the python-pkg-resources to Depends field. Thanks to
+        Sebastian Ramacher. (Closes: #843977)
+      - Added the python-pep8 and removed the pep8 from Depends field.
+        Thanks to Antonio Ospite and Merlijn van Deen.
+        (Closes: #817860, LP: #1635192)
+      - Bumped Standards-Version to 3.9.8.
+  * debian/copyright: removed a duplicate 'Copyright' word.
+  * debian/watch: created.
+
+ -- Daniele Adriana Goulart Lopes <danyd...@yahoo.com.br>  Wed, 14 Dec 2016 
16:04:25 -0200
+
 autopep8 (0.9.1-2) unstable; urgency=low
 
   * Update package short description to be correct (Closes: #711960)
diff -Nru autopep8-0.9.1/debian/compat autopep8-0.9.1/debian/compat
--- autopep8-0.9.1/debian/compat        2013-06-12 17:56:22.000000000 -0300
+++ autopep8-0.9.1/debian/compat        2016-12-14 16:04:25.000000000 -0200
@@ -1 +1 @@
-7
+10
diff -Nru autopep8-0.9.1/debian/control autopep8-0.9.1/debian/control
--- autopep8-0.9.1/debian/control       2013-06-12 17:56:22.000000000 -0300
+++ autopep8-0.9.1/debian/control       2016-12-14 16:04:25.000000000 -0200
@@ -2,13 +2,13 @@
 Maintainer: Micah Anderson <mi...@debian.org>
 Section: python
 Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), 
debhelper (>= 7.4.3)
-Standards-Version: 3.9.4
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), 
debhelper (>= 10)
+Standards-Version: 3.9.8
 Homepage: https://pypi.python.org/pypi/autopep8/
 
 Package: python-autopep8
 Architecture: all
-Depends: pep8 (>= 1.4.5), ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, python-pep8, python-pkg-resources
 Description: tool that automatically formats Python code to conform to PEP 8
  autopep8 automatically formats Python code to conform to the PEP 8 style
  guide. It uses the pep8 utility to determine what parts of the code needs to
diff -Nru autopep8-0.9.1/debian/copyright autopep8-0.9.1/debian/copyright
--- autopep8-0.9.1/debian/copyright     2013-06-12 17:56:22.000000000 -0300
+++ autopep8-0.9.1/debian/copyright     2016-12-14 16:04:25.000000000 -0200
@@ -4,7 +4,7 @@
 
 Files: *
 Copyright: 2010-2011 Hideo Hattori <hhatto...@gmail.com>
-Copyright: 2011-2013 Steven Myint <m...@stevenmyint.com>
+           2011-2013 Steven Myint <m...@stevenmyint.com>
 License: Expat
 
  Permission is hereby granted, free of charge, to any person obtaining
diff -Nru autopep8-0.9.1/debian/watch autopep8-0.9.1/debian/watch
--- autopep8-0.9.1/debian/watch 1969-12-31 21:00:00.000000000 -0300
+++ autopep8-0.9.1/debian/watch 2016-12-14 16:04:25.000000000 -0200
@@ -0,0 +1,2 @@
+version=4
+https://github.com/hhatto/autopep8/releases 
/hhatto/autopep8/archive/(?:v|ver)?(\d\S+)\.tar\.(?:bz2|gz|xz)

Reply via email to