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

Rafael Laboissiere rafael at costa.debian.org
Sat Nov 26 14:51:13 UTC 2005


Author: rafael
Date: 2005-11-26 14:51:07 +0000 (Sat, 26 Nov 2005)
New Revision: 227

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

Modified: trunk/packages/slgtk/debian/changelog
===================================================================
--- trunk/packages/slgtk/debian/changelog	2005-11-25 11:01:25 UTC (rev 226)
+++ trunk/packages/slgtk/debian/changelog	2005-11-26 14:51:07 UTC (rev 227)
@@ -1,3 +1,14 @@
+slgtk (0.5.15.r4-7) unstable; urgency=low
+
+   +++ Changes by Rafael Laboissiere
+
+  * debian/control: Added build-dependency on xfonts-base, such that the
+    build daemons will not choke on xvfb-run
+  * tests/Makefile (test): Restored  upstream vesion of this file
+  * debian/rules: Do not specify the verbose switch when running make test
+
+ -- Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>  Sat, 26 Nov 2005 15:16:47 +0100
+
 slgtk (0.5.15.r4-6) unstable; urgency=low
 
    +++ Changes by Rafael Laboissiere
@@ -2,3 +13,3 @@
 
-  * debian/rules: Build the package using "make dynamic" instead of "amke
+  * debian/rules: Build the package using "make dynamic" instead of "make
     all".  This prevents the "static" target from being built, which may

Modified: trunk/packages/slgtk/debian/control
===================================================================
--- trunk/packages/slgtk/debian/control	2005-11-25 11:01:25 UTC (rev 226)
+++ trunk/packages/slgtk/debian/control	2005-11-26 14:51:07 UTC (rev 227)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), libgtk2.0-dev, slang-slirp, slang-tess, slsh, xvfb, xbase-clients, cdbs
+Build-Depends: debhelper (>= 4.0.0), libslang2-dev (>= 2.0.4-6), libgtk2.0-dev, slang-slirp, slang-tess, slsh, xvfb, xbase-clients, xfonts-base, cdbs
 Standards-Version: 3.6.2
 
 Package: slang-gtk

Modified: trunk/packages/slgtk/debian/rules
===================================================================
--- trunk/packages/slgtk/debian/rules	2005-11-25 11:01:25 UTC (rev 226)
+++ trunk/packages/slgtk/debian/rules	2005-11-26 14:51:07 UTC (rev 227)
@@ -9,4 +9,4 @@
   install_doc_dir=$(DEB_DESTDIR)/usr/share/doc/slang-gtk
 
 build/slang-gtk::
-	( cd tests ; unset DISPLAY ; xvfb-run make SWITCHES=-v)
+	( cd tests ; unset DISPLAY ; xvfb-run make )




More information about the Pkg-jed-commit mailing list