[Pkg-gambas-commits] [SCM] gambas3 branch, master, updated. debian/2.99.3-1-34-g8677312

José L. Redrejo Rodríguez jredrejo at debian.org
Tue Sep 3 19:49:23 UTC 2013


The following commit has been merged in the master branch:
commit 86773122e4bbcec7deb777807293b18fe225ca78
Author: José L. Redrejo Rodríguez <jredrejo at debian.org>
Date:   Tue Sep 3 21:49:15 2013 +0200

    fix typo in patch, remove gsl restriction in debian/rules configure and continue writing the changelog

diff --git a/debian/changelog b/debian/changelog
index 6cb0ccf..4aa7258 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-gambas3 (3.4.2-1) UNRELEASED; urgency=low
+gambas3 (3.4.2-1) unstable; urgency=low
 
   * New upstream release
   * Remove previous Poppler patch, as upstream is updated. Thanks to Pino
@@ -13,7 +13,7 @@ gambas3 (3.4.2-1) UNRELEASED; urgency=low
   * debian/patches/kfreebsd_support (Closes: #710320) . Thanks to 
     Steven Chamberlain 
 
- -- José L. Redrejo <jose at mint>  Tue, 03 Sep 2013 12:52:14 +0200
+ -- José L. Redrejo Rodríguez <jredrejo at debian.org>  Tue, 03 Sep 2013 12:52:14 +0200
 
 gambas3 (3.1.1-2.2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index fdbdf30..00cc329 100644
--- a/debian/control
+++ b/debian/control
@@ -721,7 +721,7 @@ Description: Gambas HTTP server
 Package: gambas3-gb-memcached
 Architecture: all
 Section: libdevel
-Depends: ${misc:Depends}, ${shlibs:Depends}, gambas3-runtime (>= ${binary:Version), gambas3-gb-net (>= ${binary:Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}, gambas3-runtime (>= ${binary:Version}), gambas3-gb-net (>= ${binary:Version})
 Description: Gambas memcached client
  Gambas is a free development environment based on a Basic interpreter
  with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
diff --git a/debian/patches/detect_browser_debian b/debian/patches/detect_browser_debian
index 98c535f..359c52d 100644
--- a/debian/patches/detect_browser_debian
+++ b/debian/patches/detect_browser_debian
@@ -32,7 +32,7 @@ Index: gambas3-3.1.1/app/src/gambas3/.src/Project.module
    Endif
  
 -  If Browser = "firefox" Then
-+  If Browser = "firefox" Or If Brwoser = "iceweasel" Then
++  If Browser = "firefox" Or If Browser = "iceweasel" Then
      hFirefox = Shell "firefox -remote \"openURL(" & sLink & ",new-window)\"" Wait
      If hFirefox.Value = 2 Then
        Shell Browser & " " & Chr$(34) & sLink & Chr$(34)
diff --git a/debian/rules b/debian/rules
index a0b9e5e..d0d09b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ configure:
 
 config.status: configure
 
-	CFLAGS="$(CFLAGS)" ./configure --host=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) --build=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -C --prefix=/usr --with-sdl-includes=/usr/include/SDL --with-sdl-libraries=/usr/lib --with-libxml-includes=/usr/include/libxml2 --with-xslt-includes=/usr/include/libxslt --disable-gsl
+	CFLAGS="$(CFLAGS)" ./configure --host=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) --build=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) -C --prefix=/usr --with-sdl-includes=/usr/include/SDL --with-sdl-libraries=/usr/lib --with-libxml-includes=/usr/include/libxml2 --with-xslt-includes=/usr/include/libxslt
 	touch configure-stamp
 
 

-- 
Gambas 3



More information about the Pkg-gambas-commits mailing list