[SCM] Packaging for ogre-contrib branch, master, updated. debian/1.4.8-1-8-gcdfb45d

Federico Di Gregorio fog at initd.org
Sat May 23 19:11:22 UTC 2009


The following commit has been merged in the master branch:
commit cdfb45d0d80b2bcaccf18dd5056e089deac5b0da
Author: Federico Di Gregorio <fog at initd.org>
Date:   Thu Mar 19 00:21:07 2009 +0100

    Fixed lintian warnings

diff --git a/debian/changelog b/debian/changelog
index 97ea0cd..f536f7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ogre-contrib (1.6.1-1) unstable; urgency=low
 
   * New upstream release.
   * Bumped Standard-Versions to 3.8.1.
+  * Fixed lintian warnings.
 
  -- Federico Di Gregorio <fog at debian.org>  Tue, 17 Mar 2009 12:47:46 +0100
 
diff --git a/debian/ogre-plugins-cgprogrammanager.postinst b/debian/ogre-plugins-cgprogrammanager.postinst
index e2f3c5c..83290b3 100644
--- a/debian/ogre-plugins-cgprogrammanager.postinst
+++ b/debian/ogre-plugins-cgprogrammanager.postinst
@@ -1,7 +1,5 @@
 #!/bin/sh -e
 
-if [ -x /usr/bin/update-ogre-plugins ] ; then
-    /usr/bin/update-ogre-plugins
-fi
+update-ogre-plugins
 
 #DEBHELPER#
diff --git a/debian/ogre-plugins-cgprogrammanager.postrm b/debian/ogre-plugins-cgprogrammanager.postrm
index e2f3c5c..83290b3 100644
--- a/debian/ogre-plugins-cgprogrammanager.postrm
+++ b/debian/ogre-plugins-cgprogrammanager.postrm
@@ -1,7 +1,5 @@
 #!/bin/sh -e
 
-if [ -x /usr/bin/update-ogre-plugins ] ; then
-    /usr/bin/update-ogre-plugins
-fi
+update-ogre-plugins
 
 #DEBHELPER#
diff --git a/debian/watch b/debian/watch
index 43bc0d6..1a02e3c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,12 +1,4 @@
 # format version number, currently 3; this line is compulsory!
 version=3
 
-# Ogre source download link from sourceforge.net
-opts=uversionmangle=s/\.\?.*//;s/-/\./g \
-http://downloads.sourceforge.net/ogre \
-     http://downloads.sourceforge.net/ogre/ogre-v(.*)\.tar\.bz2(.*)
-
-# Different check for ogre source, provided by uscan man page
-opts=uversionmangle=s/-/\./g \
-http://sf.net/ogre/ \
-     ogre-v(.*)\.tar\.bz2
+opts=uversionmangle=s/-/\./g http://sf.net/ogre/ ogre-v(.*)\.tar\.bz2

-- 
Packaging for ogre-contrib



More information about the Pkg-games-commits mailing list