Author: evgeni
Date: 2011-05-11 13:14:25 +0000 (Wed, 11 May 2011)
New Revision: 12336

Removed:
   packages/trunk/ode/debian/patches/change_soname.patch
   packages/trunk/ode/debian/patches/fix_makeinstall.diff
   packages/trunk/ode/debian/patches/series
Modified:
   packages/trunk/ode/debian/changelog
   packages/trunk/ode/debian/control
   packages/trunk/ode/debian/rules
Log:
Drop quilt, it's not used

Modified: packages/trunk/ode/debian/changelog
===================================================================
--- packages/trunk/ode/debian/changelog 2011-05-11 13:10:27 UTC (rev 12335)
+++ packages/trunk/ode/debian/changelog 2011-05-11 13:14:25 UTC (rev 12336)
@@ -12,8 +12,9 @@
   * Add LIBS="-X11" to the configure call.
     Closes: #555783
   * Add "single precision" to the short descriptions of the sp packages.
+  * Drop quilt, it's not used.
 
- -- Evgeni Golov <[email protected]>  Wed, 11 May 2011 15:09:22 +0200
+ -- Evgeni Golov <[email protected]>  Wed, 11 May 2011 15:12:46 +0200
 
 ode (2:0.11.1-3) unstable; urgency=low
 

Modified: packages/trunk/ode/debian/control
===================================================================
--- packages/trunk/ode/debian/control   2011-05-11 13:10:27 UTC (rev 12335)
+++ packages/trunk/ode/debian/control   2011-05-11 13:14:25 UTC (rev 12336)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <[email protected]>
 Uploaders: Barry deFreese <[email protected]>
-Build-Depends: debhelper (>> 5.0.0), quilt, docbook-to-man,
+Build-Depends: debhelper (>> 5.0.0), docbook-to-man,
  libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/ode/

Deleted: packages/trunk/ode/debian/patches/change_soname.patch
===================================================================
--- packages/trunk/ode/debian/patches/change_soname.patch       2011-05-11 
13:10:27 UTC (rev 12335)
+++ packages/trunk/ode/debian/patches/change_soname.patch       2011-05-11 
13:14:25 UTC (rev 12336)
@@ -1,13 +0,0 @@
-Index: ode-0.9.dfsg/configure
-===================================================================
---- ode-0.9.dfsg.orig/configure        2007-10-12 12:36:51.000000000 +0000
-+++ ode-0.9.dfsg/configure     2007-10-24 19:46:57.000000000 +0000
-@@ -1818,7 +1818,7 @@
- 
- 
- 
--ODE_CURRENT=0
-+ODE_CURRENT=0debian1
- ODE_REVISION=9
- ODE_AGE=0
- ODE_RELEASE=$ODE_CURRENT.$ODE_REVISION.$ODE_AGE

Deleted: packages/trunk/ode/debian/patches/fix_makeinstall.diff
===================================================================
--- packages/trunk/ode/debian/patches/fix_makeinstall.diff      2011-05-11 
13:10:27 UTC (rev 12335)
+++ packages/trunk/ode/debian/patches/fix_makeinstall.diff      2011-05-11 
13:14:25 UTC (rev 12336)
@@ -1,50 +0,0 @@
-Index: ode-0.9.dfsg/Makefile.in
-===================================================================
---- ode-0.9.dfsg.orig/Makefile.in      2007-10-24 19:49:07.000000000 +0000
-+++ ode-0.9.dfsg/Makefile.in   2007-10-24 19:49:16.000000000 +0000
-@@ -652,13 +652,13 @@
-       rm -rf ${PACKAGE}-${VERSION}
- 
- @USE_SONAME_TRUE@install-exec-hook:
--@USE_SONAME_TRUE@     ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
--@USE_SONAME_TRUE@     $(libdir)/libode.so
--@USE_SONAME_TRUE@     ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
--@USE_SONAME_TRUE@     $(libdir)/@ODE_SONAME@
--@USE_SONAME_TRUE@     ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
--@USE_SONAME_TRUE@     $(libdir)/@ODE_SONAME@.@ODE_REVISION@
--@USE_SONAME_TRUE@     /sbin/ldconfig
-+#@USE_SONAME_TRUE@    ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
-+#@USE_SONAME_TRUE@    $(libdir)/libode.so
-+#@USE_SONAME_TRUE@    ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
-+#@USE_SONAME_TRUE@    $(libdir)/@ODE_SONAME@
-+#@USE_SONAME_TRUE@    ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
-+#@USE_SONAME_TRUE@    $(libdir)/@ODE_SONAME@.@ODE_REVISION@
-+#@USE_SONAME_TRUE@    /sbin/ldconfig
- @USE_SONAME_FALSE@install-exec-hook:
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
-Index: ode-0.9.dfsg/Makefile.am
-===================================================================
---- ode-0.9.dfsg.orig/Makefile.am      2007-10-24 19:49:08.000000000 +0000
-+++ ode-0.9.dfsg/Makefile.am   2007-10-24 19:49:16.000000000 +0000
-@@ -25,13 +25,13 @@
- 
- if USE_SONAME
- install-exec-hook:
--      ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
--      $(libdir)/libode.so
--      ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
--      $(libdir)/@ODE_SONAME@
--      ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
--      $(libdir)/@ODE_SONAME@.@ODE_REVISION@
--      /sbin/ldconfig
-+#     ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
-+#     $(libdir)/libode.so
-+#     ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
-+#     $(libdir)/@ODE_SONAME@
-+#     ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
-+#     $(libdir)/@ODE_SONAME@.@ODE_REVISION@
-+#     /sbin/ldconfig
- else
- install-exec-hook:
- endif

Modified: packages/trunk/ode/debian/rules
===================================================================
--- packages/trunk/ode/debian/rules     2011-05-11 13:10:27 UTC (rev 12335)
+++ packages/trunk/ode/debian/rules     2011-05-11 13:14:25 UTC (rev 12336)
@@ -9,7 +9,6 @@
 configure: configure-stamp
 configure-stamp:
        dh_testdir
-       QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
        mkdir -p debian/build/dp debian/build/sp
        # SP: single precision build
        cd debian/build/sp && ../../../configure --enable-shared --prefix=/usr 
LIBS="-lX11"
@@ -40,7 +39,6 @@
                debian/tmp-dp
        
        # Add here commands to clean up after the build process.
-       QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
        [ ! -f Makefile ] || $(MAKE) distclean
        dh_clean configure-stamp build-stamp debian/ode-config.1
 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to