Dear maintainer,
I've prepared an NMU for glunarclock (versioned as 1:0.32.4-11.1).
>From Sep, 21 I'll request sponsorhip to DELAYED/7 (i.e. you have ~10 days
to cancel it with a new upload, if you wish)
Regards.
diff -u glunarclock-0.32.4/debian/control glunarclock-0.32.4/debian/control
--- glunarclock-0.32.4/debian/control
+++ glunarclock-0.32.4/debian/control
@@ -10,7 +10,8 @@
libpanel-applet2-dev,
libxklavier12-dev | libxklavier-dev,
libxml-parser-perl,
- scrollkeeper
+ scrollkeeper,
+ libglade2-dev
Homepage: http://glunarclock.sourceforge.net/
Standards-Version: 3.8.0
diff -u glunarclock-0.32.4/debian/changelog glunarclock-0.32.4/debian/changelog
--- glunarclock-0.32.4/debian/changelog
+++ glunarclock-0.32.4/debian/changelog
@@ -1,3 +1,11 @@
+glunarclock (1:0.32.4-11.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix FTBFS because of missing dependency on libglade2-dev
+ (Closes: #536997)
+
+ -- David Paleino <[email protected]> Thu, 17 Sep 2009 23:37:53 +0200
+
glunarclock (1:0.32.4-11) unstable; urgency=low
* debian/copyright:
diff -u glunarclock-0.32.4/debian/rules glunarclock-0.32.4/debian/rules
--- glunarclock-0.32.4/debian/rules
+++ glunarclock-0.32.4/debian/rules
@@ -5,7 +5,7 @@
include /usr/share/dpatch/dpatch.make
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -I/usr/include/libgnomeui-2.0/
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -13,7 +13,7 @@
CFLAGS += -O2
endif
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -lgnomeui-2
configure: configure-stamp
configure-stamp: patch-stamp
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]