r38434 - in /packages/inventor/trunk/debian: changelog control

smr at users.alioth.debian.org smr at users.alioth.debian.org
Tue Apr 26 05:47:58 UTC 2011


Author: smr
Date: Tue Apr 26 05:47:54 2011
New Revision: 38434

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38434
Log:
Housekeeping for new upload.

Modified:
    packages/inventor/trunk/debian/changelog
    packages/inventor/trunk/debian/control

Modified: packages/inventor/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/inventor/trunk/debian/changelog?rev=38434&op=diff
==============================================================================
--- packages/inventor/trunk/debian/changelog (original)
+++ packages/inventor/trunk/debian/changelog Tue Apr 26 05:47:54 2011
@@ -1,14 +1,32 @@
-inventor (2.1.5-10-15) UNRELEASED; urgency=low
+inventor (2.1.5-10-15) unstable; urgency=low
 
   * control: Move to Debian-science repository, set Maintainer,
-    Uploaders, and Vcs fields.  
-  
+    Uploaders, and Vcs fields.  Set Standards-Version to 3.9.2.  Fix -doc
+    description.  Closes: #575557.
+
   * compat:
-  * control: Require use of debhelper v8.
+  * control: Require use of debhelper v8.  Add ${misc:Depends} to all
+    packages.
   
   * source/format: Switch to source format 3.0.  Closes: #620531.
-
- -- Steve M. Robbins <smr at debian.org>  Mon, 25 Apr 2011 02:05:03 -0500
+    - patches/add-required-libs.patch:
+    - patches/bison-workaround.patch:
+    - patches/buildman.patch: 
+    - patches/buildsystem.patch:
+    - patches/configurability.patch:
+    - patches/const-correctness.patch:
+    - patches/endianness.patch:
+    - patches/forward-declare.patch:
+    - patches/freetype.patch:
+    - patches/ivman.patch:
+    - patches/main-correctness.patch:
+    - patches/socalcparse.patch:
+    - patches/use-tcsh.patch: New.  Patch set created from previous debian
+      diff, augmented to link all required lib.  Closes: #554921.
+  
+  * Build on i386 to ensure docs are built.  Closes: #595405.
+
+ -- Steve M. Robbins <smr at debian.org>  Tue, 26 Apr 2011 00:46:51 -0500
 
 inventor (2.1.5-10-14) unstable; urgency=low
 

Modified: packages/inventor/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/inventor/trunk/debian/control?rev=38434&op=diff
==============================================================================
--- packages/inventor/trunk/debian/control (original)
+++ packages/inventor/trunk/debian/control Tue Apr 26 05:47:54 2011
@@ -6,7 +6,7 @@
 Uploaders: Steve M. Robbins <smr at debian.org>
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/inventor/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/inventor/
-Standards-Version: 3.8.2.0
+Standards-Version: 3.9.2
 Build-Depends: debhelper (>= 8), 
   libx11-dev, libxi-dev, libxt-dev, x11proto-core-dev, 
   lesstif2-dev, libglw1-mesa-dev, libglu1-mesa-dev, libfreetype6-dev, libjpeg-dev, tcsh, bison
@@ -17,7 +17,7 @@
 Architecture: any
 Section: libs
 Priority: optional
-Depends: ${shlibs:Depends}, xfonts-scalable, gsfonts-x11
+Depends: ${misc:Depends}, ${shlibs:Depends}, xfonts-scalable, gsfonts-x11
 Recommends: xpdf-reader
 Description: Open Inventor runtime environment
  This package contains the required files to run Open Inventor applications.
@@ -36,7 +36,7 @@
 Architecture: any
 Section: devel
 Priority: optional
-Depends: libinventor0 (= ${binary:Version}), libc6-dev, xlibmesa-dev | libgl-dev, lesstif2-dev
+Depends: ${misc:Depends}, libinventor0 (= ${binary:Version}), libc6-dev, xlibmesa-dev | libgl-dev, lesstif2-dev
 Conflicts: libcoin20-dev, libcoin20-doc
 Description: Open Inventor development files
  This package contains the files required to develop Open Inventor
@@ -54,10 +54,10 @@
 Architecture: all
 Section: doc
 Priority: optional
+Depends: ${misc:Depends}
 Conflicts: libcoin20-doc, libcoin40-doc, inventor-dev (<= 2.1.5-10-1)
 Description: Open Inventor documentation
- This package contains the files required to develop Open Inventor
- applications.
+ This package contains the Open Inventor documentation files.
  .
  Open Inventor is an object-oriented 3D toolkit offering a comprehensive
  solution to interactive graphics programming problems.  It presents a
@@ -71,7 +71,7 @@
 Architecture: any
 Section: graphics
 Priority: optional
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Open Inventor client programs
  This package contains Open Inventor file viewers and converters.
  .
@@ -87,6 +87,7 @@
 Architecture: all
 Section: graphics
 Priority: optional
+Depends: ${misc:Depends}
 Description: Open Inventor sample data files
  This package contains sample 3D model and scene files in inventor format.
  .
@@ -102,7 +103,7 @@
 Architecture: any
 Section: graphics
 Priority: optional
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Open Inventor demonstration programs and example code
  This package includes several Open Inventor demos: a scene viewer
  (SceneViewer), a scene graph viewer and editor (gview), a maze game (maze),




More information about the debian-science-commits mailing list