Control: tags 937548 + patch

Dear maintainer,

I've prepared an NMU for pystache (versioned as 0.5.4-6.1). The diff
is attached to this message.

Regards.

diff -Nru pystache-0.5.4/debian/changelog pystache-0.5.4/debian/changelog
--- pystache-0.5.4/debian/changelog	2016-10-11 03:19:50.000000000 -0400
+++ pystache-0.5.4/debian/changelog	2019-12-20 18:01:35.000000000 -0500
@@ -1,3 +1,10 @@
+pystache (0.5.4-6.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937548
+
+ -- Sandro Tosi <mo...@debian.org>  Fri, 20 Dec 2019 18:01:35 -0500
+
 pystache (0.5.4-6) unstable; urgency=medium
 
   * debian/control 
diff -Nru pystache-0.5.4/debian/control pystache-0.5.4/debian/control
--- pystache-0.5.4/debian/control	2016-10-11 03:16:57.000000000 -0400
+++ pystache-0.5.4/debian/control	2019-12-20 18:00:12.000000000 -0500
@@ -4,25 +4,11 @@
 Maintainer: Kouhei Maeda <mkou...@palmtb.net>
 Build-Depends: debhelper (>= 8.0.0),
                dh-python,
-               python-all,
-               python-setuptools,
                python3-all,
                python3-setuptools
 Standards-Version: 3.9.8
-X-Python-Version: 2.7
 Homepage: http://github.com/defunkt/pystache
 
-Package: python-pystache
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Provides: ${python:Provides}
-Description: Python implementation of Mustache
- Pystache is Python implementation of Mustache.
- Original Mustache is a framework-agnostic, logic-free templating system
- inspired by ctemplate and et. Like ctemplate, Mustache "emphasizes separating
- logic from presentation: it is impossible to embed application logic in this
- template language."
-
 Package: python3-pystache
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru pystache-0.5.4/debian/pystache.1 pystache-0.5.4/debian/pystache.1
--- pystache-0.5.4/debian/pystache.1	2012-08-13 01:04:38.000000000 -0400
+++ pystache-0.5.4/debian/pystache.1	1969-12-31 19:00:00.000000000 -0500
@@ -1,58 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH PYSTACHE 1 "August 13, 2012"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-pystache \- Render a mustache template with the given context.
-.SH SYNOPSIS
-.B pystache
-.RI [ options ] " sub-command"
-.RI [ sub-cmd-options ] " [infile]"
-.br
-.SH DESCRIPTION
-This manual page documents briefly the
-.B pystache
-commands.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
-.\" respectively.
-\fBPystache\fP is a Python implementation of Mustache. Mustache is a framework\-agnostic, logic\-free templating system inspired by ctemplate and et. Like ctemplate, Mustache "emphasizes separating logic from presentation: it is impossible to embed application logic in this template language."
-.SH OPTIONS
-These programs follow the usual GNU command line syntax, with long
-options starting with two dashes (`-').
-A summary of options is included below.
-For a complete description, see the Info files.
-.TP
-.B \-h, \-\-help
-Show summary of options.
-.SH POSITIONAL ARGUMENTS
-.TP
-.B template
-A filename or template string.
-.TP
-.B context
-A filename or JSON string.
-.SH SEE ALSO
-.br
-The programs are documented by
-.IR "README.rst.gz" ,
-available via the Info system, and http://pypi.python.org/pypi/pystache/
-.SH AUTHOR
-pystache was written by Chris Jerdonek.
-.PP
-This manual page was written by Kouhei Maeda <mkou...@palmtb.net>.
-for the Debian project (and may be used by others).
diff -Nru pystache-0.5.4/debian/python-pystache.manpages pystache-0.5.4/debian/python-pystache.manpages
--- pystache-0.5.4/debian/python-pystache.manpages	2012-08-13 00:25:11.000000000 -0400
+++ pystache-0.5.4/debian/python-pystache.manpages	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-debian/pystache.1
diff -Nru pystache-0.5.4/debian/rules pystache-0.5.4/debian/rules
--- pystache-0.5.4/debian/rules	2015-06-30 23:56:10.000000000 -0400
+++ pystache-0.5.4/debian/rules	2019-12-20 18:00:32.000000000 -0500
@@ -6,7 +6,7 @@
 export PYBUILD_NAME=pystache
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_installchangelogs:
 	dh_installchangelogs $(CURDIR)/HISTORY.md

Reply via email to