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

2018-04-02 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #892836 [release.debian.org] stretch-pu: package email2trac/2.10.0-2~deb9u1
Added tag(s) pending.

-- 
892836: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892836
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



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

2018-04-02 Thread Adam D. Barratt
Control: tags -1 + pending

On Sat, 2018-03-31 at 22:43 +0100, Adam D. Barratt wrote:
> Control: tags -1 + confirmed
> 
> On Tue, 2018-03-13 at 16:00 +0200, Adrian Bunk wrote:
> >   * Add upstream fix for Trac 1.2. (Closes: #858819)
> 
> Please go ahead.
> 

Uploaded and flagged for acceptance.

Regards,

Adam



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

2018-03-31 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + confirmed
Bug #892836 [release.debian.org] stretch-pu: package email2trac/2.10.0-2~deb9u1
Added tag(s) confirmed.

-- 
892836: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892836
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



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

2018-03-31 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Tue, 2018-03-13 at 16:00 +0200, Adrian Bunk wrote:
>   * Add upstream fix for Trac 1.2. (Closes: #858819)

Please go ahead.

Regards,

Adam



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

2018-03-13 Thread Adrian Bunk
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@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.0 +0200
+++ email2trac-2.10.0/debian/changelog  2018-03-12 19:34:12.0 +0200
@@ -1,3 +1,19 @@
+email2trac (2.10.0-2~deb9u1) stretch; urgency=medium
+
+  * QA upload.
+  * Rebuild for stretch.
+
+ -- Adrian Bunk   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   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/control2016-12-24 14:27:43.0 +0200
+++ email2trac-2.10.0/debian/control2018-03-12 19:20:11.0 +0200
@@ -1,7 +1,7 @@
 Source: email2trac
 Section: web
 Priority: optional
-Maintainer: W. Martin Borgert 
+Maintainer: Debian QA Group 
 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.0 +0200
+++ email2trac-2.10.0/debian/docs   2018-03-12 19:20:11.0 +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.0 +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.0 +0200
@@ -0,0 +1,16 @@
+From 40382167c5f64fe6cb9d656fbf380110a5bc1552 Mon Sep 17 00:00:00 2001
+From: Bas van der Vlies 
+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.0 
+0200
+++ email2trac-2.10.0/debian/patches/series 2018-03-12 19:20:11.0 
+0200
@@ -0,0 +1 @@
+0001-fixed-a-typo-in-version-specification-1-2-instead-of.patch