From 17c8ae6bbb1275cde12a77fc1e318f5ba1d0046e Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@debian.org>
Date: Wed, 6 Dec 2017 18:55:26 -0500
Subject: [PATCH 1/3] Update Vcs fields

---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 4658e21..f066e4b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 9),
                libgtk2.0-dev (>= 2.10.0)
 Standards-Version: 3.9.4
 Homepage: http://www.gnome-look.org/content/show.php?content=56438
-Vcs-Git: git://git.debian.org/git/collab-maint/gtk2-engines-aurora.git
-Vcs-Browser: http://git.debian.org/?p=collab-maint/gtk2-engines-aurora.git
+Vcs-Browser: https://anonscm.debian.org/git/collab-maint/gtk2-engines-aurora.git
+Vcs-Git: https://anonscm.debian.org/git/collab-maint/gtk2-engines-aurora.git
 
 Package: gtk2-engines-aurora
 Architecture: any
-- 
2.14.1

From 2b9f09d40b0d5e8a968cd55d8b4cb0bd724109d2 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@debian.org>
Date: Wed, 6 Dec 2017 18:55:57 -0500
Subject: [PATCH 2/3] Bump debhelper compat to 10

---
 debian/compat  | 2 +-
 debian/control | 3 +--
 debian/rules   | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index f066e4b..dd30bb1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,7 @@ Source: gtk2-engines-aurora
 Section: x11
 Priority: optional
 Maintainer: Chow Loong Jin <hyper...@debian.org>
-Build-Depends: debhelper (>= 9),
-               autotools-dev,
+Build-Depends: debhelper (>= 10),
                libgtk2.0-dev (>= 2.10.0)
 Standards-Version: 3.9.4
 Homepage: http://www.gnome-look.org/content/show.php?content=56438
diff --git a/debian/rules b/debian/rules
index d1e0f0a..561abb3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,6 @@ override_dh_auto_install:
 	find debian/gtk2-engines-aurora -name '*.la' -delete
 
 %:
-	dh $@ --with=autotools_dev
+	dh $@
 
 .PHONY: get-orig-source
-- 
2.14.1

From 2302a592fc175f0e6c907bd3278867b96cbd4dc6 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@debian.org>
Date: Wed, 6 Dec 2017 18:57:30 -0500
Subject: [PATCH 3/3] Don't depend on libgtk2.0-0

so that themes can provide GTK+ 2 support
without requiring that GTK+ 2 be installed

Closes: #883736
---
 debian/control | 3 +--
 debian/rules   | 3 +++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index dd30bb1..366c6b3 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,7 @@ Vcs-Git: https://anonscm.debian.org/git/collab-maint/gtk2-engines-aurora.git
 
 Package: gtk2-engines-aurora
 Architecture: any
-Depends: gtk2.0-binver-2.10.0,
-         ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Aurora gtk+-2.0 theme engine
  "Aurora" refers to the natural light displays in the sky in polar regions. This
  package contains the Aurora theme engine for the GTK+ toolkit, version 2.0.
diff --git a/debian/rules b/debian/rules
index 561abb3..272e2a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,9 @@ override_dh_auto_install:
 	dh_auto_install
 	find debian/gtk2-engines-aurora -name '*.la' -delete
 
+override_dh_shlibdeps:
+	dh_shlibdeps -- -xlibgtk2.0-0
+
 %:
 	dh $@
 
-- 
2.14.1

Reply via email to