Processed: Re: Bug#882813: stretch-pu: package python-pyperclip/1.5.27-3~deb9u1

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

> tags -1 + pending
Bug #882813 [release.debian.org] stretch-pu: package 
python-pyperclip/1.5.27-3~deb9u1
Added tag(s) pending.

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



Bug#882813: stretch-pu: package python-pyperclip/1.5.27-3~deb9u1

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

On Sat, 2018-01-13 at 17:30 +0100, Julien Cristau wrote:
> Control: tag -1 confirmed
> 
> On Mon, Nov 27, 2017 at 01:14:27 +0100, Andreas Beckmann wrote:
> 
> > python3-pyperclip misses a proper python3 dependency.
> > 
> > $ debdiff python3-pyperclip_1.5.27-2_all.deb python3-
> > pyperclip_1.5.27-3~deb9u1_all.deb
> > File lists identical (after any substitutions)
> > 
> > Control files: lines which differ (wdiff format)
> > 
> > Depends: {+python3:any (>= 3.4~),+} xclip | xsel | python3-pyqt4
> > Version: [-1.5.27-2-] {+1.5.27-3~deb9u1+}
> > 
> 
> Go ahead, thanks.
> 

Uploaded and flagged for acceptance.

Regards,

Adam



Processed: Re: Bug#882813: stretch-pu: package python-pyperclip/1.5.27-3~deb9u1

2018-01-13 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 confirmed
Bug #882813 [release.debian.org] stretch-pu: package 
python-pyperclip/1.5.27-3~deb9u1
Added tag(s) confirmed.

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



Bug#882813: stretch-pu: package python-pyperclip/1.5.27-3~deb9u1

2018-01-13 Thread Julien Cristau
Control: tag -1 confirmed

On Mon, Nov 27, 2017 at 01:14:27 +0100, Andreas Beckmann wrote:

> python3-pyperclip misses a proper python3 dependency.
> 
> $ debdiff python3-pyperclip_1.5.27-2_all.deb 
> python3-pyperclip_1.5.27-3~deb9u1_all.deb
> File lists identical (after any substitutions)
> 
> Control files: lines which differ (wdiff format)
> 
> Depends: {+python3:any (>= 3.4~),+} xclip | xsel | python3-pyqt4
> Version: [-1.5.27-2-] {+1.5.27-3~deb9u1+}
> 
Go ahead, thanks.

Cheers,
Julien



Bug#882813: stretch-pu: package python-pyperclip/1.5.27-3~deb9u1

2017-11-26 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

python3-pyperclip misses a proper python3 dependency.

$ debdiff python3-pyperclip_1.5.27-2_all.deb 
python3-pyperclip_1.5.27-3~deb9u1_all.deb
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

Depends: {+python3:any (>= 3.4~),+} xclip | xsel | python3-pyqt4
Version: [-1.5.27-2-] {+1.5.27-3~deb9u1+}


Andreas
diff -Nru python-pyperclip-1.5.27/debian/changelog 
python-pyperclip-1.5.27/debian/changelog
--- python-pyperclip-1.5.27/debian/changelog2016-07-01 17:47:10.0 
+0200
+++ python-pyperclip-1.5.27/debian/changelog2017-11-27 00:41:48.0 
+0100
@@ -1,3 +1,16 @@
+python-pyperclip (1.5.27-3~deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for stretch.
+
+ -- Andreas Beckmann   Mon, 27 Nov 2017 00:41:48 +0100
+
+python-pyperclip (1.5.27-3) unstable; urgency=medium
+
+  * Fix typo in Depends for python3 package (Closes: #867450)
+
+ -- Sebastien Delafond   Fri, 07 Jul 2017 10:38:02 +0200
+
 python-pyperclip (1.5.27-2) unstable; urgency=medium
 
   * Relax dependencies on python QT libraries (Closes: #816821)
diff -Nru python-pyperclip-1.5.27/debian/control 
python-pyperclip-1.5.27/debian/control
--- python-pyperclip-1.5.27/debian/control  2016-07-01 17:47:10.0 
+0200
+++ python-pyperclip-1.5.27/debian/control  2017-07-07 10:38:02.0 
+0200
@@ -20,7 +20,7 @@
 
 Package: python3-pyperclip
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, xclip | xsel | 
python3-pyqt4
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, xclip | xsel 
| python3-pyqt4
 Description: Cross-platform clipboard module for Python3
  This module is a cross-platform Python3 module for copy and paste clipboard
  functions. Currently only handles plaintext.