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

Bug#892836: stretch-pu: package email2trac/2.10.0-2~deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

  * Add upstream fix for Trac 1.2. (Closes: #858819)
diff -Nru email2trac-2.10.0/debian/changelog email2trac-2.10.0/debian/changelog
--- email2trac-2.10.0/debian/changelog	2016-12-24 14:29:11.000000000 +0200
+++ email2trac-2.10.0/debian/changelog	2018-03-12 19:34:12.000000000 +0200
@@ -1,3 +1,19 @@
+email2trac (2.10.0-2~deb9u1) stretch; urgency=medium
+
+  * QA upload.
+  * Rebuild for stretch.
+
+ -- Adrian Bunk <bunk@debian.org>  Mon, 12 Mar 2018 19:34:12 +0200
+
+email2trac (2.10.0-2) unstable; urgency=high
+
+  * QA upload.
+  * Set maintainer to Debian QA Group. (see #891353)
+  * Add upstream fix for Trac 1.2. (Closes: #858819)
+  * Install the upstream NOTICE.
+
+ -- Adrian Bunk <bunk@debian.org>  Mon, 12 Mar 2018 19:20:11 +0200
+
 email2trac (2.10.0-1) unstable; urgency=medium
 
   * New upstream version
diff -Nru email2trac-2.10.0/debian/control email2trac-2.10.0/debian/control
--- email2trac-2.10.0/debian/control	2016-12-24 14:27:43.000000000 +0200
+++ email2trac-2.10.0/debian/control	2018-03-12 19:20:11.000000000 +0200
@@ -1,7 +1,7 @@
 Source: email2trac
 Section: web
 Priority: optional
-Maintainer: W. Martin Borgert <debacle@debian.org>
+Maintainer: Debian QA Group <packages@qa.debian.org>
 Build-Depends: debhelper (>= 9), python, xsltproc, docbook-xsl, dh-python
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/email2trac.git
diff -Nru email2trac-2.10.0/debian/docs email2trac-2.10.0/debian/docs
--- email2trac-2.10.0/debian/docs	2016-12-24 14:27:43.000000000 +0200
+++ email2trac-2.10.0/debian/docs	2018-03-12 19:20:11.000000000 +0200
@@ -1,2 +1,3 @@
 AUTHORS
 README
+NOTICE
diff -Nru email2trac-2.10.0/debian/patches/0001-fixed-a-typo-in-version-specification-1-2-instead-of.patch email2trac-2.10.0/debian/patches/0001-fixed-a-typo-in-version-specification-1-2-instead-of.patch
--- email2trac-2.10.0/debian/patches/0001-fixed-a-typo-in-version-specification-1-2-instead-of.patch	1970-01-01 02:00:00.000000000 +0200
+++ email2trac-2.10.0/debian/patches/0001-fixed-a-typo-in-version-specification-1-2-instead-of.patch	2018-03-12 19:20:11.000000000 +0200
@@ -0,0 +1,16 @@
+From 40382167c5f64fe6cb9d656fbf380110a5bc1552 Mon Sep 17 00:00:00 2001
+From: Bas van der Vlies <bas.vandervlies@surfsara.nl>
+Date: Tue, 6 Dec 2016 17:14:47 +0100
+Subject: fixed a typo in version specification 1,2 instead of 1.2
+
+--- email2trac-2.10.0.orig/email2trac.py.in
++++ email2trac-2.10.0/email2trac.py.in
+@@ -2856,7 +2856,7 @@ if __name__ == '__main__':
+     
+     try:
+ 
+-        if version in ['0.12', '0.13', '1.0', '1.1', '1,2' ]:
++        if version in ['0.12', '0.13', '1.0', '1.1', '1.2' ]:
+             from trac import attachment 
+             from trac import config as trac_config
+             from trac import util
diff -Nru email2trac-2.10.0/debian/patches/series email2trac-2.10.0/debian/patches/series
--- email2trac-2.10.0/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ email2trac-2.10.0/debian/patches/series	2018-03-12 19:20:11.000000000 +0200
@@ -0,0 +1 @@
+0001-fixed-a-typo-in-version-specification-1-2-instead-of.patch

Reply to: