r6118 - in packages/branches/game-package/use_debi: debian lib

Jon Dowland jmtd-guest at alioth.debian.org
Sun Mar 16 21:35:05 UTC 2008


Author: jmtd-guest
Date: 2008-03-16 21:35:05 +0000 (Sun, 16 Mar 2008)
New Revision: 6118

Modified:
   packages/branches/game-package/use_debi/debian/control
   packages/branches/game-package/use_debi/lib/game-package-shared
Log:
use gdebi (rather than dpkg)

Modified: packages/branches/game-package/use_debi/debian/control
===================================================================
--- packages/branches/game-package/use_debi/debian/control	2008-03-16 21:29:53 UTC (rev 6117)
+++ packages/branches/game-package/use_debi/debian/control	2008-03-16 21:35:05 UTC (rev 6118)
@@ -9,7 +9,7 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/game-package/?op=log
 
 Package: game-package
-Depends: fakeroot, sudo
+Depends: fakeroot, sudo, gdebi
 Conflicts: doom-package
 Replaces: doom-package
 Architecture: all

Modified: packages/branches/game-package/use_debi/lib/game-package-shared
===================================================================
--- packages/branches/game-package/use_debi/lib/game-package-shared	2008-03-16 21:29:53 UTC (rev 6117)
+++ packages/branches/game-package/use_debi/lib/game-package-shared	2008-03-16 21:35:05 UTC (rev 6118)
@@ -120,7 +120,7 @@
 
 install_deb() {
 	DEB="$1"
-	sudo dpkg -i "$DEB"
+	sudo gdebi "$DEB"
 }
 
 unravel() {




More information about the Pkg-games-commits mailing list