r3141 - packages/trunk/ogre/debian

Andres Mejia ceros-guest at alioth.debian.org
Fri Jun 29 18:41:08 UTC 2007


Author: ceros-guest
Date: 2007-06-29 18:41:08 +0000 (Fri, 29 Jun 2007)
New Revision: 3141

Modified:
   packages/trunk/ogre/debian/changelog
   packages/trunk/ogre/debian/control
   packages/trunk/ogre/debian/rules
Log:
commit of diff.gz that was uploaded with ogre 1.4.2-1. It is still UNRELEASED.

Modified: packages/trunk/ogre/debian/changelog
===================================================================
--- packages/trunk/ogre/debian/changelog	2007-06-29 18:02:44 UTC (rev 3140)
+++ packages/trunk/ogre/debian/changelog	2007-06-29 18:41:08 UTC (rev 3141)
@@ -1,5 +1,12 @@
 ogre (1.4.2-1) UNRELEASED; urgency=low
 
+  [ Federico Di Gregorio ]
+  * Removed texi2html from Build-deps (not used anymore)
+  * Added build dependency from libglu-dev and libgl-dev virtual packages.
+  * Fixed various lintian warnings:
+    + Changed $(PWD) to $(CURDIR) in debian/rules.
+    + Changed ${Source-Version} to ${binary:Version} in debian/control.
+
   [ Christer Stenbrenden ]
   * New upstream release
     + (Closes: #368277)

Modified: packages/trunk/ogre/debian/control
===================================================================
--- packages/trunk/ogre/debian/control	2007-06-29 18:02:44 UTC (rev 3140)
+++ packages/trunk/ogre/debian/control	2007-06-29 18:41:08 UTC (rev 3141)
@@ -3,7 +3,7 @@
 Section: libs
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Andres Mejia <mcitadel at gmail.com>
-Build-Depends: debhelper (>= 5), dpatch, texi2html, libtool, automake, autoconf, pkg-config, libfreeimage-dev, libfreetype6-dev, libopenexr-dev, libcegui-mk2-dev, libzzip-dev, libglu1-mesa-dev, libgl1-mesa-dev, libxext-dev, libxrandr-dev, libxxf86vm-dev, libx11-dev, libxaw7-dev, libxt-dev, zlib1g-dev
+Build-Depends: debhelper (>= 5), dpatch, libtool, automake, autoconf, pkg-config, libfreeimage-dev, libfreetype6-dev, libopenexr-dev, libcegui-mk2-dev, libzzip-dev, libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libxext-dev, libxrandr-dev, libxxf86vm-dev, libx11-dev, libxaw7-dev, libxt-dev, zlib1g-dev
 Standards-Version: 3.7.2
 
 Package: libogre14
@@ -24,7 +24,7 @@
 Architecture: any
 Conflicts: libogre5c2a-dbg, libogre6-dbg
 Replaces: libogre5c2a-dbg, libogre6-dbg
-Depends: libogre14 (= ${Source-Version})
+Depends: libogre14 (= ${binary:Version})
 Description: Object-oriented Graphics Rendering Engine (debugging libs)
  Ogre is a complete object-oriented 3D rendering engine. It supports
  different rendering subsystems but only the OpenGL system is useful
@@ -36,7 +36,7 @@
 Package: libogre-dev
 Section: libdevel
 Architecture: any
-Depends: libogre14 (= ${Source-Version}), libfreeimage-dev | libdevil-dev, libfreetype6-dev, libzzip-dev, libxaw7-dev, libopenexr-dev, libtiff4-dev
+Depends: libogre14 (= ${binary:Version}), libfreeimage-dev | libdevil-dev, libfreetype6-dev, libzzip-dev, libxaw7-dev, libopenexr-dev, libtiff4-dev
 Suggests: ogre-doc
 Description: Object-oriented Graphics Rendering Engine (development files)
  Ogre is a complete object-oriented 3D rendering engine. It supports
@@ -72,7 +72,7 @@
 Package: ogre-tools-dbg
 Section: devel
 Architecture: any
-Depends: ogre-tools (= ${Source-Version})
+Depends: ogre-tools (= ${binary:Version})
 Description: Object-oriented Graphics Rendering Engine (tools)
  Ogre is a complete object-oriented 3D rendering engine. It supports
  different rendering subsystems but only the OpenGL system is useful

Modified: packages/trunk/ogre/debian/rules
===================================================================
--- packages/trunk/ogre/debian/rules	2007-06-29 18:02:44 UTC (rev 3140)
+++ packages/trunk/ogre/debian/rules	2007-06-29 18:41:08 UTC (rev 3141)
@@ -56,7 +56,7 @@
 	dh_testroot
 	dh_clean -k
 	install -d debian/tmp
-	cd ogre-free && $(MAKE) install DESTDIR=$(PWD)/debian/tmp
+	cd ogre-free && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 	ldconfig -n debian/tmp/usr/lib
 
 # Build architecture-independent files here.
@@ -70,7 +70,7 @@
 	dh_installchangelogs -pogre-doc
 	dh_installdocs -i
 	dh_fixperms -i
-	dh_compress -pogre-doc -X.txt
+	dh_compress -pogre-doc -X.txt 
 	dh_compress -pblender-ogrexml
 	dh_installdeb -i
 	dh_gencontrol -i




More information about the Pkg-games-commits mailing list