[Pkg-octave-commit] rev 419 - trunk/packages/octplot/debian

Rafael Laboissiere rafael at costa.debian.org
Sun Jan 15 18:00:49 UTC 2006


Author: rafael
Date: 2006-01-15 18:00:48 +0000 (Sun, 15 Jan 2006)
New Revision: 419

Modified:
   trunk/packages/octplot/debian/changelog
   trunk/packages/octplot/debian/control
Log:
Build-depends on libglu1-xorg-dev | libglu-dev


Modified: trunk/packages/octplot/debian/changelog
===================================================================
--- trunk/packages/octplot/debian/changelog	2006-01-15 01:00:42 UTC (rev 418)
+++ trunk/packages/octplot/debian/changelog	2006-01-15 18:00:48 UTC (rev 419)
@@ -13,13 +13,16 @@
     upstream configure.in and src/Makefile.am to check for availability of
     the FTGL library in the system.  This avoids the compilation of the
     sources in the FTGL/ directory.
-  * debian/control: Added ftgl-dev to Build-Depends
+  * debian/control: 
+    - Added ftgl-dev to Build-Depends
+    - Added libglu1-xorg-dev | libglu-dev to Build-Depends.  This should
+      have been the responsibility of ftgl-dev (see Bug#348200).
 
- -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Sat, 15 Jan 2006 23:30:11 -0100
+ -- 
 
 octplot (0.3.0-1) unstable; urgency=low
 
-   +++ Changes by Rafael Laboissiere
+  +++ Changes by Rafael Laboissiere
 
   * First official release (closes: #342264)
 
@@ -42,6 +45,6 @@
     (save-excursion
       (forward-line -1)
       (beginning-of-line)
-      (insert "\n   NOT YET RELEASED!\n\n   +++ Changes by "
+      (insert "\n   NOT YET RELEASED!\n\n  +++ Changes by "
         (or (getenv "DEBFULLNAME") (user-full-name)) "\n"))))
 End:

Modified: trunk/packages/octplot/debian/control
===================================================================
--- trunk/packages/octplot/debian/control	2006-01-15 01:00:42 UTC (rev 418)
+++ trunk/packages/octplot/debian/control	2006-01-15 18:00:48 UTC (rev 419)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends:  debhelper (>= 4.1.0), octave2.1-headers (>= 2.1.65), libfltk1.1-dev (>= 1.1.4), ftgl-dev, xlibmesa-gl-dev, cdbs
+Build-Depends:  debhelper (>= 4.1.0), octave2.1-headers (>= 2.1.65), libfltk1.1-dev (>= 1.1.4), ftgl-dev, xlibmesa-gl-dev, libglu1-xorg-dev | libglu-dev, cdbs
 Standards-Version: 3.6.2
 
 Package: octplot




More information about the Pkg-octave-commit mailing list