Bug#774921: wheezy-pu: package conky/1.9.0-2+deb7u1

2015-01-17 Thread Adam D. Barratt

Control: tags -1 + pending

On 2015-01-17 11:52, Adam D. Barratt wrote:

Control: tags -1 + confirmed

On 2015-01-09 4:15, Andreas Beckmann wrote:

Backported Vincent's patch from 1.9.0-4 to wheezy to fix the upgrade
path lenny [ - squeeze (contrib) ] - wheezy


Please go ahead.


Uploaded and flagged for acceptance.

Regards,

Adam


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#774921: wheezy-pu: package conky/1.9.0-2+deb7u1

2015-01-17 Thread Adam D. Barratt

Control: tags -1 + confirmed

On 2015-01-09 4:15, Andreas Beckmann wrote:

Backported Vincent's patch from 1.9.0-4 to wheezy to fix the upgrade
path lenny [ - squeeze (contrib) ] - wheezy


Please go ahead.

Regards,

Adam


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#774921: wheezy-pu: package conky/1.9.0-2+deb7u1

2015-01-08 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian@packages.debian.org
Usertags: pu

Backported Vincent's patch from 1.9.0-4 to wheezy to fix the upgrade
path lenny [ - squeeze (contrib) ] - wheezy


Andreas
diff -Nru conky-1.9.0/debian/changelog conky-1.9.0/debian/changelog
--- conky-1.9.0/debian/changelog	2012-05-10 07:38:13.0 +0200
+++ conky-1.9.0/debian/changelog	2015-01-09 05:05:28.0 +0100
@@ -1,3 +1,16 @@
+conky (1.9.0-2+deb7u1) wheezy; urgency=medium
+
+  * Non-maintainer upload.
+  * Backport fix for #739245 from 1.9.0-4 to wheezy.
+
+  [ Vincent Cheng ]
+  * Declare Breaks+Replaces relationship against conky ( 1.8.0-1, the
+version in Debian where the conky package was first split into multiple
+binary packages) to fix upgrade path from lenny - squeeze - wheezy.
+(Closes: #739245)
+
+ -- Andreas Beckmann a...@debian.org  Fri, 09 Jan 2015 05:03:07 +0100
+
 conky (1.9.0-2) unstable; urgency=low
 
   * Add debian/patches/fix-kfreebsd-ftbfs.patch to fix FTBFS on kfreebsd.
diff -Nru conky-1.9.0/debian/control conky-1.9.0/debian/control
--- conky-1.9.0/debian/control	2012-05-09 06:05:58.0 +0200
+++ conky-1.9.0/debian/control	2015-01-09 05:08:35.0 +0100
@@ -51,8 +51,9 @@
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: apcupsd, audacious, moc, mpd, xmms2
+Breaks: conky ( 1.8.0-1)
 Conflicts: conky-all, conky-cli
-Replaces: conky-all, conky-cli
+Replaces: conky-all, conky-cli, conky ( 1.8.0-1)
 Description: highly configurable system monitor (default version)
  Conky is a system monitor that can display just about anything,
  either on your root desktop or in its own window.
@@ -72,8 +73,9 @@
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: apcupsd, moc, mpd
+Breaks: conky ( 1.8.0-1)
 Conflicts: conky-all, conky-std
-Replaces: conky-all, conky-std
+Replaces: conky-all, conky-std, conky ( 1.8.0-1)
 Description: highly configurable system monitor (basic version)
  Conky is a system monitor that can display just about anything,
  either on your root desktop or in its own window.