r38140 - in /packages/coin/trunk/debian: changelog control rules

smr at users.alioth.debian.org smr at users.alioth.debian.org
Mon Feb 28 05:39:01 UTC 2011


Author: smr
Date: Mon Feb 28 05:38:59 2011
New Revision: 38140

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38140
Log:
Import coin3_3.1.3-1.dsc.

Modified:
    packages/coin/trunk/debian/changelog
    packages/coin/trunk/debian/control
    packages/coin/trunk/debian/rules

Modified: packages/coin/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/coin/trunk/debian/changelog?rev=38140&op=diff
==============================================================================
--- packages/coin/trunk/debian/changelog (original)
+++ packages/coin/trunk/debian/changelog Mon Feb 28 05:38:59 2011
@@ -1,3 +1,27 @@
+coin3 (3.1.3-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Steve M. Robbins <smr at debian.org>  Tue, 23 Mar 2010 20:36:32 -0500
+
+coin3 (3.1.2-1) unstable; urgency=low
+
+  * New upstream.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 01 Nov 2009 20:48:59 -0600
+
+coin3 (3.1.0-2) unstable; urgency=low
+
+  * rules: Don't install manpage deprecated.3.  Closes: #533228.
+
+ -- Steve M. Robbins <smr at debian.org>  Mon, 29 Jun 2009 23:39:44 -0500
+
+coin3 (3.1.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Steve M. Robbins <smr at debian.org>  Fri, 12 Jun 2009 21:49:23 -0500
+
 coin3 (3.0.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/coin/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/coin/trunk/debian/control?rev=38140&op=diff
==============================================================================
--- packages/coin/trunk/debian/control (original)
+++ packages/coin/trunk/debian/control Mon Feb 28 05:38:59 2011
@@ -4,12 +4,12 @@
 Maintainer: Steve M. Robbins <smr at debian.org>
 Priority: optional
 Build-Depends: cdbs, debhelper (>= 5), quilt, libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxp-dev, libxpm-dev, libxt-dev, libgl1-mesa-dev, doxygen
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 
 Package: libcoin60
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libsimage-dev, libfreetype6, libopenal0a, zlib1g, libbz2-1.0
 Description: high-level 3D graphics kit implementing the Open Inventor API
  Coin is an OpenGL-based, retain-mode 3D graphics library that
@@ -25,7 +25,7 @@
 Package: libcoin60-dev
 Architecture: any
 Section: libdevel
-Depends: libcoin60 (= ${binary:Version}), libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxp-dev, libxpm-dev, libxt-dev, libgl1-mesa-dev | libgl-dev
+Depends: ${misc:Depends}, libcoin60 (= ${binary:Version}), libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxp-dev, libxpm-dev, libxt-dev, libgl1-mesa-dev | libgl-dev
 Suggests: libcoin60-doc (= ${binary:Version})
 Conflicts: inventor-dev, libcoin20-dev, libcoin40-dev
 Description: high-level 3D graphics devkit with Open Inventor and VRML97 support
@@ -36,6 +36,7 @@
 Package: libcoin60-runtime
 Architecture: all
 Section: libs
+Depends: ${misc:Depends}
 Suggests: libcoin60
 Conflicts: libcoin20-runtime, libcoin40-runtime
 Description: high-level 3D graphics kit - external data files
@@ -46,6 +47,7 @@
 Package: libcoin60-doc
 Architecture: all
 Section: doc
+Depends: ${misc:Depends}
 Suggests: libcoin60-dev (= ${binary:Version})
 Conflicts: inventor-dev, libcoin20-doc, libcoin40-doc
 Description: high-level 3D graphics kit with Open Inventor and VRML97 support

Modified: packages/coin/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/coin/trunk/debian/rules?rev=38140&op=diff
==============================================================================
--- packages/coin/trunk/debian/rules (original)
+++ packages/coin/trunk/debian/rules Mon Feb 28 05:38:59 2011
@@ -19,8 +19,6 @@
 DEB_MAKE_BUILD_TARGET = all
 DEB_MAKE_CHECK_TARGET = check
 
-#DEB_MAKE_INVOKE += moduledir=/usr/lib/geomview
-
 install/libcoin60::
 	dh_install -plibcoin60 --autodest debian/tmp/usr/lib/lib*.so.*
 
@@ -39,5 +37,7 @@
 		debian/tmp/usr/share/Coin/draggerDefaults
 
 install/libcoin60-doc::
+	cd debian/tmp/usr/share/man/man3 && \
+	  rm deprecated.3*
 	dh_installman -plibcoin60-doc debian/tmp/usr/share/man/man3/*.3
 	dh_install -plibcoin60-doc debian/tmp/usr/share/doc/*/html




More information about the debian-science-commits mailing list