]> git.sesse.net Git - vlc/commitdiff
Updated build packages for test2 release.
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 9 Jun 2003 19:51:31 +0000 (19:51 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 9 Jun 2003 19:51:31 +0000 (19:51 +0000)
12 files changed:
ipkg/control
ipkg/control.gpe
ipkg/control.opie
ipkg/control.zaurus
ipkg/postinst
ipkg/postinst.gpe
ipkg/postinst.opie
ipkg/postinst.zaurus
ipkg/postrm
ipkg/postrm.gpe
ipkg/postrm.opie
ipkg/postrm.zaurus

index 825eb197cd2277ac6abd849467e88764e24d8072..b0f3e227f5befcafdd4803176cf8f9b0711109cd 100644 (file)
@@ -2,7 +2,7 @@ Package: vlc
 Section: graphics
 Priority: optional
 Version: 0.6.0
-Release: 1
+Release: 2
 Architecture: arm
 Conflicts: gpe-vlc, opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup
 Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>,  Christophe Massiot <massiot@via.ecp.fr>
index 3225fac5585f190bdbc91ca24b320f4f41932525..6f8e1fbf622f41190ab385dd5ddb052b7734d992 100644 (file)
@@ -2,7 +2,7 @@ Package: gpe-vlc
 Section: graphics
 Priority: optional
 Version: 0.6.0
-Release: 1
+Release: 2
 Conflicts: opie-vlc, opie-libsdl, opie-base, opie-handwriting, opie-volumeapplet, opie-embeddedkonsole, opie-launcher-settings, opie-netsetup, vlc
 Architecture: arm
 Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
index 1bce9aa2a4001a21ae137abbfecff09b08d35fa6..59829610a3170bb172cc22c47e7c949fd2df1509 100644 (file)
@@ -2,7 +2,7 @@ Package: opie-vlc
 Section: graphics
 Priority: optional
 Version: 0.6.0
-Release: 1
+Release: 2
 Conflicts: gpe-apps, vlc, gpe-vlc, libsdl
 Architecture: arm
 Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
index be4f4b872dc5a8161b4a4a6e1b577e87b2ac98a9..f032b4adf270302b180873b2c1eb3ff8552e51d2 100644 (file)
@@ -2,7 +2,7 @@ Package: zaurus-vlc
 Section: graphics
 Priority: optional
 Version: 0.6.0
-Release: 1 
+Release: 2 
 Conflicts: gpe-apps, gpe-vlc, vlc, libsdl
 Architecture: arm
 Maintainer: Jean-Paul Saman <jpsaman@wxs.nl>
index 2eb38bb57a74be377de9753df19ae74ef3848e33..563d34e0fe19c0709480efeb1813b74c2faf6c5c 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
-ldconfig
+/sbin/ldconfig
 exit 0
index 304f9b0c7829f7f88e3eb4ff42d15a06b9ca3f53..e95f939a8aeaf87b1a325bbd633d09a91ab3892a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-ldconfig
+/sbin/ldconfig
 if [ -x /usr/bin/update-menus ] && [ ! /usr/bin/update-menus ] ; then 
    exit $?; 
 fi
index 253d06583c87621ba16c586f80edae23cf56f160..f3c862b1dbe176421c9c690d614742f934eae5c0 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-ldconfig
+/sbin/ldconfig
 if [ -x /usr/share/vlc ] ; then
    ln -s /usr/share/vlc /opt/QtPalmtop/pics/vlc
 fi
index 5f01ed46b4d2791aa6b2fe0b5ac1dabdf39b4cb2..5e56b70e86b2c16cc8aba63b212617ff5a5340b9 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-ldconfig
+/bin/ldconfig
 if [ -x /usr/share/vlc ] ; then
    ln -s /usr/share/vlc /opt/QtPalmtop/sharp/pics/vlc
 fi
index 2eb38bb57a74be377de9753df19ae74ef3848e33..563d34e0fe19c0709480efeb1813b74c2faf6c5c 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
-ldconfig
+/sbin/ldconfig
 exit 0
index 304f9b0c7829f7f88e3eb4ff42d15a06b9ca3f53..e95f939a8aeaf87b1a325bbd633d09a91ab3892a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-ldconfig
+/sbin/ldconfig
 if [ -x /usr/bin/update-menus ] && [ ! /usr/bin/update-menus ] ; then 
    exit $?; 
 fi
index d43c38afbc351c965a7a1550f4caf6c3d21dd481..b63a56c2cb525c0270fa2238c76767468d24d5f8 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-ldconfig
+/sbin/ldconfig
 [ -x /opt/QtPalmtop/pics/vlc ] || rm /opt/QtPalmtop/pics/vlc
 exit 0
 
index 8ce67c08110e11ca37d9cc80ed8363edee75603a..97a2441cb7600865af26ac0d9a017abd2c174805 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-ldconfig
+/sbin/ldconfig
 [ -x /opt/QtPalmtop/sharp/pics/vlc ] || rm /opt/QtPalmtop/sharp/pics/vlc
 exit 0