[Pkg-jed-commit] r225 - trunk/packages/slgtk/debian

Rafael Laboissiere rafael at costa.debian.org
Fri Nov 25 11:01:21 UTC 2005


Author: rafael
Date: 2005-11-25 11:01:21 +0000 (Fri, 25 Nov 2005)
New Revision: 225

Modified:
   trunk/packages/slgtk/debian/changelog
   trunk/packages/slgtk/debian/rules
Log:
Debian release slgtk_0.5.15.r4-6

Modified: trunk/packages/slgtk/debian/changelog
===================================================================
--- trunk/packages/slgtk/debian/changelog	2005-11-23 18:39:35 UTC (rev 224)
+++ trunk/packages/slgtk/debian/changelog	2005-11-25 11:01:21 UTC (rev 225)
@@ -1,3 +1,13 @@
+slgtk (0.5.15.r4-6) unstable; urgency=low
+
+   +++ Changes by Rafael Laboissiere
+
+  * debian/rules: Build the package using "make dynamic" instead of "amke
+    all".  This prevents the "static" target from being built, which may
+    fix the autobuild problems on 64-bit architectures.
+
+ -- Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>  Fri, 25 Nov 2005 11:01:43 +0100
+
 slgtk (0.5.15.r4-5) unstable; urgency=low
 
    +++ Changes by Rafael Laboissiere

Modified: trunk/packages/slgtk/debian/rules
===================================================================
--- trunk/packages/slgtk/debian/rules	2005-11-23 18:39:35 UTC (rev 224)
+++ trunk/packages/slgtk/debian/rules	2005-11-25 11:01:21 UTC (rev 225)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 DEB_COMPRESS_EXCLUDE := .sl
-DEB_MAKE_BUILD_TARGET := all RPATH=
+DEB_MAKE_BUILD_TARGET := dynamic RPATH=
 DEB_MAKE_INSTALL_TARGET := install RPATH= DESTDIR=$(DEB_DESTDIR) \
   install_doc_dir=$(DEB_DESTDIR)/usr/share/doc/slang-gtk
 




More information about the Pkg-jed-commit mailing list