r54962 - in /attic/gtk2-engines/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Sat Dec 2 02:12:25 UTC 2017


Author: jbicha
Date: Sat Dec  2 02:12:25 2017
New Revision: 54962

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54962
Log:
Don't depend on gtk2 to allow these theme engines to be installed without gtk2

Modified:
    attic/gtk2-engines/debian/changelog
    attic/gtk2-engines/debian/rules

Modified: attic/gtk2-engines/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtk2-engines/debian/changelog?rev=54962&op=diff
==============================================================================
--- attic/gtk2-engines/debian/changelog	[utf-8] (original)
+++ attic/gtk2-engines/debian/changelog	[utf-8] Sat Dec  2 02:12:25 2017
@@ -5,6 +5,8 @@
   * Add debian/docs to install NEWS and README
   * Don't fail the build for failing tests
   * Install .pc file (Closes: #484367)
+  * Don't depend on GTK+ 2 to allow these theme engines to be installed
+    without requiring GTK+ 2 to be installed.
   * debian/control.in:
     - Add Vcs fields
     - Update Maintainer

Modified: attic/gtk2-engines/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gtk2-engines/debian/rules?rev=54962&op=diff
==============================================================================
--- attic/gtk2-engines/debian/rules	[utf-8] (original)
+++ attic/gtk2-engines/debian/rules	[utf-8] Sat Dec  2 02:12:25 2017
@@ -29,3 +29,6 @@
 # don't run dh_makeshlibs (we don't need shlibs for Gtk modules)
 override_dh_makeshlibs:
 	dh_makeshlibs --no-act
+
+override_dh_shlibdeps:
+	dh_shlibdeps -- -xlibgtk2.0-0




More information about the pkg-gnome-commits mailing list