r18127 - in /packages/unstable/goocanvasmm/debian: changelog rules
laney-guest at users.alioth.debian.org
laney-guest at users.alioth.debian.org
Fri Jan 2 21:47:52 UTC 2009
Author: laney-guest
Date: Fri Jan 2 21:47:52 2009
New Revision: 18127
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18127
Log:
Import Ubuntu changelog entries.
Don't build examples.
Modified:
packages/unstable/goocanvasmm/debian/changelog
packages/unstable/goocanvasmm/debian/rules
Modified: packages/unstable/goocanvasmm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/goocanvasmm/debian/changelog?rev=18127&op=diff
==============================================================================
--- packages/unstable/goocanvasmm/debian/changelog (original)
+++ packages/unstable/goocanvasmm/debian/changelog Fri Jan 2 21:47:52 2009
@@ -1,11 +1,28 @@
goocanvasmm (0.13.0-1) unstable; urgency=low
[ Iain Lane ]
- * Initial release. (Closes: #493794)
- * debian/rules: Fix rpath issue - http://wiki.debian.org/RpathIssue
+ * Initial upload to Debian. (Closes: #493794)
+ * debian/rules: Cleanup.
+ * debian/control, debian/rules, debian/libgoocanvasmm-doc*: Add -doc
+ package.
[ Loic Minier ]
* Add ${misc:Depends} and ${shlibs:Depends} to the -dev package and drop the
libc-dev as it's in build-essential.
- -- Iain Lane <laney at ubuntu.com> Fri, 19 Dec 2008 14:11:00 +0000
+ -- Iain Lane <laney at ubuntu.com> Fri, 02 Jan 2009 21:45:34 +0000
+
+goocanvasmm (0.13.0-0ubuntu1) jaunty; urgency=low
+
+ * New upstream release. (LP: #309765)
+ * SONAME version bump 0.1-4 - new library package name
+
+ -- Iain Lane <laney at ubuntu.com> Fri, 19 Dec 2008 17:15:40 +0000
+
+goocanvasmm (0.12.0-0ubuntu1) jaunty; urgency=low
+
+ * Initial release. (LP: #254260)
+ * debian/rules: Fix rpath issue - http://wiki.debian.org/RpathIssue
+
+ -- Iain Lane <laney at ubuntu.com> Sun, 02 Nov 2008 12:11:12 +0000
+
Modified: packages/unstable/goocanvasmm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/goocanvasmm/debian/rules?rev=18127&op=diff
==============================================================================
--- packages/unstable/goocanvasmm/debian/rules (original)
+++ packages/unstable/goocanvasmm/debian/rules Fri Jan 2 21:47:52 2009
@@ -15,6 +15,11 @@
DEB_INSTALL_EXAMPLES_libgoocanvasmm-doc += -XMakefile -X.deps -X.libs -X.o
+# configure doesn't provide --disable-examples, remove it from Makefile.in
+# so they don't get built. Snippet from <http://article.gmane.org/gmane.os.apple.fink.cvs/78555>
+makebuilddir/libgoocanvasmm-doc::
+ perl -pi -e 's/examples// if /^SUBDIRS\s*=/' $(CURDIR)/Makefile.in
+
build/libgoocanvasmm-doc::
$(MAKE) -C $(CURDIR)/docs/reference all
More information about the pkg-gnome-commits
mailing list