[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#712541: marked as done (dwb: Debian's gtk+ preference deviates from upstream)



Your message dated Fri, 15 Apr 2016 19:25:19 +0000
with message-id <[🔎] E1ar9Ml-00038G-QW@franck.debian.org>
and subject line Bug#820351: Removed package(s) from unstable
has caused the Debian Bug report #712541,
regarding dwb: Debian's gtk+ preference deviates from upstream
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
712541: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712541
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: dwb
Version: 20130503hg-2
Tags: patch

Quoting from the file INSTALL in the root of the dwb source tree:

  The default build process will try to link against gtk2, if gtk2 isn't
  installed it will link against gtk3.

Reading through irc logs for #dwb exposes some critisism on the matureness of
gtk3. Until upstream considers gtk3 being ready for prime time by building for
it by default, it makes no sense that the debian packaging deviates from
upstream by linking towards libs not primarily developed for.

Please consider applying the suggested fix from: (also attached)

  http://git.netizen.se/git/dwb/commit/?h=fix/use_gtk2

Thank you,
-- 
/Martin
diff --git a/debian/control b/debian/control
index 0db3d69..053b1b2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: web
 Priority: extra
 Maintainer: Nathan Owens <ndowens@gmx.us>
 Build-Depends: debhelper (>= 9),
- libwebkitgtk-3.0-dev,
+ libwebkitgtk-dev,
+ libgtk2.0-dev,
  libgnutls-dev,
  libsoup2.4-dev,
  libjson0-dev,
diff --git a/debian/rules b/debian/rules
index a257481..0bb3242 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export GTK=3
+export GTK=2
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 COMMIT=d6755999c1b16af33353a4fc248a3e8c56abe49d

--- End Message ---
--- Begin Message ---
Version: 20150419git-2+rm

Dear submitter,

as the package dwb has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/820351

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: