← Back to team overview

cairo-dock-team team mailing list archive

[Bug 426436] Re: little bug in debian/control (2.0.8.2-0ubuntu1)

 

The part I am talking about follows:

diff -u cairo-dock-plug-ins-2.0.8.2/debian/changelog cairo-dock-plug-ins-2.0.8.2/debian/changelog
--- cairo-dock-plug-ins-2.0.8.2/debian/changelog
+++ cairo-dock-plug-ins-2.0.8.2/debian/changelog
@@ -1,9 +1,14 @@
-cairo-dock-plug-ins (2.0.8.2-0ubuntu1) karmic; urgency=low
+cairo-dock-plug-ins (2.0.8.2-0ubuntu2) karmic; urgency=low
 
+  [ Didier Roche ]
   * New upstream version (Fix licence issues)
   * Modify debian/copyright to comply with licence issue fixes
 
- -- Didier Roche <didrocks@xxxxxxxxxx>  Wed, 26 Aug 2009 23:31:05 +0200
+  [ Matthieu Baerts (matttbe) ]
+  * debian/control:
+   - Replaced cairo-dock to cairo-dock-core as dependances
+
+ -- Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>  Tue, 08 Sep 2009 21:06:37 +0200

You've essentially overwritten the changelog enty for 2.0.8.2-0ubuntu1
with your entry.  Perhaps you used dch -e instead of dch -i when
updating the changlog?  I'd expect it to look something like:

diff -u cairo-dock-plug-ins-2.0.8.2/debian/changelog cairo-dock-plug-ins-2.0.8.2/debian/changelog
--- cairo-dock-plug-ins-2.0.8.2/debian/changelog
+++ cairo-dock-plug-ins-2.0.8.2/debian/changelog
@@ -1,9 +1,14 @@
+cairo-dock-plug-ins (2.0.8.2-0ubuntu2) karmic; urgency=low

+  * debian/control:
+   - Replaced cairo-dock to cairo-dock-core as dependancies (LP: #426436)
+
+ -- Matthieu Baerts (matttbe) <matttbe@xxxxxxxxx>  Tue, 08 Sep 2009 21:06:37 +0200

Notice that I also included this Launchpad bug number so it will closed
automatically when the new package version is uploaded.  I hope this
clears things up.

-- 
little bug in debian/control (2.0.8.2-0ubuntu1)
https://bugs.launchpad.net/bugs/426436
You received this bug notification because you are a member of Cairo-
Dock Team, which is subscribed to cairo-dock-plug-ins in ubuntu.

Status in “cairo-dock-plug-ins” package in Ubuntu: Incomplete

Bug description:
Binary package hint: cairo-dock-plug-ins

Hello,

In the current debian/control 'cairo-dock-plug-ins' depends of 'cairo-dock' but 'cairo-dock' depends also of 'cairo-dock-plug-ins' !

I join a patch made by debdiff.



References