[Chinese-commits] [zh-autoconvert] 10/26: Imported Debian patch 0.3.16-3
Anthony Fok
foka at debian.org
Wed Nov 18 00:26:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
foka pushed a commit to branch master
in repository zh-autoconvert.
commit 0d8fc0e91b9b8501be50deee25a7d9b46f5cbf4e
Author: Yu Guanghui <ygh at debian.org>
Date: Thu Feb 19 20:10:00 2009 +0800
Imported Debian patch 0.3.16-3
---
contrib/xchat-plugins/Makefile | 4 ++--
debian/changelog | 6 ++++++
debian/control | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/contrib/xchat-plugins/Makefile b/contrib/xchat-plugins/Makefile
index f8cfb4a..2710257 100755
--- a/contrib/xchat-plugins/Makefile
+++ b/contrib/xchat-plugins/Makefile
@@ -5,8 +5,8 @@ LIBS= -L../../lib
all:xchat-autogb.so xchat-autob5.so
xchat-autogb.so: xchat-autogb.c
- $(CC) $(LDFLAGS) $(CFLAGS) $(LIBS) -I. -DSKIPCONFIG -fPIC -shared -Wl,-soname,xchat-autogb.so -o $@ $< -lhz -lc `gtk-config --cflags`
+ $(CC) $(LDFLAGS) $(CFLAGS) $(LIBS) -I. -DSKIPCONFIG -fPIC -shared -Wl,-soname,xchat-autogb.so -o $@ $< -lhz -lc `pkg-config --cflags gtk+-2.0`
xchat-autob5.so: xchat-autob5.c
- $(CC) $(LDFLAGS) $(CFLAGS) $(LIBS) -I. -DSKIPCONFIG -fPIC -shared -Wl,-soname,xchat-autob5.so -o $@ $< -lhz -lc `gtk-config --cflags`
+ $(CC) $(LDFLAGS) $(CFLAGS) $(LIBS) -I. -DSKIPCONFIG -fPIC -shared -Wl,-soname,xchat-autob5.so -o $@ $< -lhz -lc `pkg-config --cflags gtk+-2.0`
clean:
rm -rf *~ xchat-autogb.so xchat-autob5.so
diff --git a/debian/changelog b/debian/changelog
index d18e2e2..97041a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+zh-autoconvert (0.3.16-3) unstable; urgency=low
+
+ * Depand on libgtk2.0-dev instead of libgtk1.2-dev (Closes:Bug#516056)
+
+ -- Yu Guanghui <ygh at debian.org> Thu, 19 Feb 2009 20:10:00 +0800
+
zh-autoconvert (0.3.16-2) unstable; urgency=medium
* Move architecture-dependent files to /usr/lib. (Closes:Bug#392406)
diff --git a/debian/control b/debian/control
index 066f400..568ce66 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
Source: zh-autoconvert
-Build-Depends: debhelper (>= 2.0.72), libgtk1.2-dev
+Build-Depends: debhelper (>= 2.0.72), libgtk2.0-dev
Priority: optional
Maintainer: Yu Guanghui <ygh at debian.org>
Standards-Version: 3.1.0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/zh-autoconvert.git
More information about the Chinese-commits
mailing list