Control: tags -1 + patch

Hello!

Attaching a patch that makes gnome-do build again (otherwise
completely untested).

HTH.

Regards,
Andreas Henriksson
diff --git a/debian/changelog b/debian/changelog
index 4bf3a1b..c9b5924 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+gnome-do (0.95.3-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: Drop librsvg and wnck cil build-deps
+    - looks unused/unneeded and are no longer available in the archive.
+  * debian/patches/05_drop_gnome_desktop_2.diff:
+    - bump to use gnome-desktop soname .12
+  * debian/control: Bump libgnome-desktop-3-dev build-dep to >= 3.18
+    - to match the previous change.
+
+ -- Andreas Henriksson <andr...@fatal.se>  Tue, 20 Oct 2015 16:19:57 +0200
+
 gnome-do (0.95.3-3) unstable; urgency=medium
 
   * [fec7a68] Drop libgnome-desktop2 dependency.
diff --git a/debian/control b/debian/control
index 4d1ce90..10c40f5 100644
--- a/debian/control
+++ b/debian/control
@@ -32,9 +32,7 @@ Build-Depends: debhelper (>= 7.0.50),
                libnotify-cil-dev,
                libglib2.0-dev,
                libgtk2.0-dev,
-               librsvg2-2.0-cil-dev,
-               libwnck1.0-cil-dev,
-               libgnome-desktop-3-dev,
+               libgnome-desktop-3-dev (>= 3.18),
 Standards-Version: 3.9.5
 Homepage: http://do.cooperteam.net
 Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/gnome-do.git
diff --git a/debian/patches/05_drop_gnome_desktop_2.diff b/debian/patches/05_drop_gnome_desktop_2.diff
index 97f6b86..68c84f5 100644
--- a/debian/patches/05_drop_gnome_desktop_2.diff
+++ b/debian/patches/05_drop_gnome_desktop_2.diff
@@ -79,5 +79,5 @@ Forwarded: not-needed
  <configuration>
  	<dllmap dll="libdo" target="@expanded_libdir@/@PACKAGE@/libdo.so"/>
 -	<dllmap dll="gnome-desktop-2" target="libgnome-desktop-2.so.17"/>
-+	<dllmap dll="gnome-desktop-3" target="libgnome-desktop-3.so.10"/>
++	<dllmap dll="gnome-desktop-3" target="libgnome-desktop-3.so.12"/>
  </configuration>

Reply via email to