Le samedi 20 juin 2009 à 22:31 +0200, Emilio Pozuelo Monfort a écrit : > Rodolphe Pelloux-Prayer escribió: > > Le jeudi 18 juin 2009 à 00:10 +0200, Emilio Pozuelo Monfort a écrit : > >> Can you update the patch? > > > > Yep, voila! > > > > I've seen that lintian raise new warnings but I didn't take time to fix > > them (actually, I need to read about and make tests). > > Thanks, applied! > > I've fixed a couple of lintian warnings, and merged your changelog with the > previous one (which also was UNRELEASED). > > The build-dependencies still need some changes (that were missing in the > past), > e.g. GLib.
I updated the build-dependencies but I don't know how to correct the warnings (I'm definitly not a libtool/gcc/autotools expert :) ) Rodolphe
diff --git a/debian/changelog b/debian/changelog
index 2fd50c8..02f5e2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,7 @@ glabels (2.2.5-1) UNRELEASED; urgency=low
+ Added Vcs-Browser and Vcs-Svn fields.
+ Remove libgnomeprintui dependency.
+ Update libebook, libgnomeui dependencies.
- + Add libgtk, libglade, intltool dependencies.
+ + Add missing build-dependencies.
[ Josselin Mouette ]
* watch: use sf.net virtual address to make uupdate work, thanks
diff --git a/debian/control b/debian/control
index d55678f..35370f6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,13 @@ Build-Depends: autotools-dev,
dh-buildinfo,
intltool (>= 0.21),
gnome-pkg-tools,
+ libglib2.0-dev (>= 2.12),
libgtk2.0-dev (>= 2.10),
- libglade2-dev (>= 2.6),
- libebook1.2-dev (>= 1.8),
+ libgnome2-dev (>= 2.16),
libgnomeui-dev (>= 2.16),
libxml2-dev (>= 2.6),
+ libglade2-dev (>= 2.6),
+ libebook1.2-dev (>= 1.8),
libxml-parser-perl,
scrollkeeper,
dpkg-dev (>= 1.13.19)
diff --git a/debian/control.in b/debian/control.in
index 88e2345..a4ee301 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,11 +8,13 @@ Build-Depends: autotools-dev,
dh-buildinfo,
intltool (>= 0.21),
gnome-pkg-tools,
+ libglib2.0-dev (>= 2.12),
libgtk2.0-dev (>= 2.10),
- libglade2-dev (>= 2.6),
- libebook1.2-dev (>= 1.8),
+ libgnome2-dev (>= 2.16),
libgnomeui-dev (>= 2.16),
libxml2-dev (>= 2.6),
+ libglade2-dev (>= 2.6),
+ libebook1.2-dev (>= 1.8),
libxml-parser-perl,
scrollkeeper,
dpkg-dev (>= 1.13.19)
signature.asc
Description: Ceci est une partie de message numériquement signée

